This maze generator uses DFS or depth-first-search to generate perfect
mazes.
What is a perfect maze ? : A perfect maze is defined as a maze which
has one and only one path
from any point in the maze to any other point.
This means that the maze has no inaccessible sections, no circular
paths, no open areas.
Now you can also generate a plane floor or give separate floor to each cell.
Includes simple path finding(This is not unity's path finding)
Features :-
Generate mazes in the editor
Generate mazes in runtime
Generate mazes at startup
Web Demo
Learn the logic
Thank You
negleft