Android Open Source - Game life ConwaysGameOfLife






Project Summary

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..

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of ConwaysGameOfLife.

ItemValue
Java File Count3
Supported screen sizes[mdpi, hdpi, xhdpi]
Target SDK Version17
Minimum SDK Version8
Activity Count2
Fragment Count2
jar files usedandroid-support-v4.jar




Resource Files

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.

null




Java Source Files

ConwaysGameOfLife has the following Java source files.

com.gaurav.gameoflife.Life.java
com.gaurav.gameoflife.MainActivity.java
com.gaurav.gameoflife.SettingsActivity.java