This a simple game where virtual players compete to find treasures. Health of the players is importatnt. The players may get blammed or get w00ted.

  • To start the game on command line:

    studiogame.rb <csv file, containing a list of players>
    

    if the optional csv file is not provided, the game will use the default file called ‘players.csv’.

  • Example of csv list of players (name & health):

Alvin,100 Simon,60 Theo,125

  • The game will ask, how many game rounds to play. Enter the number of rounds or enter ‘quit’ or ‘exit’ to stop the game.

  • The game, at the end, will print out the game statistics and high scores.

It will also create a file containing the high scores.