Skip to content

RobLaughlin/maze-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maze Generator

Generates a maze and maze animation using recursive depth-first search.

Docs

Live Demo: https://www.animatedmaze.com/

Building & Testing

Start and build React app

npm run start
npm run build

Testing

To build the custom maze module (outputs to /src/tests/):

npm run build-maze-browser
npm run build-maze-instance

Compile docs

npm run docs

About

Generates a maze and maze animation using recursive depth-first search

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published