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))
-
Notifications
You must be signed in to change notification settings - Fork 0
coookiecoder/Python-Labyrinth-Generator
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published