Tagged Questions
2
votes
1answer
61 views
2D Terra(ria)in generation - Accidental noise
I'm currently trying to implement terrain generation as described on the following page:
http://accidentalnoise.sourceforge.net/minecraftworlds.html.
But I have issues understanding how to interpret ...
16
votes
3answers
1k views
How can I generate random lakes and rivers in my game?
I have a 2D block building game and am trying to make randomly generated lakes and rivers. I have looked into the Perlin noise algorithm, but, I couldn't get it to generate random and nice results.
I ...