Skip to content

kjacob12/MazeGenerator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MazeCreator

MazeCreator is a library written by Kerstin Jacob, Martin Kampmann, Michelle Svendsen, Kasper Rasmussen for the programming environment Processing.

It offers implementations of the maze generation algorithms "Recursive Backtracking", "Kruskal" and "Hunt and Kill". The mazes include a default draw() method for generating an output at the processing sketch, but can easily be modified to suit the user's specific needs.

Installation

Download the library and place it within the "libraries" folder of your Processing sketchbook.

For Windows users the default location of this libraries folder is /Documents/Processing/libraries.

Copy the MazeCreator library's folder into the "libraries" folder at this location. You will need to create the "libraries" folder if this is your first contributed library.

The folder structure for library controlP5 should be as follows

Processing

-- libraries

---- MazeCreator

------ examples

------ library

-------- MazeCreator.jar

------ reference

------ src

Note that you might need to restart Processing to get access to the library.

About

MazeGenerator Library for Processing

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 56.4%
  • CSS 32.1%
  • HTML 10.5%
  • Shell 1.0%