Minecraft Maze Generator

Create multi-level mazes for your Bedrock Edition worlds

Width (in paths): Height (in paths): Levels: Dimensions (blocks):
Wall width: Wall height: Path width: Wall block:
File naming options:

Visual Aids

Version: 2.0.97

Credits

Bibliofile - For the original codebase I forked and built on top of. Their work provided the foundation for the maze generation logic, TypeScript implementation, and the basic UI structure that I've enhanced and extended.
github.com/Bibliofile/MinecraftMazeGenerator

Jamis Buck - For the maze generator example and inspiration. His work on maze algorithms, particularly the Growing Tree algorithm, provided the theoretical foundation and implementation ideas that influenced the maze generation approach used in this project. His blog posts and examples were instrumental in understanding maze generation techniques.
weblog.jamisbuck.org
Minecraft Maze Generator
Growing Tree Algorithm

Levels

Level 1 of 3
Hole + Ladder (Up)
Hole + Ladder (Down)
Hole Only (Up)
Hole Only (Down)
Note: Indicators show hole locations (center of cells). Ladders are placed on adjacent walls.