Walker generator
The procedural layout generator that comes with Frigga is called the Walker generator because it implements the random walk (or sometimes drunkard's walk) algorithm. It can be used for both 2D and 3D levels, but the level geometry is completely 2D, meaning that even in 3D levels there are no elevation changes (ramps, stairs, etc.)
The walker generator is only responsible for generating the layout, while the Theme engine is here to make it look good by applying rules with actual tiles and game objects.
📄️ Getting started
Generating your first level
📄️ Configuration
This page contains a list of all the properties that can be configured on the Walker Generator component. This is NOT a good place to start your journey with Frigga. You should first at least watch the Getting Started video. The generator comes with a sensible default configuration so you can usually most of the fields intact.