GameOfLife NamespaceDelta Engine Documentation
Classes

  ClassDescription
Public classCell
A single cell on the game grid, can either be dead or alive View code on GitHub
Public classGameManager
Simple user interface to control the GameOfLife class View code on GitHub
Public classGameOfLife
Implement Conway's Game of Life: http://en.wikipedia.org/wiki/Conway%27s_Game_of_Life#Rules View code on GitHub