An implementation of Conway's Game of Life http://en.wikipedia.org/wiki/Conway%27s_Game_of_Life in C++ using SFML http://www.sfml-dev.org/ for the simulation and Win32 for the interface. It is a fairly basic implementation, preset pattern choices is pretty limited and there is no speed setting.