Odisseu

Maze Generator

Generate custom mazes with different sizes using backtracking algorithm

Frequently asked questions

How does the algorithm work?

The generator uses the backtracking algorithm, which traverses the grid randomly removing walls to create mazes with a single path between any two points.

Can I choose the size?

Yes. You can set the grid width and height to create mazes of different sizes.