pip install conan
- Clone the repository
git clone git@github.com:MaksymPrymierov/life-game.git
cd life-game
mkdir build && cd build
conan install .. --install-folder cmake-build-release --build=missing
cmake ..
cmake --build .
After the buiding just start the binary:
./GameLife
cd life-game/build
ctest