This is the code for an Android app made to play around with and demonstrate the Game of Life, a cellular automaton devised by the British mathematician John Horton Conway in 1970..
ConwaysGameOfLife is hosted in the following web site
https://github.com/nighthawkOne/ConwaysGameOfLife
If you think the Android project ConwaysGameOfLife 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 ConwaysGameOfLife.
Item | Value |
---|---|
Java File Count | 3 |
Supported screen sizes | [mdpi, hdpi, xhdpi] |
Target SDK Version | 17 |
Minimum SDK Version | 8 |
Activity Count | 2 |
Fragment Count | 2 |
jar files used | android-support-v4.jar |
There are 8 image files in ConwaysGameOfLife. The names of the image files are listed as follows.
clear.png faster.png locked.png pause.png play.png random.png slower.png unlocked.png
The following screenshort is generated from the image listed above.
ConwaysGameOfLife has the following Java source files.
com.gaurav.gameoflife.Life.java com.gaurav.gameoflife.MainActivity.java com.gaurav.gameoflife.SettingsActivity.java