Conway's game of life - derived from another project, turned into a c++ class, and scaled to support up to a 480x272 display, or a lower resolution color display.

Dependents:   GameOfLife

History

Remove some of the debug stuff. default tip

2014-04-23, by WiredHome [Wed, 23 Apr 2014 22:54:34 +0000] rev 3

Remove some of the debug stuff.


Revised documentation.

2014-04-23, by WiredHome [Wed, 23 Apr 2014 11:42:10 +0000] rev 2

Revised documentation.


Updated documentation.

2014-04-23, by WiredHome [Wed, 23 Apr 2014 11:40:10 +0000] rev 1

Updated documentation.


LifeRules apply the Conway game of life rules to a LifeMap defined in an array.

2014-04-16, by WiredHome [Wed, 16 Apr 2014 22:25:19 +0000] rev 0

LifeRules apply the Conway game of life rules to a LifeMap defined in an array.