forked from arslee07/GameOfLife
Conway's Game of Life written in C with SDL2
|
|
||
|---|---|---|
| resources | desktop entry w/ icon | |
| .gitignore | initial | |
| CMakeLists.txt | desktop entry w/ icon | |
| config.h | initial | |
| main.c | fps lock | |
| README.md | build instructions update | |
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