Skip to content

Latest commit

 

History

109 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game Of Life Build Status

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, or, for advanced "players", by creating patterns with particular properties.

BUILDING

Requirements: OS: Windows / Mac OS X / Linux-based distributions

Qt: Version 5.1 or later

Compiling:

git clone https://github.com/DesmondFox/GameOfLife.git
cd GameOfLife/src
qmake
make -j[number of cores]

TODO

  • Saving and loading of states
  • Saving cell states when field has changed
  • Redesign

About

Conway's Game of Life

Topics

Resources

Contributing

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages