Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yeregorix/mazegen
Application to create mazes
https://github.com/yeregorix/mazegen
java javafx maze
Last synced: 25 days ago
JSON representation
Application to create mazes
- Host: GitHub
- URL: https://github.com/yeregorix/mazegen
- Owner: Yeregorix
- License: mit
- Created: 2017-06-11T09:01:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-09T11:39:20.000Z (11 months ago)
- Last Synced: 2023-12-10T11:34:47.575Z (11 months ago)
- Topics: java, javafx, maze
- Language: Java
- Homepage:
- Size: 79.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MazeGen
MazeGen allows you to create PNG images of a random perfect maze of any size with any seed.
A perfect maze is a maze with no loop and no unreachable points. Choose any pair of points, they will always be
connected by one and only one path.![Maze](/images/maze.png?raw=true)