Make the classic game Snake using Functional Reactive Programming in coffeescript via Bacon.js.
- Clone this git repo
- Run
./quickstart(will install a a specific version of node and npm using nix, install all the node modules, run the dev environment)
- Clone this git repo
- Make sure you have node and npm installed (if not,
brew install node) - At the repo root, run
npm install. - Run
./webpack
The code and tests will be recompiled on the fly and your browser will autoreload when necessary.