uni-tj / robo-arena

GNU General Public License v3.0
2 stars 0 forks source link

feat(level-generation): add perlin noise to the level generation #127

Closed weiserhase closed 1 month ago

weiserhase commented 2 months ago

Add perlin noise generation functions Use the perlin noise functions to place grades into the rooms in while the level is transformed into Blocks. +Some constants to controll the structure of the noise

JulesOxe commented 2 months ago

In the current version, I would say that too many crates are spawned. @weiserhase