Island World Generator

Generate a bunch of random islands in the world....infinitely. Code arranged with the help of WonderFLCompiler .  Click on light blue regions to generate islands. Revisiting back the same cell locations will generate back the same set of islands because of the seed. Use arrow keys or numeric steppers to navigate through world cells. World KD/Quadtree construction uses: http://wonderfl.net/c/6dsC and Island generation uses: https://github.com/amitp/mapgen2 algorithms