Open index.html in browser and play. Arrow keys are enabled. You can stop / start game or restart the Game.
- Main script: src/scripts.js
- Test script: test/scripts.js
git clone ~
cd ~/
# install dev dependencies
npm install
# run the tests - command line
npm test
# or open test/index.html - browser
- mocha - test runner
- chai - assertion library
- sinon - spies, stubs & mocks for js