/Pathfinding-Visualizer

A pathfinding visualizer application written in Python 3

Primary LanguagePythonMIT LicenseMIT

Pathfinding Visualizer

An easy-to-use pathfinding visualizer application written in Python 3.

A quick demo

In Progress! Steps left to finish:

  • Implement other algorithms
  • Add those algorithms to dropdown
  • Use multithreading, gui gets slow due to algorithm execution in main thread