MazeGenerator.Generator behaviour (maze_generator v0.1.0) View Source
Defines the functions required to implement the Generator behavior.
Link to this section Summary
Callbacks
Generate a maze.
Link to this section Callbacks
Specs
carve(Grid.t()) :: Grid.t()
Generate a maze.