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.
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.