Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 692 Bytes

File metadata and controls

20 lines (15 loc) · 692 Bytes

Rock Paper Scissors Game 🎮

This is a simple Rock Paper Scissors game implemented in Python. The player competes against the computer, and the game continues in a loop until the user decides to quit.

🧠 How It Works

  • The user chooses one of: rock, paper, or scissors
  • The computer randomly selects its move
  • The winner is decided based on classic game rules:
    • Rock beats Scissors
    • Scissors beats Paper
    • Paper beats Rock
  • The result is displayed and the user is prompted to play again

🚀 Getting Started

  1. Clone this repository:
    git clone https://github.com/Prerna-Nagpal/Rock-Paper-Scissors-Game.git
    cd Rock-Paper-Scissors-Game