Skip to content

eserlxl/conway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 a new Qt implementation of the Game of Life by Eser KUBALI.

Features

  • Save and load universe
  • Random universe
  • More data for each cell instead of 0 (dead) or 1 (alive) values.
  • Colored visualisation of cell data.
  • Custom born and survive rules.
  • Alternative loop types

Supported Life Algorithms

  • Life Game ( John Conway )
  • Move ( Stephen Morley )
  • Maze
  • Mazecritic
  • Flock
  • Seeds

Usage

Change master color according to your theme before running.

Inspired Version

Thanks to tucnak for the original Qt implementation with license GPLv2.

https://github.com/tucnak/conway

Licence

You can use this source code under the GNU General Public Licence v3.0 or later.

See COPYING to see the full text.

About

Qt Implementation of Conway's Game of Life

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors