Island Generation Library

Posted by thatguy on Game Development See other posts from Game Development or by thatguy
Published on 2012-08-24T04:44:30Z Indexed on 2012/09/23 15:50 UTC
Read the original article Hit count: 330

Filed under:
|
|
|
|

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/

© Game Development or respective owner

Related posts about java

Related posts about maps