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.
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.
My new JS demo uses HTML5 Canvas to generate a random isometric map. You can see it in action here:
The algorithm is simple, it selects four random points and then grows recursively until all the map is filled.