Skip to content

SoulLength/MazeMaker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MazeMaker

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.

Install

npm install

Run

node .

Usage

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

About

A maze generator running on console.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published