Skip to content

jamesseanwright/maze-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maze Generator

Build Status Coverage Status

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