All Projects → tucnak → conway

tucnak / conway

Licence: other
Implementation of Conway's "Game Of Life" in Qt

Programming Languages

C++
36643 projects - #6 most used programming language
prolog
421 projects

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.

Qt Implementation

It's Qt-way implementation of the Life by tucnak with license GPLv2.

It can:

  • Paint generations to the infinity
  • You can set interval between generations
  • You can set figure color
  • You can save and download maps

Current release is: v.1.0.

Hacking

If you want to contribute it, just fork and make pull requests. The best of will be accepted to master-branch.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].