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
- Host: GitHub
- URL: https://github.com/ragingwind/bad-aliens
- Owner: ragingwind
- Created: 2013-01-08T09:10:54.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-01-09T03:58:10.000Z (over 13 years ago)
- Last Synced: 2025-08-02T10:51:06.704Z (11 months ago)
- Size: 158 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 )