Skip to content

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

Notifications You must be signed in to change notification settings

JulianG/HTML5-Asteroids

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published