Maze Generator - Solver
Have fun creating and solving mazes! This app made in Godot allows you to visualize each step of creating and solving a maze.
Be sure that the visualization checkbox is on if you want to see how the maze is generated/solved.
There are three algorithms to generate a maze:
- DFS
- HAK
- Origin Shift
These, limit the maximum maze size for performance reasons, DFS allows up to 500x500 and the others up to 50x50.
For solving, you can use:
- Dijkstra
- A*
- Bidirectional A*
For more information go to my GitHub repository:
| Published | 9 hours ago |
| Status | Released |
| Category | Other |
| Platforms | HTML5, Windows |
| Author | ADOGamedev |
| Genre | Simulation |
| Made with | Godot |
| Tags | a-star, dijkstra, maze, maze-generator, origin-shift, Visualization |
Download
Install instructions
Installation
- Download the
.exefile. - Run the executable to start the program.
- No installation is required.
Windows Security Warning
Since this application is not digitally signed, Windows may display a "Windows protected your PC" warning when you try to run it.
If this happens:
- Click More info.
- Click Run anyway.
This warning is common for small indie projects and occurs because the application does not have a code-signing certificate.
Enjoy creating mazes!





Leave a comment
Log in with itch.io to leave a comment.