https://github.com/tfeldmann/mazegen
Generate a maze with the help of a growing tree algorithm
https://github.com/tfeldmann/mazegen
Last synced: 9 months ago
JSON representation
Generate a maze with the help of a growing tree algorithm
- Host: GitHub
- URL: https://github.com/tfeldmann/mazegen
- Owner: tfeldmann
- Created: 2011-07-01T18:25:51.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2013-02-03T16:58:00.000Z (over 13 years ago)
- Last Synced: 2025-02-01T12:09:15.722Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 148 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Maze Generator
A fast and small maze generator which uses a growing tree algorithm. Every part of the maze is connected.
Written in Processing.

©2011, Thomas Feldmann