This is a simple implementation of Conway's Game of Life using SDL2 library. https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life
Dependencies:
- libunwind: https://www.nongnu.org/libunwind/
To run:
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=<Debug|Release>
src/gofl