Island Generation Library
- by thatguy
Can anyone recommend a tile map generator (written in Java is a plus), where one can control some land types? For example: islands, large continents, singe large continent, archipelago, etc.
I've been reading through many posts on the subject, it almost seems like many are just rolling their own. Before creating my own, I'm wondering if there's already an open source implementation that I might not be finding.
If not, it seems like using Perlin Noise is a popular choice.
Some articles I've been reading:
http://simblob.blogspot.com/2010/01/simple-map-generation.html
Generate islands/continents with simplex noise
https://sites.google.com/site/minecraftlandgenerator/