Skip to content

Rock paper scissors is a hand game, usually played between two people, in which each player simultaneously forms one of three shapes with an outstretched hand. These shapes are "rock", "paper", and "scissors".

Notifications You must be signed in to change notification settings

ruccii/Rock-Paper-Scissors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rock-Paper-Scissors

Developed a Rock Paper Scissors game using Python

GAME RULES : A classic two-person game. Players start each round by selecting, “rock, paper, scissors, shoot!” On “shoot,” each player holds out their fist for rock, flat hand for paper, or their index and middle finger for scissors. Here computer and a user will be the players, selecting Rock Paper or Scissors each time. Winners will be according to these basic rules: Rock crushes scissors, scissors cut paper, and paper covers rock. And if both computer and user makes the same choice then the game ends to a tie.

we are using a module called as Random to generate random choices for computer's turn.

Instruction : To run this python script in your system, follow the below steps:

  • step 1: Import random module in your IDE.
  • step 2: open this script in your IDE eg.(VS-code).
  • step 3: select your python interpreter for the program.
  • step 4: run the script and input your choice in game.
  • step 5: the result will be displayed on the terminal.
  • step 6: run the program again to replay the game.

About

Rock paper scissors is a hand game, usually played between two people, in which each player simultaneously forms one of three shapes with an outstretched hand. These shapes are "rock", "paper", and "scissors".

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages