Uses of Interface
mazealgo.model.algorithms.mazeGenerators.IMazeGenerator
Packages that use IMazeGenerator
-
Uses of IMazeGenerator in mazealgo.model.algorithms.mazeGenerators
Classes in mazealgo.model.algorithms.mazeGenerators that implement IMazeGeneratorModifier and TypeClassDescriptionclassBase class for maze generators.classGenerates 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). -
Uses of IMazeGenerator in mazealgo.model.server
Constructors in mazealgo.model.server with parameters of type IMazeGenerator