Competitive puzzle game for two players. My entry for js13kgames 2013
Install node.js Install grunt:
npm install -g grunt-cli
Clone the repo
Build:
npm install
grunt
Run:
grunt run
First shrinkwrap npm packages
npm shrinkwrap
(Run npm prune
if there are any extraneous packages)
grunt release:zip
Then upload build/release/server.zip
grunt release:git
cd release
git push heroku master