Skip to content

adael/golcpp

Repository files navigation

golcpp

Game of life in c++

Compiling on Windows

Install SFML and configure the project following the sfml tutorial: https://www.sfml-dev.org/tutorials/2.5/start-vc.php) Build

you have to copy SFML/bin to the output folder Also copy beep.wav into the output folder The executable have to stay with all files of sfml/bin, and beep.wav

Compiling on Linux

  1. install sfml-devel
  2. run make

After compiling, run with: release/GameOfLife

About

Game of life in c++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published