Skip to content

Mars-Zero/Pathfinding-Visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pathfinding Visualizer

A python visualization of popular pathfinding algorithms

Usage

  • Left click - place start point, then place end point and then place border points
  • Right click - erase the current point
  • C - clears the visualizer
  • Space - A* algorithm
  • D - Dijkstra's algorithm
  • F - DFS/fill algorithm
  • B - BFS/Lee

Screenshots

A*

Run Locally

Clone the project

  git clone https://github.com/Mars-Zero/Pathfinding-Visualizer

Go to the project directory

  cd Pathfinding-Visualizer

Install dependencies

  python -m pip install pygame

Start the application

   python -i visualization.py

Alternatively, open with your editor of choice and run visualization.py

About

Pathfinding Visualizer written using python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages