Series of JavaScript codes to poke with canvas..
This was influenced by the "Pro JavaScript Techniques" book by John Resig
###Bouncing Balls Balls bouncing inside a canvas that EXPLODE when colliding. BOOM! Project is live here
###planets Simple planets in orbit simulation, pretty much extracted from the book (minor tweaks).
###Tower of Hanoi Step by step Tower of Hanoi solution animated in a canvas.
###clock Example extracted exactly from the book