GameOfLife/README.md

232 B

Conway's Game of Life written in C with SDL2.


Installation

mkdir build
cd build
cmake ..
make
sudo make install

Control

  • Hold LMB to "draw" cells
  • Click RMB to toggle generation
  • Press C to clear the board