Download Free code Snake Game
Description
a naive android snake game.
Icons
Source Files
The download file SnakeGame-master.zip has the following entries.
.classpath//w w w .j a v a2 s .c om
.project
AndroidManifest.xml
README.md
bin/Snake.apk
bin/classes.dex
bin/com/games/snake/GameThread.class
bin/com/games/snake/R$attr.class
bin/com/games/snake/R$drawable.class
bin/com/games/snake/R$id.class
bin/com/games/snake/R$layout.class
bin/com/games/snake/R$string.class
bin/com/games/snake/R.class
bin/com/games/snake/SnakeActivity.class
bin/com/games/snake/SnakeGame$Panel.class
bin/com/games/snake/SnakeGame.class
bin/com/games/snake/SnakeMenu$1.class
bin/com/games/snake/SnakeMenu.class
bin/resources.ap_
default.properties
gen/com/games/snake/R.java
img/SnakeHead.png
img/bodyNNrg.png
img/bodyNRG.png
img/snakeParts.psd
proguard.cfg
res/drawable-hdpi/bodynnrg.png
res/drawable-hdpi/bodynrg.png
res/drawable-hdpi/bodynrg1.png
res/drawable-hdpi/icon.png
res/drawable-hdpi/snakehead.png
res/drawable-ldpi/bodynnrg.png
res/drawable-ldpi/bodynrg.png
res/drawable-ldpi/icon.png
res/drawable-ldpi/snakehead.png
res/drawable-mdpi/icon.png
res/layout/game.xml
res/layout/help.xml
res/layout/main.xml
res/layout/menu.xml
res/layout/options.xml
res/layout/scores.xml
res/values/strings.xml
src/com/games/snake/GameThread.java
src/com/games/snake/SnakeActivity.java
src/com/games/snake/SnakeGame.java
src/com/games/snake/SnakeMenu.java
test/GameThreadTest.java
Download
Click the following link to download SnakeGame-master.zip.
SnakeGame-master.zipHome »
Android Free Code »
Game »
Android Free Code »
Game »