Conways Game Of Life

A simulation of Conway's Game of Life, a cellular automaton devised by the British mathematician John Horton Conway in 1970. The simulation is built using Golang and SDL2 for the graphics and user interface. The program allows users to input a grid and then simulates the game using the rules of Conway's Game of Life.