MazeGenerator.RecursiveBacktracker (maze_generator v0.1.0) View Source
Implements the Recursive Backtracker algorithm.
Link to this section Summary
Functions
Carves a maze in the grid passed using the Recursive Backtracker algorithm and stores the results in the grid's borders element in the form of passages and walls.
Link to this section Functions
Specs
carve(MazeGenerator.Grid.t()) :: MazeGenerator.Grid.t()
Carves a maze in the grid passed using the Recursive Backtracker algorithm and stores the results in the grid's borders element in the form of passages and walls.