/Game-of-Life-CPP

Conway's Game of Life written in C++

Primary LanguageC++MIT LicenseMIT

Game of Life clone in C++

Conway's Game of Life implemented in C++ using SFML for rendering.

Controls

Space to Pause / Unpause.

Left Mouse Button to draw a cell (set the cell to the living state)

Right Mouse Button to clear a cell (set the cell to the dead state)