forked from arslee07/GameOfLife
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.
|
6 months ago | |
---|---|---|
resources | 6 months ago | |
.gitignore | 6 months ago | |
CMakeLists.txt | 6 months ago | |
README.md | 6 months ago | |
config.h | 6 months ago | |
main.c | 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