Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 460 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 460 Bytes

10-PRINT-MAZE

Description

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.

Special thanks

Inpiration and helpful code from @shiffman (Channel: The Coding Train).