Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 474 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 474 Bytes

Rock-Paper-Scissors game

This is the simple Rock-Paper-Scissor game, created using python. I have used the randint() inbuilt function of the Random module. There are two players in this game, one is human and other is computer. Game rule :

  • Rock wins over Scissor
  • Paper wins over Rock
  • Scissor wins over Paper