Skip to content

bakedPotatoLord/maze-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

148 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A web app designed to generate and solve mazes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors