This project is a simulation of a cricket game, implemented in Python. The main.py
script is the entry point for the simulation.
- Python 3.10
- pandas
The script will run the simulation and show the result in a graphical representation using Matplotlib. The simulation will show the scores and wickets of each team over the course of the game. The user can adjust the parameters of the simulation, such as the number of overs, number of teams, and team strengths, by modifying the relevant sections of the code.
Contributions are welcome! Please feel free to fork the repository and make changes as per your requirement. If you find any bug or have any suggestion, please open an issue.