Project
pragma_studio_game
Studio Game is a simple text-based, fully random game.
To install the gem, run `gem install pragma_studio_game-1.0.0.gem`.
To play, run `studio_game` and choose the number of rounds. The players will be loaded from the `bin/players.csv` file.
If you want to load your own players, pass the path as an argument to the `studio_game.
Players should be provided with their names and health value, comma separated.
At the end of the game, high scores will be sorted and written to the `high_scores.txt` file.
To quit any time, type in `quit` or `exit`.
To uninstall the gem, run `gem uninstall studio_game`.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
Development
Licenses
MIT
Dependencies
Development
>= 2.8.0, ~> 2.8