I have always been intrigued by a robots ability to navigate its surroundings. A popular algorithm used to find the shortest path is the A* search algorithm. In this project, I want to learn and visualise the steps needed to achieve this.
references: https://medium.com/wdstack/fixing-html5-2d-canvas-blur-8ebe27db07da https://github.com/OneLoneCoder/videos/blob/master/OneLoneCoder_PathFinding_AStar.cpp https://stackoverflow.com/questions/966225/how-can-i-create-a-two-dimensional-array-in-javascript/966938#966938