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

https://github.com/softartdev/conwaysgameoflife

Cellular automaton
https://github.com/softartdev/conwaysgameoflife

android cellular-automaton conways-game-of-life

Last synced: about 2 months ago
JSON representation

Cellular automaton

Awesome Lists containing this project

README

          

# Conway's Game of Life
[![CI - build, tests, lint](https://github.com/softartdev/ConwaysGameOfLife/actions/workflows/ci.yml/badge.svg)](https://github.com/softartdev/ConwaysGameOfLife/actions/workflows/ci.yml)
[![CD - publish on Google Play](https://github.com/softartdev/ConwaysGameOfLife/actions/workflows/cd.yml/badge.svg)](https://github.com/softartdev/ConwaysGameOfLife/actions/workflows/cd.yml)
> The **Game of Life**, also known simply as **Life**, is a [cellular automaton](https://en.wikipedia.org/wiki/Cellular_automaton) devised by the British [mathematician](https://en.wikipedia.org/wiki/Mathematician) [John Horton Conway](https://en.wikipedia.org/wiki/John_Horton_Conway) in 1970. It is a [zero-player game](https://en.wikipedia.org/wiki/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](https://en.wikipedia.org/wiki/Turing_complete) and can simulate a [universal constructor](https://en.wikipedia.org/wiki/Von_Neumann_universal_constructor) or any other [Turing machine](https://en.wikipedia.org/wiki/Turing_machine). - *[Wikipedia ©](https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life)*


Get it on Google Play