Cricket simulation program based on the logic from the classic dice game 'Owzthat!'.
- Install Python
- Change directory to the root directory
- Run the following command
python game.py
You can update the following variables to personalise your match:
- team1 - the name of the team that will bat first
- team2 - the name of the team that will bat second
- oversPerTeam - the number of overs per innings. Set equal to unlimitedOvers if you do not want to play an limited overs match
- gameRate - the number of seconds between each ball. Used to control the speed of the game