/A-star-visual

A* path finding algorithm visualization

Primary LanguagePythonMIT LicenseMIT

A-star-visual

A python visualization of the A* path finding algorithm. It allows you to pick your start and end location and view the process of finding the shortest path.

Requirements

  • Python 3.x
  • TKinter
  • Pygame