Skip to content

Cricket simulation based on the logic from the dice game Owzthat!

Notifications You must be signed in to change notification settings

geejay81/owzthat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

Owzthat!

Cricket simulation program based on the logic from the classic dice game 'Owzthat!'.

Running the application

  • Install Python
  • Change directory to the root directory
  • Run the following command
python game.py

Match Variables

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

About

Cricket simulation based on the logic from the dice game Owzthat!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages