Skip to content

valentin-stamate/Pathfinding-Algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 

Repository files navigation

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