Pathfinder
A pathfinder visualizer in Flutter. Create mazes, generate random walls, or draw your own walls and see the pathfinding algorithms in action
Install / Use
/learn @Abhi-Gautam/PathfinderREADME
Pathfinding Algorithms Visualizer
<img src="Media/pathfinder.gif" width = "250" height = "500" />Steps to use:-
- Long press the Maze button to choose select the maze of your choice and press it again to build the maze and then press visualize.
- Long Press the visualize button to reveal the list of algorithms avaliable, currently supports A*, Dijkstra and Bidirectional Dijkstra.
- You can also use the plus button to add walls and long press to select the modes to move the starting and the ending node.
- Use the minus button to remove walls at specific location and the delete button to clear the board and start fresh.
