Random Isometric Map Generation

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.

Leave a Reply

You must be logged in to post a comment.