Skip to content

mike-neergaard/recursive_maze

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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

About

A python program to create a maze

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages