Create multi-level mazes for your Bedrock Edition worlds
Version: 2.0.97
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