Maze Generator

Maze Generator is a Blender add-on that procedurally creates fully solvable maze layouts, ensuring a continuous path from the entrance to the exit.

Guide Path
The add-on now includes a Guide Path, a visual reference that highlights the correct solution route. This path is independent of wall height and width, allowing users to easily trace the maze’s solution without obstruction.

Maze Types
The add-on supports two maze types:

  • Rectangular mazes: Created using an iterative depth-first search algorithm, forming a traditional grid-based structure.
  • Circular (polar) mazes: Generated using a Prim's-like algorithm adapted for polar coordinates, ensuring a single outer entrance connects to a unique inner exit. (Note: Circular mazes are solvable 99% of the time due to an unresolved issue in the code, so users should double-check the result.)

Customization & Usage
Users can customize parameters such as maze detail (number of cells or rings), scale (cell size or radial distance), wall width, wall height, and curve resolution.

The generated mazes are converted into curves with a bevel profile and can be easily converted to meshes, making them suitable for game levels, architectural designs, and other 3D projects.

Maze Generator
Free for everyone
Name Maze Generator
Archive version 1.11.0
File size 5.6 MiB