Rock, Paper, Scissors Game

This is a simple command line Rock, Paper, Scissors game implemented in Python.

How to Play

  1. Run rock_paper_scissors.py in your Python environment.
  2. You will be prompted to enter your choice:
    • Enter 'r' for Rock
    • Enter 'p' for Paper
    • Enter 's' for Scissors
  3. 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.

Built With

Share this project:

Updates