Simple Pong game made in a few hours using Android / OpenGL ES 2.0.
pong-gl is hosted in the following web site
https://github.com/jcxavier/pong-gl
If you think the Android project pong-gl 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 pong-gl.
Item | Value |
---|---|
Java File Count | 12 |
Target SDK Version | 17 |
Minimum SDK Version | 14 |
Activity Count | 1 |
pong-gl has the following Java source files.
com.jcxavier.game.gl.PongActivity.java com.jcxavier.game.gl.logic.Ball.java com.jcxavier.game.gl.logic.GameObject.java com.jcxavier.game.gl.logic.Pad.java com.jcxavier.game.gl.player.AIPlayer.java com.jcxavier.game.gl.player.HumanPlayer.java com.jcxavier.game.gl.player.Player.java com.jcxavier.game.gl.util.Point.java com.jcxavier.game.gl.util.Rectangle.java