https://github.com/zfa3/mazegenerator
Simple rectilinear maze generator
https://github.com/zfa3/mazegenerator
maze-generator python3
Last synced: 8 months ago
JSON representation
Simple rectilinear maze generator
- Host: GitHub
- URL: https://github.com/zfa3/mazegenerator
- Owner: zFa3
- Created: 2025-06-16T00:14:50.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-16T00:29:56.000Z (about 1 year ago)
- Last Synced: 2025-06-16T01:30:38.099Z (about 1 year ago)
- Topics: maze-generator, python3
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Maze Generator
Simple maze generator, written in python3 using pillow as the only dependancy. Creates mazes using random walk, and can save them as images.
If you'd like to change the appearance of the maze, changing these will produce different results:
create_background
size
cell_size
# Prerequisites
PIL - https://pypi.org/project/pillow/
pip install pillow
# Exemplars




