Skip to content

Dexter766/Rock_paper_scissors_python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Rock_paper_scissors_python

You may have played rock paper scissors before. Maybe you’ve used it to decide who pays for dinner or who gets first choice of players for a team.

If you’re unfamiliar, rock paper scissors is a hand game for two or more players. Participants say “rock, paper, scissors” and then simultaneously form their hands into the shape of a rock (a fist), a piece of paper (palm facing downward), or a pair of scissors (two fingers extended). The rules are straightforward:

  1. Rock smashes scissors.
  2. Paper covers rock.
  3. Scissors cut paper.

How to play

You just need to enter your choice and computer will randomly choose its shape and decide who wins.

It is in loop, if user want to play again enter "y"
If user want to exit enter "n" or any key except "y"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages