Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Rock-Paper-Scissors Game

This is a simple Rock-Paper-Scissors game implemented in Python. You play against the computer, which randomly selects "rock", "paper", or "scissors". The game determines the winner based on the classic rules:

  • Rock beats Scissors
  • Paper beats Rock
  • Scissors beats Paper

How to Play

  1. Run the code.
  2. When prompted, type your choice: "rock", "paper", or "scissors".
  3. The computer will also make a choice, and the game will display who wins.
  4. At the end of each round, you can choose to play again by typing "yes" or "no".

Requirements

  • Python 3.x

Run the Game

python main.py

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages