Project
studio_game_dilip
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.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Development
Dependencies
Development
>= 0