Simple implementation of the well known Rock-paper-scissors-lizard-Spock game using AngularJS.
- Create a local user and play against computer.
- Watch playing computer VS. computer
Checkout the code and cd into the checkout directory.
Install NPM dependencies:
npm install
Install Bower dependencies:
bower install
To run the app in dev mode run
grunt start
This will give you a prompt selecting the browser which you would like to use to run the karma tests in.
To run the app in dev mode run with default browser set to PhantomJS run
grunt run
To execute the tests in dev mode run
grunt test
It will build the app and run the tests against the unmodified sources of the app and all vendor files.
To make a build for distribution run
grunt
It will build the app and run the tests against the minified version of the app and all vendor files.
To make a distribution build and show in the browser run
grunt show
grunt coverage
It will generate coverage reports inside the reports folder
The MIT License
Copyright (c) 2014 Oleg Buss
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
All graphics are taken from http://en.wikipedia.org/wiki/Rock-paper-scissors-lizard-Spock and are under the CC BY-SA 3.0 license.