Skip to content

MaksymPrymierov/life-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Life Game

CMake Softacheck

Install

Install conan

pip install conan

Building steps

  • 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 .

Start the game

After the buiding just start the binary: ./GameLife

Start unit tests

  • cd life-game/build
  • ctest