Android Open Source - Game life androidLife






Project Summary

Game of Life running on Android.

Web Site / Source Repository

androidLife is hosted in the following web site
https://github.com/IanEsling/androidLife

If you think the Android project androidLife listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Project Detail

The following table is the detailed list of androidLife.

ItemValue
Java File Count18
Activity Count1

Java Source Files

androidLife has the following Java source files.

life.android.AndroidCellImage.java
life.android.LifeView.java
life.android.MainActivity.java
life.board.Cell.java
life.board.CellListener
.java
life.board.CellNotFoundException.java
life.board.GameBoard
.java
life.board.RuleFactory
.java
life.board.TickListener
.java
life.rules.ComeToLifeIfExactlyThreeLiveNeighboursRule.java
life.rules.DieIfLessThanTwoLiveNeighboursRule.java
life.rules.DieIfMoreThanThreeLiveNeighboursRule.java
life.rules.RuleHandler
.java
life.rules.StayTheSameIfTwoOrThreeNeighboursRule.java
life.ui.LifeGuiRenderer
.java
life.ui.LifeMain
.java
life.ui.LifeRunner
.java