Javascript framework for making 2D games using HTML5
Ball Game
- Controls:
- Left, Right, Up, and Down Arrow to move the ProxyBot
- Avoid as many Blue Orbs as possible! Each orb in-game is 1 point
- Your ProxyBot can only withstand 3 hits... 1 point is lost and the orb is removed
- An orb of random size, speed, and acceleration is made every 4 seconds
- 'Q' to restart game
- W (up), A (left), S (down), D (right) to move the game's Camera which is initially at (0,0)
- Getting Started --> https://developer.mozilla.org/en-US/docs/Games/Workflows/2D_Breakout_game_pure_JavaScript
- Sprite Renderer --> http://www.williammalone.com/articles/create-html5-canvas-javascript-sprite-animation/
- Resource Manager and other canvas tricks --> http://jlongster.com/Making-Sprite-based-Games-with-Canvas
- Per Pixel Collision Detection --> http://www.playmycode.com/blog/2011/08/javascript-per-pixel-html5-canvas-image-collision-detection/
- AudioLoader --> https://forestmist.org/blog/web-audio-api-loops