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.
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
3:860ae49fedb7 | 2014-04-23 | WiredHome | Remove some of the debug stuff. |
2:c11005ab38db | 2014-04-23 | WiredHome | Revised documentation. |
1:9e88d16ab21e | 2014-04-23 | WiredHome | Updated documentation. |
0:d43dc92ae767 | 2014-04-16 | WiredHome | LifeRules apply the Conway game of life rules to a LifeMap defined in an array. |