Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cell ¶
type Cell interface {
// 次の世代を作成する
Next(topLeft Cell, topCenter Cell, topRight Cell,
middleLeft Cell, middleRight Cell,
bottomLeft Cell, bottomCenter Cell, bottomRight Cell) Cell
// 生存状態
IsAlive() bool
}
Cell :1マスのセルを表現する
Click to show internal directories.
Click to hide internal directories.