Classes
Class | Description | |
---|---|---|
![]() | Cell |
A single cell on the game grid, can either be dead or alive
View code on GitHub |
![]() | GameManager |
Simple user interface to control the GameOfLife class
View code on GitHub |
![]() | GameOfLife |
Implement Conway's Game of Life: http://en.wikipedia.org/wiki/Conway%27s_Game_of_Life#Rules
View code on GitHub |