Skip to content

janhvi1210/Pathfinding-visualizer-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Pathfinding Visualizer 🚗🗺️

A simple and interactive pathfinding visualizer built with Python, Matplotlib, and NumPy. It compares how A* and DFS (Backtracking) algorithms navigate through a grid with obstacles using smooth animations.

✨ Features

Visualize A* and DFS algorithms

Animated movement with step counter

Obstacle-filled grid environment

Start and goal markers

Button to switch between algorithms

Clean and easy-to-understand visualization

🛠️ Technologies Used

Python

Matplotlib

NumPy

Heapq (Priority Queue)

About

Interactive pathfinding visualizer comparing A* and DFS with animated grid visualization.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages