Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 237 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 237 Bytes

A-Path-Finding-Visualization

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