Android Open Source - OpenGL opengl AndroidPong






Project Summary

School Project - Pong for Android - OpenGL ES.

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of AndroidPong.

ItemValue
Java File Count22
Minimum SDK Version8
Activity Count2
Asset File Namesassets\soundfx\plop.mp3
assets\tex\pong_atlas.png
assets\textures.xml




Java Source Files

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