Archive for the ‘HTML5’ Category

Building a PONG game with the j5g3 Javascript Game Engine

Thursday, December 1st, 2011

I wrote a tutorial on how to build a simple game of pong using my Javascript HTML5 Game Engine j5g3.

The tutorial can be found at j5g3.coaxialhost.com/tutorials/pong.html.

Random Isometric Map Generation

Friday, January 14th, 2011

My new JS demo uses HTML5 Canvas to generate a random isometric map. You can see it in action here:

Isometric Demo

The algorithm is simple, it selects four random points and then grows recursively until all the map is filled.