/game_of_life

Primary LanguageC++Apache License 2.0Apache-2.0

game_of_life

How to launch?

  1. compile with g++: g++ -c main.cpp
  2. link libraries: g++ main.o -o sfml-app -lsfml-graphics -lsfml-window -lsfml-system
  3. launch: ./sfml-app