gilmore606 / ure

the unRogueEngine
MIT License
122 stars 12 forks source link

Continuous Overworld Map Landscaper #89

Open melville opened 6 years ago

melville commented 6 years ago

A new style of landscaper that can stitch together 'chunk' areas whose terrain is modulated by a global Perlin or Simplex noise function.

gilmore606 commented 6 years ago

the idea here was to make all edge tiles an exit. since the scaper has to know the x-y position of the level in the global perlin map, you'd have to encode that into the area label, maybe label-N where N = x*1000+y.