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.
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.
If you want to contribute it, just fork and make pull requests. The best of will be accepted to master-branch.