GameOfLife

This is a rendition of the famous: Conway's Game of Life!

Dependencies

  • SFML 2.4

Build

To build, simply run:

$ make

The executable will be in the current working directory, named GameOfLife.

Controls

  • Left-Click to toggle a cell's state
  • Space to pause/resume 'game'