You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 months ago | |
---|---|---|
resources | ||
.gitignore | ||
CMakeLists.txt | ||
README.md | 2 months ago | |
config.h | ||
main.c |
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