Our website uses necessary cookies to enable basic functions and optional cookies to help us to enhance your user experience. Learn more about our cookie policy by clicking "Learn More".
Accept All Only Necessary Cookies
Game Of Life icon

2.0.2 by Pieter Pareit


Jan 2, 2016

About Game Of Life

Conway's Game of Life, full featured open source android implementation.

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

What's New in the Latest Version 2.0.2

Last updated on Jan 2, 2016

Version 2.0 (31/12/2014)
* complete overhaul
* translation and zooming is now calculated with matrix algebra
* loads/saves life 1.06 files
* contains a small library with popular life seeds
* improved UI with navigation drawer

Translation Loading...

Additional APP Information

Latest Version

Request Game Of Life Update 2.0.2

Uploaded by

Davi Assis

Requires Android

Android 4.0+

Show More

Game Of Life Screenshots

Comment Loading...
Languages
Subscribe to APKPure
Be the first to get access to the early release, news, and guides of the best Android games and apps.
No thanks
Sign Up
Subscribed Successfully!
You're now subscribed to APKPure.
Subscribe to APKPure
Be the first to get access to the early release, news, and guides of the best Android games and apps.
No thanks
Sign Up
Success!
You're now subscribed to our newsletter.