Uses P5.js to visualize generating a random maze and then solving it. Link to Github Pages Site
The maze is generated using a Recursive Backtracking algorithm and then solved using the A* Search Algorithm.
Based on Daniel Shiffman's coding challenges for The Coding Train:
