Pong game made with cross platform game engine LibGDX..
LibGDX-Pong is hosted in the following web site
https://github.com/ersobcz/LibGDX-Pong
If you think the Android project LibGDX-Pong 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 LibGDX-Pong.
Item | Value |
---|---|
Java File Count | 12 |
Target SDK Version | 17 |
Minimum SDK Version | 5 |
Activity Count | 1 |
jar files used | gdx-backend-android-sources.jar gdx-backend-android.jar gdx-backend-lwjgl-natives.jar gdx-backend-lwjgl-sources.jar gdx-backend-lwjgl.jar gdx-natives.jar gdx-sources.jar gdx.jar |
Asset File Names | assets\data\blip.wav |
LibGDX-Pong has the following Java source files.
com.eryk.pong.Main.java com.eryk.pong.MainActivity.java com.eryk.pong.Pong.java com.eryk.pong.controller.BallController.java com.eryk.pong.controller.PlayerController.java com.eryk.pong.model.Ball.java com.eryk.pong.model.Level.java com.eryk.pong.model.Player.java com.eryk.pong.model.Wall.java com.eryk.pong.model.World.java com.eryk.pong.screens.GameScreen.java com.eryk.pong.view.WorldRenderer.java