/game_of_life

Conway's game of life implemented in c++ using SDL2

Primary LanguageC++MIT LicenseMIT

Conway's Game of life

Simple and quick implementation of Game of Life using SDL2 running on my mac.

https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life

Build and run

$ xcode-select --install
$ brew install sdl2

$ make
$ ./game_of_life

Press F for full screeen. Q to quit.

game_of_life_running

Future ideas / TODO's

  • 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.