Experiment

Maze generator & A* path finding

Published October 1, 2021

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