An Asteroids clone made in Javascript, using CreateJS, RequireJS and JS-Signals.
It's also my first AMD JavaScript project. I'm using RequireJS to optimize, or concatenate+minify, however the createjs libraries are not being loaded by RequireJS, I haven't looked into that yet.
I'm using TexturePacker for my sprite sheets.
I'm not sure. I think it's like this:
// Get the required node modules
npm install
// Check for code errors (optional)
node jshint.js
// Build using RequireJS optimizer
node build.js
The deployment files will be copied to the build directory.
HTML5 Asteroids by Julian Garamendy is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.