Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1.35 KB

readme.md

File metadata and controls

32 lines (19 loc) · 1.35 KB

HTML5 Asteroids

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.

HTML5 Asteroids

How to Build/Optimize

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.

License

Creative Commons Licence

HTML5 Asteroids by Julian Garamendy is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.