Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 317 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 317 Bytes

a-star-algorithm-visualizer

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.

GIF

Requirements

  • Python 3.x
  • Pygame