Documentation
¶
Overview ¶
Package life manages the "game" state Shamelessly taken from https://golang.org/doc/play/life.go
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Grid ¶
type Grid struct {
Cells [][]bool
// contains filtered or unexported fields
}
Shamelessly taken/inspired by https://golang.org/doc/play/life.go Grid is the structure in which the cellular automota live
Click to show internal directories.
Click to hide internal directories.