Compare projects
Project comparisons allow you to view any selection of projects side by side just like they're shown on regular categories or in search results. You can try out an example or start yourself by adding a library to the comparison via the input below. You can also easily share your current comparison with others by sending the URL of the current page.
0.0
Very simple ruby application that prompts you for the number of rounds you want to play. Created
following the tutorials from pragmaticstudio.
Just enter a number and the game players will randomly find treasures and gain/lose hit points.
You can play as many times as you want until you enter exit/quit.
You can also include your own csv files of any players you want to use. The format is 'player_name, health'
ex: player1, 100
player2, 40
player3, 50
To use: install the gem
gem install DemoGame
Run it from the command line with cmd 'demo_game'
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025