Class SimpleMazeGenerator

java.lang.Object
mazealgo.model.algorithms.mazeGenerators.AMazeGenerator
mazealgo.model.algorithms.mazeGenerators.SimpleMazeGenerator
All Implemented Interfaces:
IMazeGenerator

public class SimpleMazeGenerator extends AMazeGenerator
Scatters walls randomly across the grid, then carves a guaranteed path from start to goal so the maze always has a solution (and usually many).
  • Constructor Details

    • SimpleMazeGenerator

      public SimpleMazeGenerator()
  • Method Details