Even more Canvas fun - Tetris in JavaScript November 05, 2010 14:56 / 1 comments

Tetris in JavaScript using the Canvas element, 'nuff said!


More fun with Canvas - a JavaScript Starfield! November 04, 2010 17:44 / 7 comments

The canvas element is awesome. JavaScript is fast enough that you can run some pretty computationally intensive stuff (I've seen 3D games, a NES emulator, and much more all done with JS!). This script shouldn't push your CPU to the limit, but it does show how easy it is to create cool effects with just a small amount of code.


Nokia Snake with JavaScript + Canvas November 03, 2010 23:35 / 4 comments

Keeping with the theme of yesterday's post - "a stroll down memory lane" - I thought I'd re-create the Nokia Snake game (a distant relative of Nibbles) using JavaScript and the canvas element.