A simple text-based game that you can run from the command line. Runs a list of
players (either those provided, or that you can provide via a '.csv' file that
you then name as a command line argument when loading the program), through a
series of 'rounds', the number of which you can choose as the game runs. Each
player is 'w00ted', 'blammed', or 'skipped' and receives a treasure. High-scores
are printed out to the console upon exiting the game. They are also saved to a
file ('high_scores.txt') in the top-level folder of the application.
Created while doing the Ruby Programming course from Pragmatic Studio.