Download Free code AndroidGame OfLife
Description
Android implementation of Conway's " game of life".
Icons
Source Files
The download file AndroidGameOfLife-master.zip has the following entries.
.gitignore// ww w . ja v a 2s .c om
AndroidManifest.xml
LICENSE
README.md
android_gameoflife.png
android_gameoflife_end.png
build.xml
glider.png
license.txt
manifest.mf
nbproject/build-impl.xml
nbproject/genfiles.properties
nbproject/project.properties
nbproject/project.xml
res/drawable/icon.png
res/layout/main.xml
res/values/colors.xml
res/values/strings.xml
res/values/styles.xml
src/de/onstream/android/games/gameoflife/Constants.java
src/de/onstream/android/games/gameoflife/GameView.java
src/de/onstream/android/games/gameoflife/GameViewEventHandler.java
src/de/onstream/android/games/gameoflife/MainActivity.java
src/de/onstream/android/games/gameoflife/R.java
Download
Click the following link to download AndroidGameOfLife-master.zip.
AndroidGameOfLife-master.zipHome »
Android Free Code »
Game »
Android Free Code »
Game »