-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Milestone
Description
Ok, so this is going to be the most important (aside from a dungeon generator) feature the game needs.
Right now I am just looking for a generator that returns a two dimensional array with various numbers symbolizing various features.
-1 = deepwater
0 = water
1 = sand
2 = grass
3 = stoneground
4 = snow
5 = lava
6 = path (just like the ones in realm)
Blueprints: http://www-cs-students.stanford.edu/~amitp/game-programming/polygon-map-generation/
ROTMG actual generator: https://github.com/amitp/mapgen2
Reactions are currently unavailable