Skip to content

asadrjhk/rock-paper-scissors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Rock-Paper-Scissor game

It is a simple hand game which is played to make a choice. we can also play this game online using the same rule.

Rule:

  1. It is a two player game
  2. Select a play (rock, paper, scissors), outcome is decided on the basis of:
    • Rock wins against scissors.
    • Scissors win against paper.
    • Paper wins against rock.