Enum gridsim::GOL [] [src]

pub enum GOL {}

Conway's Game of Life

Trait Implementations

impl Rule for GOL
[src]

The type of cells on the grid

[src]

This defines a rule for how cells in a 3x3 space transform into a new Cell in the center position of the new board. Read more