← Back to Challenges

Pathfinding Challenge

πŸ—ΊοΈ 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*
Start
Goal
Wall
Explored
Path
β­• Create maze with 30+ walls
β­• Find a path (any algorithm)
β­• Compare A* vs Dijkstra (A* explores less)