A command-line Hand Cricket game built using Python and MySQL.
The game lets users play against the computer and stores match data in a database.
- User login system
- Toss system (odd/even)
- Batting and bowling gameplay
- Score tracking
- Match history stored in MySQL
Python
MySQL
Pandas
Install dependencies:
pip install -r requirements.txt
Run the program:
python hand_cricket.py
Sanjam Bedi