Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 562 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 562 Bytes

rpssl

Rock, Paper, Scissor, Spock, Lizard

Rock, Paper and Scissor has always been a fun game to play.
Rock, Paper, Scissor, Spock and Lizard is the advanced version of the game. It is even more fun to play. Here I have designed the game to be played between a user and the computer. It is an interactive game with normal and advanced version. There is a score box in which the user's score is displayed.

To start playing the game

Step 1: Clone the repository
Step 2: cd rpssl
Step 3: npm install
Step 4: npm run dev