A* PathFinding Visualizer AI

This work is by my friend, Minecrafted9193 show him some love :wink:

Video:


You can try this project here! : A* Pathfinding Visualizer - Roblox

Instructions:
Press R to generate or remove the grid.
Press E to start the pathfinding visualization when a grid has generated.
Hold left click and drag to create obstacles on the plate.
Right click an obstacle to remove it.
Press Q to remove all obstacles.

Algorithm details:
The pathfinding algorithm used here is called A* (pronounced โ€œa starโ€). If you would like to know how this algorithm works, I suggest looking up โ€œA* Pathfinding Sebastian Lagueโ€ on YouTube. He has a good explanation.

4 Likes