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`.