Live link: http://bit.ly/1jclyYg
Created by margie101 and myself.
Two player Tron Light Cycle game. Features music that plays upon game load and allows for two individuals to play on the same keyboard. Game is hosted on Github Pages.
To install the dependencies:
npm install
To fire up a development server:
npm start
To build the static files:
npm build
To run tests:
npm test