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