Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( White = Color{R: 255, G: 255, B: 255, A: 255} Black = Color{R: 0, G: 0, B: 0, A: 255} )
Functions ¶
Types ¶
type Grid ¶
type Grid struct {
Cells []Cell
}
func (*Grid) AdvanceTick ¶
func (g *Grid) AdvanceTick()
func (*Grid) GetNeighbors ¶
Click to show internal directories.
Click to hide internal directories.