Rock, Paper, Scissors Game
This is a simple command line Rock, Paper, Scissors game implemented in Python.
How to Play
- Run
rock_paper_scissors.pyin your Python environment. - You will be prompted to enter your choice:
- Enter 'r' for Rock
- Enter 'p' for Paper
- Enter 's' for Scissors
- The computer's choice will be randomly selected, and the winner will be announced.
Rules
- Rock beats Scissors
- Scissors beats Paper
- Paper beats Rock
Running Locally
To run this game on your local machine, you need to have Python installed. Simply clone the repository and run game.py in your Python environment.
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
License
This project is open source and available under the MIT License.
Log in or sign up for Devpost to join the conversation.