snglth / QGOL

Game of Life implemetation in Qt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Conway's Game Of Life

The Game of Life, also known simply as Life, is a cellular automaton devised by the British mathematician John Horton Conway in 1970. The "game" is a zero-player game, meaning that its evolution is determined by its initial state, requiring no further input. One interacts with the Game of Life by creating an initial configuration and observing how it evolves.

This implementation

It's very minimalistic implementaion of GOL with toroidal grid

About

Game of Life implemetation in Qt

License:GNU General Public License v3.0


Languages

Language:C++ 74.5%Language:CMake 25.5%