Maze Generator (SVG)
Maze Generator (SVG) Generate random perfect mazes as crisp, scalable SVG images directly in your browser. Pick a classic carving algorithm, set the grid size, optionally fix a seed for reproducible output, and download the result as SVG or PNG. Every maze is built from real graph theory — not a stock template — so each click produces a fresh puzzle. How to Use Choose an algorithm: Recursive Backtracker (long, twisty corridors), Prim’s (organic and branchy), or Kruskal’s (uniform, balanced). Set the maze dimensions in columns and rows. Larger grids take longer to solve by eye. Optionally type a seed string. The same seed plus the same settings always produces ...
ツールを試す »