MazeMaker

Packages
maze Defines a small applet that draws mazes built using a variety of generating algorithms and a selection of geometries.
maze.filler Provides classes which fill a simple maze using a variety of generating algorithms.
maze.geometry Provides classes which define the geometries of mazes, and support filling a maze with a properly connected path.
maze.storage Provides classes which define LIFO and FIFO storage structures for the various MazeFiller algorithms.
maze.structure Provides classes define the structure of Maze.