Skip to content

Latest commit

 

History

History

01. Rock Paper Scissors

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Rock Paper Scissors Game

Overview

This is a simple implementation of the classic Rock Paper Scissors game in Python. The game allows the user to play against the computer.

How to Play

  1. The user is prompted to choose between Rock, Paper, or Scissors.
  2. The computer makes a random choice.
  3. The rules are as follows:
    • Rock wins against Scissors.
    • Scissors win against Paper.
    • Paper wins against Rock.
  4. The game announces the winner based on the choices.

Example

Rock Paper Scissors