C# Class HighLife.HighLife

Show file Open project: stonemonkey/Internship2013 Class Usage Examples

Public Methods

Method Description
BuildNewGeneration ( ) : void
HighLife ( List inputGeneration ) : System

Private Methods

Method Description
AliveCellDies ( Cell cell ) : bool
AliveCellWillSurvive ( Cell cell ) : bool
DeadCellWillBeReborn ( Cell cell ) : bool
GetAliveNeighbours ( Cell cell ) : int

Method Details

BuildNewGeneration() public method

public BuildNewGeneration ( ) : void
return void

HighLife() public method

public HighLife ( List inputGeneration ) : System
inputGeneration List
return System