/react-snake

Classic Snake game implemented in ReactJS and Reflux

Primary LanguageJavaScriptMIT LicenseMIT

#React Snake

Classic Snake game implemented in ReactJS and Reflux, mentor assignment for the Sydney JavaScript Study Group by Matt Fairbrass.

Technologies Used:

Installation

cd /some/path
git clone git@github.com:matt-d-rat/react-snake.git
cd react-snake
npm install

Running

App

cd /some/path/react-snake
npm start

Tests

cd /some/path/react-snake
karma start

If disable the single test run, use the command: karma start --single-run=false

License

MIT License. See the LICENSE file for more information.