Experiment
Maze generator & A* path finding
This experiment combines a recursive backtracking maze generator with an A* implementation. Click once to seed the maze; click a second time to set the goal and watch the pathfinder work.
- Techniques: recursive backtracking
- Made with: p5.js