Game of Life Visual implementation of Conway's Game of Life in C++ using Raylib. Demo Simulating simple glider Installation You first need to install raylib. git clone https://github.com/youshitsune/game-of-life cd game-of-life/ make Usage Just run the gof executable.