A* Plan

Explore how a person or robot would efficiently navigate a building.

A* "search" algorithm for pathfinding on a 2D grid. It is built heavily upon this aswesome project and tutorial at The Coding Train, and using p5.js