Uses of Class
mazealgo.model.algorithms.mazeGenerators.AMazeGenerator
Packages that use AMazeGenerator
-
Uses of AMazeGenerator in mazealgo.model.algorithms.mazeGenerators
Subclasses of AMazeGenerator in mazealgo.model.algorithms.mazeGeneratorsModifier and TypeClassDescriptionclassGenerates an empty maze (no walls).classIterative randomized DFS (recursive backtracker).classScatters walls randomly across the grid, then carves a guaranteed path from start to goal so the maze always has a solution (and usually many).