Simple game simulation Ruby program written for the online Ruby Programming course from The Pragmatic Studio.

Create a csv file (or use the provided file ‘players.csv’) that contains the player names and their initial health, and give that file as an argument to bin/studio_game. The game simulation will add two specialized players and then run a user-specified numbers of rounds, randomly assigning, or inflicting, game events on the various players, printing individual round results and a final summary at the end.