Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 402 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 402 Bytes

Maze-Solver

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

Run Locally

  • clone the repo
  • install deps with npm ci
  • either run npm run dev for development mode
  • or npm run build && npm run preview for prebuild mode