jerr0328 / skitg

Automatically exported from code.google.com/p/skitg
0 stars 0 forks source link

Implement terrain generation #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The terrain generation should implement features noted in the wiki page 
(http://code.google.com/p/skitg/wiki/TerrainGeneration).

At a minimum, it should establish x,y points designating the line of the 
terrain. This could be implemented by, say, a one-dimensional array where the 
index is the x coordinate and the value is an integer representing the 
randomly-generated y coordinate. 

Original issue reported on code.google.com by jerr0328 on 3 Apr 2012 at 5:24

GoogleCodeExporter commented 9 years ago

Original comment by jerr0328 on 3 Apr 2012 at 5:26

GoogleCodeExporter commented 9 years ago

Original comment by jerr0328 on 18 Apr 2012 at 6:14

GoogleCodeExporter commented 9 years ago

Original comment by jerr0328 on 29 Apr 2012 at 1:13