This is a simple Conway's Game of Life implementation using C and SDL2.
You need SDL2 to be able to compile this program.
- Left click to create live cells
- Right click to delete live cells
- Press R to reload the board file
- Press S to save the current board
- Press Shift+R to load the saved board file
- Press C to clear the board
- Press Space to pause the simulation
- Press G to toggle the grid