A path finding Visualizer written in Java for A* Search and Dijkstra's algorithm.
-
To start the application, navigate to the folder /out/artifacts/Pathfinding_jar/ and run java -jar Pathfinding.jar in the terminal
-
Drag and drop start or end point
-
Choose a path finding algorithm
-
Click "New Maze" to generate a random maze or draw walls via mouse click
-
Click "Start" to start the animation