Page 1 of 1

Map generator.

Posted: Mon Aug 10, 2015 3:15 pm
by pinback
I've checked in a map generator to the github:

https://github.com/joltcountry/core/tree/master/perlin

Usage notes in the README. Now we can make maps for 4X games! Oh boy!

Posted: Mon Aug 10, 2015 7:45 pm
by pinback
Here is the map generator in action. In case you didn't believe that it generated maps:

(Note, this is in "empire" mode, where instead of displaying terrain height levels, it just shows land or water, using the very same ACSII characters used in the seminal 4X game, "Empire"!)

Image

Re: Map generator.

Posted: Thu Dec 31, 2015 10:49 am
by Donald Ebinsen
pinback wrote:I've checked in a map generator to the github:

https://github.com/joltcountry/core/tree/master/perlin

Usage notes in the README. Now we can make maps for 4X games! Oh boy!
How would you compare this to the terrain generator in OpenTTD? It has several options including snow cover, if any, lakes, rivers and how mountainous the area is.

Posted: Thu Dec 31, 2015 11:20 am
by pinback
I would not compare it.