Maze Generator
Generates a maze and maze animation using recursive depth-first search.
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