MrCocoNuat / maze-generator

Produces perfect square mazes and optionally solves them too.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

maze-generator

Produces perfect square mazes and optionally solves them too.

a screenshot

Built-in help:

Usage: java Maze h w [-h] [-o ODC] [-d] [-t] [-p]
h w Height and Width of the maze, in squares
-h Shows help
-o Opens doors to create loops in the otherwise perfect maze, each with probability of ODC
-d Draws the solution with triangles
-p If present, prints the maze to stdout instead of drawing anything in a graphical window

About

Produces perfect square mazes and optionally solves them too.

License:GNU General Public License v3.0


Languages

Language:Java 100.0%