A C implementation of Conway's Game of Life.
Make sure you have installed raylib.
# clone this repository
git clone https://github.com/abyucel/cgol-raylib cgol-raylib
cd cgol-raylib
# edit config.mk to match your system
make
# run the program
./cgol-raylib