Skip to content

tz924/Maze-generator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

Maze-generator

Simple gui and text maze generator.

Sample of work...

alt text

Sample of gui maze generation

from maze_generator import Maze

game = Maze(35, 60) # 35 - width of gui window, 60 - height of window
game.gui_maze(10)   # 10 pixel width

Sample of text maze generation

from maze_generator import Maze

game = Maze(35, 60) # 35 - width of text block, 60 - height of text block
game.text_maze()

About

Simple gui and text maze generator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%