Publisher | yahya_bakour |
---|---|
File size | 337.59kB |
Number of files | 46 |
Latest version | 1.0.0 |
Latest release date | 2025-02-06 09:47:11 |
First release date | 2025-02-06 09:47:11 |
Supported Unity versions | 2018.4.2 or higher |
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.