CGoL Conway's Game of Life implemented in C++ Setup Ubuntu based systems: Run ubuntu-setup.sh to install necessary dependencies To build run cmake --build build --config Debug --target all -j 4 To run CGoL, run build/CGoL To clean run cmake --build build --config Debug --target clean -j 4