A basic Android-based side scroller using OpenGL.
AndroidSideScroller is hosted in the following web site
https://github.com/eparsons/AndroidSideScroller
If you think the Android project AndroidSideScroller 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 AndroidSideScroller.
Item | Value |
---|---|
Java File Count | 11 |
Supported screen sizes | [ldpi] |
Minimum SDK Version | 14 |
Activity Count | 2 |
There are 3 image files in AndroidSideScroller. The names of the image files are listed as follows.
block.png pacer.png stickman.png
The following screenshort is generated from the image listed above.
AndroidSideScroller has the following Java source files.
com.lostbits.tbd.Drawable.java com.lostbits.tbd.GameActivity.java com.lostbits.tbd.GameEntity.java com.lostbits.tbd.Ground.java com.lostbits.tbd.MainMenu.java com.lostbits.tbd.Pacer.java com.lostbits.tbd.Physics.java com.lostbits.tbd.Player.java com.lostbits.tbd.World.java com.lostbits.tbd.tbdGLES10Renderer.java