Free PDF downloads · No signup · Made for reMarkable, Supernote, BOOX, and standard printers.
Maze Generator
Procedurally generated mazes using recursive backtracking — with solution on the last page.
Start
End
About Maze
A maze is a network of paths where you navigate from entrance to exit. Each generated maze is built with recursive backtracking, so every puzzle has exactly one solution path, in small, medium, and large sizes.
Tips
- Work backwards from the exit when the forward path branches heavily.
- Follow one wall continuously — it always leads somewhere in a perfect maze.
- Larger grids take longer but suit longer sessions on an e-ink tablet.
FAQ
- Does every maze have a solution?
- Yes. Each maze is generated with recursive backtracking, guaranteeing exactly one path from start to finish.
Make the worksheet useful
Choose, check, then download
Children and adults who want printable mazes with adjustable size and difficulty.
Suggested workflow
- 1Choose the maze dimensions and difficulty.
- 2Inspect path density at the target page size.
- 3Download the maze with its solution page.
Why this format
Grid dimensions change solving time and line spacing more directly than a vague easy-or-hard label alone.
Sample PDF
The generated PDF contains the current maze and a matching solution.