Welcome to the Rock-Paper-Scissors game in Python! This console-based application lets you enjoy the classic game of Rock, Paper, Scissors against the computer. Test your luck and strategic thinking in this fun and quick game.
This Rock-Paper-Scissors game is a simple yet entertaining Python project that allows you to play the classic game against the computer. Test your luck and strategic thinking as you engage in thrilling rounds of Rock, Paper, Scissors.
- Single-player game: Challenge the computer to exciting matches.
- Randomized choices: The computer's moves are generated randomly for unpredictability.
- Easy-to-use command-line interface: Play rounds and track your score effortlessly.
- Fun and quick gameplay: Perfect for a brief gaming session or a break.
Before running the game, ensure you have the following prerequisites installed:
- Python 3.x: You can download it from python.org.
-
Clone the repository:
git clone https://github.com/prathmeshborate/Rock-Paper-Scissors.git
-
Navigate to the project directory:
cd Rock-Paper-Scissors
-
Run the game:
python Rock-Paper-Scissors.py
- Upon starting the game, you'll be prompted to enter your choice (Rock, Paper, or Scissors).
- The computer will randomly select its choice.
- The winner of each round will be displayed.
- The game will keep track of your score.
- Continue playing as many rounds as you like.
Contributions to this project are welcome! If you'd like to add features, fix bugs, or improve the game, please follow these steps:
- Fork the project.
- Create a new branch with a descriptive name:
git checkout -b feature-branch
. - Make your changes and commit them:
git commit -m 'Add feature'
. - Push to the branch:
git push origin feature-branch
. - Create a pull request on the GitHub repository.
Thank you for considering contributing to this project!
Enjoy playing Rock-Paper-Scissors, and may the odds be ever in your favor!