/life-c

:gear: conway's game of life in C

Primary LanguageCMIT LicenseMIT

life-c

A minimalistic implementation of Conway's Game of Life in C. Uses SDL for graphics.

screenshot

install

git clone git@github.com:semibran/life-c
cd life-c
mkdir dist
make
./dist/life

license

MIT © Brandon Semilla