Game Of Life Apk

Game Of Life Apk

Latest version 2.0.2
01 Jan 2015

Older Versions

Apk Infos

Version2.0.2
Rating4.1/5, based on 9 votes
Size‎1.3 MB
Requires AndroidAndroid 4.0+ (Ice Cream Sandwich)
Author's NotesConway's Game of Life, full featured open source android implementation.

About Game Of Life APK

Game Of Life APK Download for Android
Game Of Life APK Download for Android

Description

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

Latest updates

What's new in version 2.0.2

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

How to install Game Of Life APK on Android phone or tablet?

Download Game Of Life APK file from ApkClean, then follow these steps:

Update Phone Settings

  • Go to your phone Settings page
  • Tap Security or Applications (varies with device)
  • Check the Unknown Sources box
  • Confirm with OK

Go to Downloads

  • Open Downloads on your device by going to My Files or Files
  • Tap the APK file you downloaded (be.ppareit.gameoflife-v2.0.2-ApkClean.apk)
  • Tap Install when prompted, the APK file you downloaded will be installed on your device.

Older Versions

2.0.2 (20002)1.3 MB

Questions & Answers

Q: What is an APK File?

A: Just like Windows (PC) systems use an .exe file for installing software, Android does the same. An APK file is the file format used for installing software on the Android operating system.

Q: If I install an APK from this website, will I be able to update the app from the Play Store?

A: Yes, absolutely. The Play Store installs APKs it downloads from Google's servers, and sideloading from a site like ApkClean.net goes through a very similar process, except you're the one performing the downloading and initiating the installation (sideloading).
As soon as the Play Store finds a version of the app newer than the one you've sideloaded, it will commence an update.

Q: Why ApkClean.net can guarantee APK 100% safe?

A: Whenever someone wants to download an APK file from ApkClean.net, we'll check the corresponding APK file on Google Play and allow user download it directly (of course, we'll cache it on our server). If the APK file does not exist on Google Play, we'll search it in our cache.

Q: What are Android App permissions?

A: Apps require access to certain systems within your device. When you install an application, you are notified of all of the permissions required to run that application.

Don't hesitate to contact us if you have any questions or concerns.

(*) is required

User's Reivew

5 ★It's finally on mobile :)