lifeCore provides an implemenation of Conway's Game of Life. It contains a class that holds the game world and manages its evolution. While small game worlds can be visualized in the terminal, the indended use of lifeCore is as an external dependecy for full-scale visualization apps with a proper GUI.
Use Cmake to configure lifeCore on your platform of choice.
lifeCore comes with a small demo application life. It plots Kok's Galaxy in the terminal:
+ TODO: add a gif+ TODO: describe installation and linking