maze-generator

A real-time JavaScript maze generator using the depth-first search algorithm

Stars
17
Committers
1

Maze Generator

A real-time JavaScript maze generator using the depth-first search algorithm.

Try online

Local Development

  • 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 changes
  • npm test - runs the tests