A very basic maze builder which can run an animation on console to demonstrate how the algorithm works and it can also output the built maze in JSON format.
npm install
node .
node . --help
Usage: MazeMaker [options]
Options:
-w, --width <number> set the width > 1
-h, --height <number> set the height > 1
-s, --seed <number> set the seed
-a, --animate run the animation
-d, --delay <number> set the animation step delay
-j, --json print json data
--help display help for command