A simple Hand Cricket Game built using Python and Tkinter, where a user plays against the computer by choosing numbers from 1 to 5.
- Graphical User Interface using Tkinter
- Batting and Bowling modes
- Randomized computer choices
- Automatic score calculation
- Final match result (Win / Lose / Tie)
- Beginner-friendly Python project
- You select a number (1โ5)
- Computer randomly selects a number
- If both numbers match โ You are OUT
- Otherwise, your selected number is added to your score
- You select a number (1โ5)
- Computer randomly selects a number
- If both numbers match โ Computer is OUT
- Otherwise, computer score increases
After both innings, the winner is decided.
- Python 3
- Tkinter (GUI)
- Random module
- Make sure Python is installed
- Clone the repository:
git clone https://github.com/Saket2911/AidConnect-InnovateX-.git