Back to Top
Game Of Life Screenshot 0
Game Of Life Screenshot 1
Game Of Life Screenshot 2
Game Of Life Screenshot 3
Free website generator for mobile apps; privacy policy, app-ads.txt support and more... AppPage.net

About 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.

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.

Rules:
The universe of the Game of Life is an infinite two-dimensional orthogonal grid of square cells, each of which is in one of two possible states, alive or dead. Every cell interacts with its eight neighbours, which are the cells that are horizontally, vertically, or diagonally adjacent. At each step in time, the following transitions occur:
Any live cell with fewer than two live neighbours dies.
Any live cell with two or three live neighbours lives on.
Any live cell with more than three live neighbours dies.
Any dead cell with exactly three live neighbours becomes a live cell.

The initial pattern constitutes the seed of the system. The first generation is created by applying the above rules simultaneously to every cell in the seed—births and deaths occur simultaneously, and the discrete moment at which this happens is sometimes called a tick (in other words, each generation is a pure function of the preceding one). The rules continue to be applied repeatedly to create further generations.

More info: http://en.wikipedia.org/wiki/Conway_game_of_life

About this implementation:
This program was initially written to get acquainted with the android API. What is nicer then using such a beautiful mathematical object like this automaton. I took special care to implement this with tablets in mind.

The code is available under the GPL licence, see the github site ppareit/gameoflife.

Programming: Pieter Pareit
Artwork: Birgit Niemegeers

Similar Apps

Combinatorics Mathematics

Combinatorics Mathematics

4.5

Combinatorics can calculate and enumerate all possible permutations, combinations, ...Combinatorics algoritmes:* Permutations...

Formularium (Math formulas)

Formularium (Math formulas)

0.0

Show the mathematical formulas, graphics and definitions for high school and university...

Termer Mathematics

Termer Mathematics

0.0

Application that can solve polynomial equations of n-degree.This tool also shows the...

Immersive Full-Screen Mode

Immersive Full-Screen Mode

3.6

This app uses Accessibility services.Enter the Immersive Mode. This is the full...

NanoPond

NanoPond

0.0

This is NanoPond, an artificial life simulator for Android.NanoPond runs a virtual...

FTP Server

FTP Server

4.3

This program allows you to run an ftp server on your android...

author
It's finally on mobile :)
A Google user