School Project - Pong for Android - OpenGL ES.
AndroidPong is hosted in the following web site
https://github.com/unruheGER/AndroidPong
If you think the Android project AndroidPong 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 AndroidPong.
Item | Value |
---|---|
Java File Count | 22 |
Minimum SDK Version | 8 |
Activity Count | 2 |
Asset File Names | assets\soundfx\plop.mp3 assets\tex\pong_atlas.png assets\textures.xml |
AndroidPong has the following Java source files.
top.down.GLRenderer.java top.down.GameActivity.java top.down.GameSurfaceView.java top.down.GameThread.java top.down.TopDownActivity.java top.down.constants.DisplayConstants.java top.down.gameobjects.Drawable.java top.down.gameobjects.GameObject.java top.down.gameobjects.GameObjectManager.java top.down.gameobjects.Sprite.java top.down.gameobjects.Updateable.java top.down.gameobjects.concrete.Background.java top.down.gameobjects.concrete.Ball.java top.down.gameobjects.concrete.Paddle.java top.down.gameobjects.concrete.Pong.java top.down.gameobjects.concrete.Wall.java top.down.input.Inputter.java top.down.sound.SoundManager.java top.down.textures.Texture.java top.down.textures.TextureManager.java top.down.textures.TextureXMLParser.java top.down.util.BufferHelper.java