Maze Generator
Enter at the top-left arrow, exit at the bottom-right. Every maze has exactly one solution — shuffle for a new one, then print.
Tip: print once as a puzzle, then tick “Show solution” and print again for the answer page. “Save as PDF” in the print dialog keeps a file.
Name: ____________Date: ____________
Cerebite · cerebite.com
About this maze generator
Mazes are carved with a depth-first “recursive backtracker” algorithm, which guarantees a perfect maze: every cell is reachable and there is exactly one path between any two points — so the puzzle always has one unique solution. Each click of “New maze” produces a different layout, letting you print as many unique activity sheets as you need. Solving mazes exercises planning and spatial reasoning; pencil tip: work backwards from the exit when you get stuck.