Skip to content

DesmondFox/GameOfLife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

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