studio_game_jb
A simple CLI game made for the Pragmatic Studio Ruby course.
Install & Usage
gem install studio_game_jb
Then, to run a game:
studio_game_jb
And input the number of rounds to play.
You may also load you own players by creating a CSV file (name, health) and passing it as a parameter:
studio_game_jb my_players.csv
More Information
License
studio_game_jb is Copyright © 2013 Jorge A. Borges Colina. It is free software, and may be redistributed under the terms specified in the LICENSE file.