Personal implmentation of Game of Life game of John Horton Conway. This project is planned to be used to compare performance when using GPU.
You need to have cmake installed.
- How to test
mkdir build && cd build
cmake ..
cmake --build .
ctest --output-on-failure
- How to build
mkdir build && cd build
cmake ..
cmake --build .
./app/GameOfLife
Result using a grid of 600 x 800