Back to projects

A* Algorithm Visualization

archived

Interactive Python visualization of the A* pathfinding algorithm using matplotlib.

About

An interactive Python visualization of the A* algorithm, a popular pathfinding algorithm used in robotics, gaming, and navigation systems. Features customizable grids, obstacle placement, and Manhattan distance heuristic.

Features

  • Interactive matplotlib visualization
  • Click to add/remove obstacles
  • Customizable grid size and start/end points
  • Manhattan distance heuristic

Tech Stack

Python Matplotlib NumPy