Skip to content

Produces perfect square mazes and optionally solves them too.

License

Notifications You must be signed in to change notification settings

MrCocoNuat/maze-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages