Documentation ¶
Index ¶
- type Cell
- type CellIndex
- type Maze
- func (m *Maze) AsciiDraw()
- func (m *Maze) Create(rows, cols int)
- func (m *Maze) Image(outImage string) error
- func (m *Maze) ImageWithMultiplePaths(paths [][]*CellIndex, outImage string, cellColors []color.Color) error
- func (m *Maze) ImageWithPath(path []*CellIndex, outImage string, cellColor color.Color) error
- func (m *Maze) UnVisitAll()
- func (m *Maze) VisitCell(row, col int)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cell ¶
type Maze ¶
func (*Maze) ImageWithMultiplePaths ¶
func (*Maze) ImageWithPath ¶
func (*Maze) UnVisitAll ¶
func (m *Maze) UnVisitAll()
Click to show internal directories.
Click to hide internal directories.