Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 591 Bytes

README.md

File metadata and controls

23 lines (20 loc) · 591 Bytes

recursive_maze

A python program to create a maze

Running the program

Run the program with python3

python3 maze.py

Command line args

usage: maze.py [-h] [-W WIDTH] [-H HEIGHT] [-A] [-s SEED] [-d]

optional arguments:
  -h, --help            show this help message and exit
  -W WIDTH, --width WIDTH
                        width of maze
  -H HEIGHT, --height HEIGHT
                        height of maze
  -A, --ANIMATE         turn on animation of maze generation process
  -s SEED, --seed SEED  random seed
  -d, --debug           turn on debug strings