Conway's Game of Life written in C with raylib.
The simulation starts in edit
mode:
One can use the:
space
key to toggle between editing or running the simulationright-mouse
button to add cellsleft-mouse
button to remove cellss
key to to seed the Petri dish with random cells
enter
key to restart with a clean Petri dishq
key to quit
make build
make run
make debug-build
make debug