Hand Cricket Game
This is a simple command-line-based Hand Cricket game implemented in Python. It allows you to play cricket against a computer opponent. You can eit…
This is a simple command-line-based Hand Cricket game implemented in Python. It allows you to play cricket against a computer opponent. You can eit…
This is a simple command-line-based Hand Cricket game implemented in Python. It allows you to play cricket against a computer opponent. You can either choose to bat first or bowl first and select the difficulty level of the computer opponent.
Clone this repository to your local machine:
git clone https://github.com/your-username/hand-cricket-game.git
Navigate to the project directory:
cd hand-cricket-game
Open your terminal or command prompt.
Navigate to the project directory.
Run the game using Python:
python main.py
Follow the on-screen instructions to play the game.
Contributions are welcome! If you'd like to contribute to this project, please follow these steps:
Yes — console game using only input()/print() and the standard-library random and time modules.