My program is designed to solve mazes using a custom stack algorithm. Mazes are custom-made using text files and are loaded into the solver using a custom file loader. UI is handled through JFrame and with customizable font size and solving speed. The algorithm also gives a possible path that can be taken to solve the maze upon completion. There are currently 7 mazes that I have created testing the bounds of the solver. The solver is also able to detect when a maze is unsolvable.

Built With

Share this project:

Updates