natanalt / gol

computer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Game of life

My implementation of the Conway's Game of Life for a little game jam I participated in.

Building

Just build gol.sln, through Visual Studio 2019 or msbuild. All libraries are provided with the repository.

The executable requires an SDL2.dll file in its directory or in PATH (debug running in Visual Studio is configured approprietaly)

About

computer


Languages

Language:C++ 64.9%Language:C 34.7%Language:CMake 0.3%Language:Objective-C 0.2%