A responsive rock paper scissors lizard spock game.
- [x] As a User, so that I can play a basic game of Rock Paper Scissors Lizard Spock Player vs Computer
- [x] As a User, so that I can play a basic game of Rock Paper Scissors Lizard Spock Computer vs Computer
- [x] As a User, so that I can switch from one game to another
Run the below commands in your command line interface to view the static webpage and run the test suite.
git clone
cd rps-javascript
open index.html
open SpecRunner.html for tests
- Production - Javascript, HTML, CSS (Bootstrap)
- Testing - Jasmine
- Added Lizard and Spock logic.