Conway's Game of Life written in C with SDL2
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
calamity a30cca10a7
build instructions update
6 months ago
resources desktop entry w/ icon 6 months ago
.gitignore initial 6 months ago
CMakeLists.txt desktop entry w/ icon 6 months ago
README.md build instructions update 6 months ago
config.h initial 6 months ago
main.c fps lock 6 months ago

README.md

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