Rock Paper Scissors game written in pure JavaScript
Don't know the game? http://en.wikipedia.org/wiki/Rock-paper-scissors
- Play vs Computer
- Play Computer vs Computer
- Possibility to play multiple rounds in a row
- Has a count down on each round
- Has a heads up display which indicates round and players score
- Playes background sounds and some sound effects
-
Visual Studio Code
- Extension es6-string-html Used for syntax highlighting in es6 multiline strings
Install Dependencies
npm install
Run lite server:
npm run dev
Testing:
npm run test