GabrielMajeri / Game-of-Life-CPP

Conway's Game of Life written in C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

Conway's Game of Life written in C++

License:MIT License


Languages

Language:C++ 100.0%