All Projects → JulianG → HTML5-Asteroids

JulianG / HTML5-Asteroids

Licence: other
An Asteroids clone made in Javascript, using CreateJS, RequireJS and JS-Signals.

Programming Languages

javascript
184084 projects - #8 most used programming language
PLSQL
303 projects
PHP
23972 projects - #3 most used programming language
HTML
75241 projects

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].