Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 195 Bytes

File metadata and controls

12 lines (10 loc) · 195 Bytes

GameOfLife

SFML-based Conway's Game of Life simulation in C++

mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
make -j$(nproc)
./gameoflife-sfml