A*

This is a demonstration of the A* "search" algorithm for pathfinding on a 2D grid as described in the video tutorials below. It is implemented in JavaScript using p5.js.

Here is the original code from the video. This demo has been improved with contributions from the community on github.