πΊοΈ Maze & Pathfinding
Draw walls, set start (green) & goal (red), then find the path!
Draw Mode:
Algorithm:
Walls: 0
Explored: 0
Path Length: 0
Algorithm: A*
β Create maze with 30+ walls
β Find a path (any algorithm)
β Compare A* vs Dijkstra (A* explores less)