Simple and quick implementation of Game of Life using SDL2 running on my mac.
https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life
$ xcode-select --install
$ brew install sdl2
$ make
$ ./game_of_life
Press F for full screeen. Q to quit.
- We can read cell files from examples but maybe allow reading using command line args.
- Zoom in/out and speed up/down with some keypresses etc.
- Allow drawing new things with an editor.