Skip to content
forked from tucnak/conway

Implementation of Conway's "Game Of Life" in Qt

Notifications You must be signed in to change notification settings

arthurfait/conway

 
 

Repository files navigation

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.

About

Implementation of Conway's "Game Of Life" in Qt

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published