Game of Life running on Android.
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.
The following table is the detailed list of androidLife.
Item | Value |
---|---|
Java File Count | 18 |
Activity Count | 1 |
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