A real-time JavaScript maze generator using the depth-first search algorithm.
git clone https://github.com/jamesseanwright/maze-generator.git
cd maze-generator
npm i
Then run one of:
npm run watch
- serves the generator via port 8080 and watches for source code changesnpm test
- runs the tests