Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 503 Bytes

File metadata and controls

29 lines (20 loc) · 503 Bytes

Hand Cricket Game (Python + MySQL)

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.

Features

  • User login system
  • Toss system (odd/even)
  • Batting and bowling gameplay
  • Score tracking
  • Match history stored in MySQL

Tech Stack

Python
MySQL
Pandas

Installation

Install dependencies:

pip install -r requirements.txt

Run the program:

python hand_cricket.py

Author

Sanjam Bedi