Text based Cricket Simulator in Python
Project description
Crickit is a text-based cricket simulator.
Available teams
India
Pakistan
Team Data Contributions welcome
API
Play a single Match between two specific teams
playMatch(team1, team2)
Simulate n Matches between two specific teams
simulateMatches(team1, team2, n)
n(default = 100)
Roadmap
Refactor based on actual cricket data stats (Strike rate, economy rate etc)
Currently its modelled on the probability of wide ball, no ball, wicket Ball etc, which are not standard cricket stats
Future Releases
Simulate game based on current player of the team
Simulate an entire T20 tournament
Create directory/dictionary/file of teams and their stats
Create directory of teams for each team with individual stats
Bug fixes, tuning
11th november 2017
Initial Commit working two team cricket game
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.