/life

Life, a game.

Primary LanguageC++

Life, a game

  1. Create git repository and push?
  • Create CMakeLists.txt
    • needs cmake_minimum_required
    • cmake --version
    • needs project
    • add interface libraries
    • add executable and target sources
  • run life.cpp
  • add libraries.cmake
    • create symlink to libraries
  • add compiler.cmake
  • run life.cpp
  • copy in console, display and grid
  • run life.cpp
  • add everything to git