Hello everyone, this is a visualiser tool for Pathfinding algorithms. I built it beacuse I love getting my hands on algorithms and hope you enjoy playing with it too!
The website is hosted here: https://pathfinder--visualiser.herokuapp.com/
-- Green Node depicts the Start node, and red node depicts the end/goal node.
-- Black boxes represent walls or obstacles, which can be made by dragging your cursor on the grid.
-- Click on 'Visualise algorithm' button to visualise them in action.
-- I plan on adding a speed feature to let you control the speed of the visualisation process.
-- Implement functionality to change the location of start and Goal nodes.
-- Add more algorithms as well as obstacles such as Maze to the project to get a deeper grasp over the concept.
Let me know if you have any suggestions/ changes you would like to see in the application.