Skip to content

coookiecoder/Python-Labyrinth-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

python-labyrinth

a simple program that make a labyrinth in python
the only customisation is the size of the maze with the variable in main.py
output is output.png
/!\ over 128 * 128 you gonna have some time to wait for the generation /!\
you can switch between the black and white and RGB version by changing the second line of main.py :
-black and white : from lab import Labyrinth
-RGB : from lab_rgb import Labyrinth
and the line nine of main.py :
-black and white : image_lab = Image.new("L", (size, size))
-RGB : image_lab = Image.new("RGB", (size, size))

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages