Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 112 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 112 Bytes

Conway's Game of Life, implemented in C with SDL

$mkdir build
$cd build
$cmake ..
$make
$./GameOfLife