Skip to content

Latest commit

 

History

15 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Maze generator

GUI and console maze generator.

How it works

GUI version GUI example

Console version Console version

How to run

GUI version

maze = Maze(width=35, height=60)
maze.gui_maze(wall_size=10)

Console version

maze = Maze(width=15, height=30)
maze.text_maze()

About

GUI and console maze generator

Topics

Resources

Stars

4 stars

Watchers

1 watching

Forks

Contributors

Languages