my lil entry to js13kgames 2013.
cd server
npm install
npm start
open http://localhost:8000 # uncompressed build
open http://localhost:8000/prod # compressed build
i stole a few files:
src/vendor/extend.jstaken from MIT-licensed Underscore.jssrc/vendor/requestanimationframe.jstaken from right here and it's MITsrc/vendor/miniclass.jswas written by mesrc/assets/boom.oggmade by Amon, licensed under a Creative Commons Attribution-Share Alike 3.0 license
the rest of the stuff is licensed under that unlicense in LICENSE.txt.