Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 321 Bytes

File metadata and controls

9 lines (8 loc) · 321 Bytes

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