Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 374 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 374 Bytes

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