an Android game, written using JBox2D, which player controls a character using accelerometer to reach the goal without hitting the walls and obstacles.
Android-accelerometer-game is hosted in the following web site
https://github.com/cltsang/Android-accelerometer-game
If you think the Android project Android-accelerometer-game 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 Android-accelerometer-game.
Item | Value |
---|---|
Java File Count | 19 |
Supported screen sizes | [mdpi, ldpi, xhdpi] |
Target SDK Version | 9 |
Minimum SDK Version | 9 |
Activity Count | 5 |
jar files used | JBox2D.jar android-support-v4.jar |
Raw File Names | res\raw\main.ogg res\raw\playing.ogg res\raw\powerup.ogg |
There are 12 image files in Android-accelerometer-game. The names of the image files are listed as follows.
kingusuraimu.gif levelselector_level.png main_highscore.png main_play.png main_settings.png menu_home.png menu_resume.png menu_selectlevel.png menu_settings.png moonbluk.gif rolesia.gif samaletria.gif
The following screenshort is generated from the image listed above.
Android-accelerometer-game has the following Java source files.
com.example.csci3310project10.BGMManager.java com.example.csci3310project10.Game.java com.example.csci3310project10.GameActivity.java com.example.csci3310project10.HighScoreActivity.java com.example.csci3310project10.LevelSelector.java com.example.csci3310project10.MainActivity.java com.example.csci3310project10.MyActivity.java com.example.csci3310project10.SettingActivity.java com.example.csci3310project10.Settings.java com.game.map.GameMap.java com.game.map.Map1.java com.game.map.Map2.java com.game.map.Map3.java com.game.map.Map4.java com.game.object.GameObject.java com.game.object.Monster1.java com.game.object.Pillar.java com.game.object.Pillar2.java com.game.object.Wall.java