Maze application that generate and solve a maze. For generating the maze, Prim's and Wilson algorithm are implemented (more in the future). For solving the maze only Astar is implemented (more in the future).
Maze.Solver.2024-01-16.21-54-25.mp4
Run the MazeSolver.java to generate and solve a maze (default is Wilson algorithm maze generation and Astar algorithm to solve the maze). To change the algorithm modify MazeSolver.java.
I will try to add a user interface
Distributed under the GNU GENERAL PUBLIC license. See LICENSE
for more information.