An A* path finding algorythm to solve an 10 print maze.
- You can change the variables in the Variables.js file.
- Change the heuristic (distance estimator) in the Heuristic.js file for weird results.
- Open the console to see the status of the algorithm.
Inpiration and helpful code from @shiffman (Channel: The Coding Train).