A side scroller game for Android where one must navigate a ball through a horizontal scrolling window..
FallingBall is hosted in the following web site
https://github.com/kylewill713/FallingBall
If you think the Android project FallingBall 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 FallingBall.
Item | Value |
---|---|
Java File Count | 13 |
Minimum SDK Version | 8 |
Activity Count | 3 |
jar files used | android-support-v4.jar gdx-backend-android.jar gdx.jar simple-xml-2.6.6.jar |
Required Permissions | android.permission.VIBRATE android.permission.WAKE_LOCK |
Asset File Names | assets\ball_red.png |
Raw File Names | res\raw\explosion.ogg res\raw\infinite1.xml res\raw\infinite2.xml res\raw\level1.xml res\raw\level2.xml res\raw\level3.xml res\raw\level4.xml res\raw\level5.xml res\raw\level6.xml res\raw\level7.xml res\raw\peaceful.wav |
There are 14 image files in FallingBall. The names of the image files are listed as follows.
ball_blue.png ball_green.png ball_red.png brick.png effect_explosion_small01.png effect_explosion_small02.png effect_explosion_small03.png effect_smoke_big01.png effect_smoke_big02.png effect_smoke_big03.png pause_button.png play_button.png ui_button_start.png ui_paused.png
The following screenshort is generated from the image listed above.
FallingBall has the following Java source files.
will.kyle.GdxLevelApplication.java will.kyle.LevelActivity.java will.kyle.TitleScreenActivity.java will.kyle.UtilClass.java will.kyle.draw.BitmapScaler.java will.kyle.draw.GdxDrawView.java will.kyle.draw.LevelDrawView.java will.kyle.engine.GameEngine.java will.kyle.engine.GameEventManager.java will.kyle.engine.LevelConfiguration.java will.kyle.engine.parts.Ball .java will.kyle.engine.parts.Platform.java will.kyle.engine.parts.PlatformSegment.java