CSC510-2015-Axitron / maze

Main repo for maze game
0 stars 2 forks source link

Maze Build Status

Repo for Maze game

Prerequisites

Due to a limitation in Chrome's origin policy handling of files, the project is most easily viewed in Firefox or Internet Explorer 11.

Usage

To run the current iteration of the game (in IE11 or Firefox) do the following:

To run under Chrome:

Testing Locally

So you may say, I'd like to test this on my machine instead of sending it to Travis CI to fail. Please do that!

Prerequisites

Usage

Run two simple commands:

npm install

npm test

Should npm install fail you may need to run it with the sudo command. Also npm has some bizarre behavior from time to time so if it hangs just rerun it. This set of commands will automatically run istanbul, and jshint along with mocha tests. Istanbul spits out some simple coverage information, but if you want more info go to:

./maze/coverage/lcov-report/index.html

For further linting information open report.html in your browser after running the tests.