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
- Host: GitHub
- URL: https://github.com/softartdev/conwaysgameoflife
- Owner: softartdev
- License: gpl-3.0
- Created: 2016-09-09T13:24:49.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2025-09-20T18:41:24.000Z (9 months ago)
- Last Synced: 2025-09-20T20:39:12.273Z (9 months ago)
- Topics: android, cellular-automaton, conways-game-of-life
- Language: Kotlin
- Homepage: https://play.google.com/store/apps/details?id=com.softartdev.conwaysgameoflife
- Size: 1.47 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Conway's Game of Life
[](https://github.com/softartdev/ConwaysGameOfLife/actions/workflows/ci.yml)
[](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)*
