MazeGrid

class in FinixMakesGames.MazeGenerator.Core

Description

An Abstract Class use for various types of Maze Grids that represents a Maze in raw data form, without any graphics.

Public Methods

MethodDescription
RandomCellReturns a random Cell from the Grid.
SizeReturns the number of total Cells present in this Grid.
DeadEndsReturns a list of Cells that have only one link to another cell.