Cankar001 / GameOfLife

This is my own version of GameOfLife, using SDL2 for rendering.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GameOfLife

Game of Life is one of the most famous games in the IT industry. I did my own version, with a few controls and UI labels.

Getting started

To compile the program in windows, just run the CreateSolutions.bat file. It is automatically going to build the Visual Studio 2019 project files. After generating the solution files you can open the GameOfLife Solution and build and execute the Release build. Note that only x64 builds are supported.

About

This is my own version of GameOfLife, using SDL2 for rendering.

License:Apache License 2.0


Languages

Language:C++ 89.2%Language:Lua 10.5%Language:Batchfile 0.3%