Hand Full of Heads is a demo written using HTML5 and Canvas. This application has heads that can be happy, sad, or angry. Heads are happy if they are near other heads. Heads become angry when they collide with other heads and begin moving at an accelerated pace. Heads are sad when there are no other heads around and move at a slower pace. Additional heads can be added by clicking anywhere on the hand.
Requires a web browser capable of rendering HTML5 and Canvas.
A falling blocks game that I wrote to demonstrate usage of HTML5 and Canvas to make an interactive game that runs in a web browser. Use the keyboard left and right keys to move pieces, press the up key to rotate a piece, and press the down key to drop a piece. Dropping pieces and completing lines increases your score. After completing every 10 lines the speed of the game increases which makes the game more difficult as the player progresses.