maze generator & solver


The Maze Generation and Solving System creates random mazes using DFS and solves them with DFS and BFS, making it ideal for puzzles, AI pathfinding, and procedural levels.


by yahya_bakour


Price History +

The Maze Generation and Solving System is a fully customizable tool for creating and solving mazes in Unity. It generates random mazes using the Depth-First Search (DFS) algorithm and solves them with both DFS and Breadth-First Search (BFS). The package includes a showcase scene, allowing you to visualize maze creation and pathfinding in real time.

This system is suitable for puzzle games, AI pathfinding, procedural level generation, and educational purposes. The code is modular and extensible, enabling easy customization of maze size, generation rules, and solution visualization.