Android Open Source - Libgdx engine LibGDX-Pong






Project Summary

Pong game made with cross platform game engine LibGDX..

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of LibGDX-Pong.

ItemValue
Java File Count12
Target SDK Version17
Minimum SDK Version5
Activity Count1
jar files usedgdx-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 Namesassets\data\blip.wav




Java Source Files

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