Game of life in c++
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
- install sfml-devel
- run make
After compiling, run with: release/GameOfLife