Skip to content

HanishDhanwalkar/Cellular-automaton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cellular automaton

A cellular automaton is a discrete model of computation studied in automata theory. Cellular automata are also called cellular spaces, have found application in various areas, including physics, theoretical biology and microstructure modeling.

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. It 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 is Turing complete and can simulate a universal constructor or any other Turing machine.
Source