Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)