A web app designed to generate and solve mazes. it uses maze nodes instead of column and row arrays, making the code much easier to understand, if a bit less efficient.
https://bakedpotatolord.github.io/maze-generator
- clone the repo
- install deps with
npm ci - either run
npm run devfor development mode - or
npm run build && npm run previewfor prebuild mode