Conway's Game of Life
http://dbsys.info/6109/leksjon02/index.html
ncurses "graphics engine" is heavily based on https://solarianprogrammer.com/2012/07/12/roguelike-game-cpp-11-part-0/
git clone https://github.com/jodleif/conway.git
cd conway && mkdir build && cd build
cmake ../conway
make
./conway
cmake, ncurses (tested with ncurses6)
Tested with: Clang 3.7 and GCC 5.2