API Reference maze_generator v0.1.0
Modules
Creates a maze with a guaranteed path from any specified cell to any other cell in the maze.
Represents a cell.
Defines the functions required to implement the Generator behavior.
Represents a grid of cells. The width and height represent the size of the grid. The cells are a map of cells with an {x, y} tuple key representing the cell location.
Implements the Recursive Backtracker algorithm.
Provides some utility functions for mazes and grids.
Tracks whether a given coordinate has been visited or not.