Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cell ¶
type Cell struct { Pos Point North, South, East, West *Cell ExitNorth, ExitSouth, ExitEast, ExitWest bool Text string // contains filtered or unexported fields }
Cell represents a single cell in the grid
type Grid ¶
Grid represents a selection of cells making up a maze
func (*Grid) BinaryTree ¶
func (g *Grid) BinaryTree()
func (*Grid) RequiresRefresh ¶
func (*Grid) Sidewinder ¶
func (g *Grid) Sidewinder()
Click to show internal directories.
Click to hide internal directories.