Tank battle game. Demo here
Run build.sh
A file watcher (Mac OS only) that detects changes in files and rebuilds the project can be started by running
node dev/watch.js
As browsers won't load images that are not served via http, a dev web server can be run on the desired port by running
node dev/server.js ./build <PORT>