Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 276 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 276 Bytes

Rock-paper-Scissors

#Description This is a rock paper scissors classic game created using javascript. The user plays with the computer,the computer randomly picks from the options(rock,paper,scissors). if both user and computer selects the same option then it is a draw.