A minimalistic implementation of Conway's Game of Life in C. Uses SDL for graphics.
git clone git@github.com:semibran/life-c
cd life-c
mkdir dist
make
./dist/life
A minimalistic implementation of Conway's Game of Life in C. Uses SDL for graphics.
git clone git@github.com:semibran/life-c
cd life-c
mkdir dist
make
./dist/life