This is a source of js13kGames '14 game, "Quintessence"
- Install node.js.
- Change directory to this repo and run
npm install. This will install all required modules from the internets. (Note: node_modules dir is in .gitignore)
- Change directory to this repo and run
node build. Yes, there's no fancy-pantsy gulp/grunt, just a simple script. - This will create (or overwrite)
index.html. Zip it.
Please don't forget to rebuild index.html after changes in source.html!