Skip to content

space-escalator/MazeBuilder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MazeBuilder attempts to recreate Wilson's Algorithm for two-dimensional maze generation.

To compile, run "make" To compile an executable .jar, run "make jar" To remove all .class files (undo make,) run "make clean" To remove all .jar files (undo make jar,) run "make cleanjar"

After MazeBuilder has been compiled, it can be run directly from the classfiles with "java MazeBuilder"

About

Generates a 2d maze by attempting to copy Wilson's Algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors