For Engineers · Maze Generator
Maze Generator for a convolutional net
Built for engineers using it for real design work. Go from concept to a running model in the browser, then scale to the cloud when needed. Simulate a convolutional net live below — adjust the inputs and watch it respond, right in your browser.
Maze Generator & SolverLive
recursive backtracker · BFS solve
Controls
Presets
A perfect maze (exactly one path between any two cells) carved by depth-first backtracking, then solved top-left to bottom-right with breadth-first search.
Data Inspector
Cells25²
AlgorithmDFS carve
SolverBFS shortest
Governing equation
Reading this result: A perfect maze has exactly one path between any two cells, so BFS from corner to corner always finds it — here across 625 cells.
Runs locally in your browser — free forever. Scale to the cloud when reality gets heavy.
Also for:StudentsResearchersEducatorsHobbyists & MakersK-12 StudentsFirst RespondersGeneral version →
More with Maze Generator
Frequently asked questions
- Is this good for engineers?
- Yes — this version of "Maze Generator for a convolutional net" is framed for engineers using it for real design work. Go from concept to a running model in the browser, then scale to the cloud when needed.
- Do I need to install anything?
- No. It runs in any modern browser, free, with no account required.