Page 1 of 1

Conway V2

PostPosted: Mon Aug 04, 2014 7:17 pm
by Matrix828
I decided to modify and improve the Conway's Game of Life example provided in the library. :D

Differences:
- Changed the getCell function to a macro
- Pause menu
- Ability to pause and play one generation at a time

Future possible changes
- Settable board size (max 64 x 32)

Feel free to suggest improvements or changes that could make the code better. :D

Download
Source: https://github.com/Matrix828/ConwayV2/tree/master/Source/
Binaries: https://github.com/Matrix828/ConwayV2/tree/master/Binaries/
(I have no idea how I would directly link a file or folder from github, I've never used it like this before)