A frontend path finding implementation.
Hosted on Netlify, enjoy. https://labyrinth-solver.netlify.app/
Hold Shift to build walls by moving around the field. Use left click to build walls between tiles. The shortest path will be searched from top left to bottom right tile.
npm install
npm run serve
npm run build
npm run lint