Skip to content

olegomon/cpr-webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AngularJS - Rock-paper-scissors-lizard-Spock

Simple implementation of the well known Rock-paper-scissors-lizard-Spock game using AngularJS.

Features

  1. Create a local user and play against computer.
  2. Watch playing computer VS. computer

Install

Checkout the code and cd into the checkout directory.

Install NPM dependencies:

npm install

Install Bower dependencies:

bower install

Grunt tasks

Grunt start

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.

Grunt run

To run the app in dev mode run with default browser set to PhantomJS run

grunt run

Grunt test

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.

Grunt default

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.

Grunt show

To make a distribution build and show in the browser run

grunt show

To generate coverage reports run:

grunt coverage

It will generate coverage reports inside the reports folder

License

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.

License Graphics

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.

About

Rock-paper-scissors-lizard-Spock

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published