-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
The program should accept the starting options as command line parameters. If none are provided, the program should prompt the user for the options as it currently does.
We should time the execution of the games and include this information in the game statistics.
The program should have an additional starting option, which lets the user enter explicitly state whether or not they would like the games to be printed. If this parameter is set to true then the number of games parameter is optional and defaults to one. The default value of this parameter is to display statistics. When we display statistics we do not include player stats for one game, but we always show the average execution time per game.
Reactions are currently unavailable