Skip to content

Latest commit

History

42 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

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 runningMain finishedMain wallsMain walls finished

About

Pathfinding Algorithm Visualizer programmed in python using pygame, math, random and queue modules.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages