This is the simple game built as part of the Pragmatic Ruby programming course.

A list of players can be provided from a csv file laid out thusly:- groucho,100 harpo,120 chico,90

studio_game by itself will load players from ‘players.csv’ studio_game myplayers.csv will load up players from a user supplied file.