Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 531 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 531 Bytes

Rock Paper Scissors - using JavaScript ❤

- Basic Rules

The rules are very simple and probably you remember them from your childhood :
          ♦ If you choose Rock, you will win against Scissors but lose against Paper.
          ♦ If you choose Scissors, you will win against Paper but lose against Rock.
          ♦ If you choose Paper, you will win against Rock but lose against Scissors.