Download Free code Android accelerometer game
Description
an Android game , written using JBox2D, which player controls a character using accelerometer to reach the goal without hitting the walls and obstacles.
Icons
Source Files
The download file Android-accelerometer-game-master.zip has the following entries.
.classpath//from w w w .ja va2s .c o m
.idea/codeStyleSettings.xml
.idea/gradle.xml
.project
AndroidManifest.xml
CSCI3310Project1.0.iml
README.md
bin/AndroidManifest.xml
bin/CSCI3310Project1.0 (Jacky Chung's conflicted copy 2012-12-27).apk
bin/CSCI3310Project1.0.apk
bin/CSCI3310Project2.0.apk
bin/classes (Jacky Chung's conflicted copy 2012-12-27).dex
bin/classes.dex
bin/classes/com/example/csci3310project10/BGMManager.class
bin/classes/com/example/csci3310project10/BuildConfig.class
bin/classes/com/example/csci3310project10/Game$1$1.class
bin/classes/com/example/csci3310project10/Game$1.class
bin/classes/com/example/csci3310project10/Game.class
bin/classes/com/example/csci3310project10/GameActivity$1.class
bin/classes/com/example/csci3310project10/GameActivity$2.class
bin/classes/com/example/csci3310project10/GameActivity$3.class
bin/classes/com/example/csci3310project10/GameActivity$4.class
bin/classes/com/example/csci3310project10/GameActivity$5.class
bin/classes/com/example/csci3310project10/GameActivity$GameView.class
bin/classes/com/example/csci3310project10/GameActivity.class
bin/classes/com/example/csci3310project10/HighScoreActivity.class
bin/classes/com/example/csci3310project10/LevelSelector$1.class
bin/classes/com/example/csci3310project10/LevelSelector.class
bin/classes/com/example/csci3310project10/MainActivity$1.class
bin/classes/com/example/csci3310project10/MainActivity$2.class
bin/classes/com/example/csci3310project10/MainActivity$3.class
bin/classes/com/example/csci3310project10/MainActivity.class
bin/classes/com/example/csci3310project10/MyActivity.class
bin/classes/com/example/csci3310project10/R$attr.class
bin/classes/com/example/csci3310project10/R$drawable.class
bin/classes/com/example/csci3310project10/R$id.class
bin/classes/com/example/csci3310project10/R$layout.class
bin/classes/com/example/csci3310project10/R$menu.class
bin/classes/com/example/csci3310project10/R$raw.class
bin/classes/com/example/csci3310project10/R$string.class
bin/classes/com/example/csci3310project10/R$style.class
bin/classes/com/example/csci3310project10/R.class
bin/classes/com/example/csci3310project10/SettingActivity$1.class
bin/classes/com/example/csci3310project10/SettingActivity$2.class
bin/classes/com/example/csci3310project10/SettingActivity.class
bin/classes/com/example/csci3310project10/Settings.class
bin/classes/com/game/map/GameMap.class
bin/classes/com/game/map/Map1.class
bin/classes/com/game/map/Map2.class
bin/classes/com/game/map/Map3.class
bin/classes/com/game/map/Map4.class
bin/classes/com/game/object/GameObject.class
bin/classes/com/game/object/Monster1.class
bin/classes/com/game/object/Pillar.class
bin/classes/com/game/object/Pillar2.class
bin/classes/com/game/object/Wall.class
bin/dexedLibs/JBox2D-79ccce7547be3ffd9d3afeb9a1ad26d8.jar
bin/dexedLibs/JBox2D-c9085cd266083a257dd76cb5509fedac.jar
bin/dexedLibs/android-support-v4-436f93f79a82eff15b9d08da84c4543f.jar
bin/dexedLibs/android-support-v4-eb6dfd510fdb463dfc23f76f212502b7.jar
bin/dexedLibs/annotations-9fd75352d179fbc94cb2c09ecb132cd0.jar
bin/dexedLibs/annotations-b194ff60042b508110e187e3d111ddb1.jar
bin/jarlist.cache
bin/res/drawable-hdpi/ic_launcher.png
bin/res/drawable-ldpi/ic_launcher.png
bin/res/drawable-mdpi/ic_launcher.png
bin/res/drawable-mdpi/levelselector_level.png
bin/res/drawable-mdpi/main_highscore.png
bin/res/drawable-mdpi/main_play.png
bin/res/drawable-mdpi/main_settings.png
bin/res/drawable-mdpi/menu_home.png
bin/res/drawable-mdpi/menu_resume.png
bin/res/drawable-mdpi/menu_selectlevel.png
bin/res/drawable-mdpi/menu_settings.png
bin/res/drawable-xhdpi/ic_launcher.png
bin/resources.ap_
gen/com/example/csci3310project10/BuildConfig.java
gen/com/example/csci3310project10/R.java
ic_launcher-web.png
libs/JBox2D.jar
libs/android-support-v4.jar
proguard-project.txt
project.properties
res/drawable-hdpi/ic_launcher.png
res/drawable-ldpi/ic_launcher.png
res/drawable-ldpi/metal_wall.jpg
res/drawable-mdpi/ic_launcher.png
res/drawable-mdpi/levelselector_level.png
res/drawable-mdpi/logo.jpg
res/drawable-mdpi/main_background.jpg
res/drawable-mdpi/main_highscore.png
res/drawable-mdpi/main_play.png
res/drawable-mdpi/main_settings.png
res/drawable-mdpi/menu_home.png
res/drawable-mdpi/menu_resume.png
res/drawable-mdpi/menu_selectlevel.png
res/drawable-mdpi/menu_settings.png
res/drawable-mdpi/metal_wall.jpg
res/drawable-xhdpi/electric.jpg
res/drawable-xhdpi/ic_launcher.png
res/drawable-xhdpi/kingusuraimu.gif
res/drawable-xhdpi/lava.jpg
res/drawable-xhdpi/moonbluk.gif
res/drawable-xhdpi/ocean.gif
res/drawable-xhdpi/rolesia.gif
res/drawable-xhdpi/samaletria.gif
res/layout/highscore.xml
res/layout/level_selector.xml
res/layout/main.xml
res/layout/menu.xml
res/layout/settings.xml
res/menu/activity_main.xml
res/raw/main.ogg
res/raw/playing.ogg
res/raw/powerup.ogg
res/values/strings.xml
res/values/styles.xml
src/com/example/csci3310project10/BGMManager.java
src/com/example/csci3310project10/Game.java
src/com/example/csci3310project10/GameActivity.java
src/com/example/csci3310project10/HighScoreActivity.java
src/com/example/csci3310project10/LevelSelector.java
src/com/example/csci3310project10/MainActivity.java
src/com/example/csci3310project10/MyActivity.java
src/com/example/csci3310project10/SettingActivity.java
src/com/example/csci3310project10/Settings.java
src/com/game/map/GameMap.java
src/com/game/map/Map1.java
src/com/game/map/Map2.java
src/com/game/map/Map3.java
src/com/game/map/Map4.java
src/com/game/object/GameObject.java
src/com/game/object/Monster1.java
src/com/game/object/Pillar.java
src/com/game/object/Pillar2.java
src/com/game/object/Wall.java
Download
Click the following link to download Android-accelerometer-game-master.zip.
Android-accelerometer-game-master.zipHome »
Android Free Code »
Game »
Android Free Code »
Game »