Android Open Source - OpenGL game pong-gl






Project Summary

Simple Pong game made in a few hours using Android / OpenGL ES 2.0.

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of pong-gl.

ItemValue
Java File Count12
Target SDK Version17
Minimum SDK Version14
Activity Count1




Java Source Files

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