Demonstration of Pathfinding through a randomly generated maze
Check it out here at: https://shahank42.github.io/A-Pathfinding-Demo
The sketch.js
file contains the above parameters which can be modified for different results on the simulation.
I found this project buried in my archives from way back in 2019, when I didn't know how to use GitHub. So what better opportunity to upload and host it on the web than now?!
- Videos of Dan Shiffman from on this topic (Parts and and ). Super duper helpful in understanding what was going on, how the algorithm worked and how to structure the project.
- https://en.wikipedia.org/wiki/A*_search_algorithm, obviously.