Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 538 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 538 Bytes

Rock-Paper-Scissors Game

A simple Python-based Rock-Paper-Scissors game that can be played in two modes:

  • Player vs Computer
  • Player vs Player

How to Play

  1. Run the script using Python 3.
  2. Choose a mode:
    • Press 1 for Player vs Computer.
    • Press 2 for Player vs Player.
  3. Enter your choice:
    • 1 for Rock
    • 2 for Paper
    • 3 for Scissors
  4. The winner will be displayed based on the game rules.
  5. Choose whether to play again or exit.

Requirements

  • Python 3.x

License

MIT License