Skip to content

A Python-based pathfinding visualizer built with Pygame. It demonstrates search algorithms like BFS, DFS, and A*.

Notifications You must be signed in to change notification settings

AyKrimino/Pathfinding-Visualizer

Repository files navigation

Pathfinding Visualizer

A Python-based pathfinding visualizer built with Pygame. It demonstrates search algorithms like BFS, DFS, and A*.

Features (Planned)

  • Visualize pathfinding algorithms
  • Interactive grid for user input
  • Adjustable parameters like speed

How to Run

  1. Clone the repository:
    git clone https://github.com/AyKrimino/Pathfinding-Visualizer.git
    cd Pathfinding-Visualizer
  2. Install dependencies:
    pip install -r requirements.txt
  3. Run the application:
    python main.py

Requirements

  • Python 3.7+
  • Pygame 2.6.1