A Python-based pathfinding visualizer built with Pygame. It demonstrates search algorithms like BFS, DFS, and A*.
- Visualize pathfinding algorithms
- Interactive grid for user input
- Adjustable parameters like speed
- Clone the repository:
git clone https://github.com/AyKrimino/Pathfinding-Visualizer.git cd Pathfinding-Visualizer
- Install dependencies:
pip install -r requirements.txt
- Run the application:
python main.py
- Python 3.7+
- Pygame 2.6.1