Difference between revisions of "Conway's Game of Life"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(See also)
(External Links)
Line 25: Line 25:
  
 
* [http://en.wikipedia.org/wiki/Conway%27s_Game_of_Life Conway's Game of Life]  @ Wikipedia
 
* [http://en.wikipedia.org/wiki/Conway%27s_Game_of_Life Conway's Game of Life]  @ Wikipedia
* [https://cse.sc.edu/~bays/d4d4d4/ The Game of Three Dimensional Life] @  
+
* [https://cse.sc.edu/~bays/d4d4d4/ The Game of Three Dimensional Life] @ cse.sc.edu
 +
 
 +
=== Examples ===
 +
 
 +
* [http://bl.ocks.org/NPashaP/f1e73faef87bee899b47 D3.js JavaScript library] - [[D3.js]] is a [[JavaScript library]] for [[data visualization]]
 +
 
  
  

Revision as of 15:02, 22 May 2016

The Game of Life, also known simply as Life, is a cellular automaton devised by the British mathematician John Horton Conway in 1970.

Description

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.

People influenced by Conway's Game of Life

See also

External Links

Examples