Find a path between two points using the A* algorithm.
Inspired by Sebastian Lague's coding tutorial on pathfinding.
Ensure you have Node.js installed.
Clone this repo and cd
to project directory.
npm i
Run the development server to preview locally.
npm start
Create a production build.
npm run build