TOGoS's Example Noise Programs

by TOGoS

Various terrain generators to demonstrate the noise expression system

Content
3 years ago
0.17 - 1.1
182
Environment

i Maze

3 years ago

Can u make a maze map ??

3 years ago

You can certainly make maze-like maps using basis noise. It would be difficult to generate actual mazes that are guaranteed to have a specific number of solutions using the built-in terrain generation system since every point on the world is calculated independently of every other. You could maybe do it by generating point lists in Lua, but then it might be better to just directly modify terrain at runtime because you would have much more control.

New response