An open API service indexing awesome lists of open source software.

https://github.com/prashantrahul141/conway-s-game-of-life

Conway's Game of Life.
https://github.com/prashantrahul141/conway-s-game-of-life

cellular-automata game-of-life

Last synced: 7 months ago
JSON representation

Conway's Game of Life.

Awesome Lists containing this project

README

          

Convay'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 : Wikipedia

Live demo : https://codesandbox.io/s/convays-game-of-life-8cwhkp