An open API service indexing awesome lists of open source software.

https://github.com/ragingwind/bad-aliens

this game was created to learn to how to make game with html5
https://github.com/ragingwind/bad-aliens

Last synced: 5 months ago
JSON representation

this game was created to learn to how to make game with html5

Awesome Lists containing this project

README

          

# BAD ALIENS
this game was created to learn to how to make game with html5. original example was for google i/o presentation. if you need more information? plase refer to reference. all copyright reserved by the original authors @sethladd

# RESTRICTS
* oriented single html file. all resource is on github server.
* using html5 audio instead of soundmanager2. comeback from real life.
* stats and performance wasn't implemented.

# CAPTER
* [01 Canvas - Create canvas]( https://github.com/ragingwind/bad-aliens/blob/01-canvas/bad-aliens.html )
* [02 Earth - Draw sprite to canvas]( https://github.com/ragingwind/bad-aliens/blob/02-earth/bad-aliens.html )
* [03 Aliens - Make aliens]( https://github.com/ragingwind/bad-aliens/tree/03-aliens/bad-aliens.html )
* [04 Timer - Create game timer to running game]( https://github.com/ragingwind/bad-aliens/tree/04-timer/bad-aliens.html )
* [05 Rotation - Make alien rotate correctly]( https://github.com/ragingwind/bad-aliens/tree/05-rotation/bad-aliens.html )
* [06 Rotation cache - Rotation with cache using canvas]( https://github.com/ragingwind/bad-aliens/tree/06-rotation-cache/bad-aliens.html )
* [07 Sentry - Make sentry turret with mouse control]( https://github.com/ragingwind/bad-aliens/tree/07-sentry/bad-aliens.html )
* [08 Bullet - Shoot bullet]( https://github.com/ragingwind/bad-aliens/tree/08-bullet/bad-aliens.html )
* [09 Animation - Image animation]( https://github.com/ragingwind/bad-aliens/tree/09-animation/bad-aliens.html )
* [10 Sound - Let's make a sound]( https://github.com/ragingwind/bad-aliens/tree/10-sound/bad-aliens.html )
* [11 Collision detecting]( https://github.com/ragingwind/bad-aliens/tree/11-collision-detecting/bad-aliens.html )

# REFERENCE
* [Google I/O 2011 - Super Browser 2 Turbo HD Remix : Intro to HTML5 Game Development by Seth Ladd]( http://goo.gl/eSYli )
* [sethladd/Bad-Aliens · GitHub]( http://goo.gl/qxjlL )