Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 935 Bytes

File metadata and controls

31 lines (20 loc) · 935 Bytes

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