studio_game_agus

Studio Game Agus 1.0.0 This is a simple CLI game made for The Pragmatic Studio Ruby Programming course. The game loads a list of player from the players.csv file, and then w00ts or blams the player depending on the die rolled. The number of game rounds is given by the user as input. In each round, the players collect treasures worth different points. The score of each player is calculated based on these treasures they find, plus the players health. When the game is finished, the players are printed sorted, from highest score to lowest. The sorted scores are also saved in the high_scores.txt file.


License
MIT
Install
gem install studio_game_agus -v 1.0.0