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:

https://github.com/ADOGamedev/Maze_Generator-Solver

Download

Download
Maze_Generator-Solver_v1.0.exe 94 MB

Install instructions

Installation

  1. Download the .exe file.
  2. Run the executable to start the program.
  3. 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:

  1. Click More info.
  2. 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.