C# Class tretton37.GameOfLite.Core.GameBoard

Mostrar archivo Open project: tretton37/GameOfLife Class Usage Examples

Public Methods

Method Description
NewGeneration ( bool cells ) : ].bool[

Private Methods

Method Description
CountNeighbours ( bool cells, int x, int y ) : int
IsAlive ( bool cells, int i, int n ) : bool

Method Details

NewGeneration() public method

public NewGeneration ( bool cells ) : ].bool[
cells bool
return ].bool[