Documentation ¶
Index ¶
- type Board
- func (a *Board) Equals(b *Board) bool
- func (board *Board) GetCell(x int, y int) (*cell.Cell, error)
- func (board *Board) IsAlive(x int, y int) (bool, error)
- func (board *Board) Next() (*Board, error)
- func (board *Board) SetCell(cell *cell.Cell)
- func (board *Board) ToImage() (*image.Gray, error)
- func (board *Board) WillSurvive(x int, y int) (bool, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.