This project implements the A* (A-star) algorithm to find the shortest path in a grid-based environment. It is built using Python and Pygame, providing a graphical representation of the algorithm in action.
- Clone the repository.
- Install the dependencies:
pip install pygame
. - Run the
a_star_pathfinding.py
file.
- Interactive grid for setting start, end, and barriers.
- Real-time pathfinding visualization.
MIT License