Skip to content

Prerna-Nagpal/Rock-Paper-Scissors-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

2 Commits
ย 
ย 
ย 
ย 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors