Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 775 Bytes

File metadata and controls

19 lines (15 loc) · 775 Bytes

PathfindingAlgorithm-Visualizer

Path Algorithm Visualizer programmed in python using pygame, math, random and queue modules. https://romanj55.github.io/PathfindingAlgorithm-Visualizer/

Supports: A*(Astar), BFS(Best-first-seach) and Dijkstra Algorithms

  • allows weighted paths
  • visualizes the visited & unvisited nodes in real-time
  • visualizes the path witch the algorithm has found
    • different coloring if the path includes weights
  • create random walls(/w weights)

Check screenshots for further info

Main running Main finished Main walls Main walls finished