Demos
Asteroids Clone
An example of 2D vector drawing. This demonstration shows off the
canvas rendering context, keyboard input, sounds, and particles.
Try it out!
Ball Bounce
An example which demonstrates developing a game which works with the
Nintendo Wii. Additionally, this demo shows off some of the components
which handle Wii remote input and simple physics.
Try it out!
Text Rendering Example
This example demonstrates how to render text to the Canvas context. It shows off the vector,
bitmap, and native text renderers.
Try it out!