/pathfinding-algorithms-visualized

Realitime visualisation of A* and Dijkstra algorithms

Primary LanguageProcessing

Pathfinding Algorithms Visualized

About

Here you can see in realtime how pathfinding algorithms works. You can also draw walls and move the start and end point.

Features :

  • draw (left click) & remove (right click) walls
  • live searching
  • draw/remove walls after the search ends
  • move end point and see instantly the path
  • a nice animation

Pathfinding algorithms used :

  • A*
  • Dijkstra

How To Run

In order to run this, you'll need to install Processing first. Open Sketch.pde under Sketch folder and you are done.
Also you must have the GUI library installed : ControlP5

Credits