Android game using AndEngine.
pong is hosted in the following web site
https://github.com/atoji/pong
If you think the Android project 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 pong.
Item | Value |
---|---|
Java File Count | 14 |
Minimum SDK Version | 8 |
Activity Count | 3 |
Required Permissions | android.permission.WAKE_LOCK |
Asset File Names | assets\font\atari.ttf assets\mfx\bump.ogg assets\mfx\player.ogg assets\mfx\score.ogg |
pong has the following Java source files.
com.beyondweb.pong.activities.PongActivity.java com.beyondweb.pong.activities.StartActivity.java com.beyondweb.pong.handlers.BordersCollisionHandler.java com.beyondweb.pong.handlers.NPCController.java com.beyondweb.pong.handlers.PlayerCollisionHandler.java com.beyondweb.pong.listeners.PlayerControllerTouchListener.java com.beyondweb.pong.listeners.StartGameListener.java com.beyondweb.pong.model.Ball.java com.beyondweb.pong.model.Player.java com.beyondweb.pong.model.Player1.java com.beyondweb.pong.model.Player2.java com.beyondweb.pong.model.ScoreBoard.java com.beyondweb.pong.model.StadiumBuilder.java com.beyondweb.pong.util.Constants.java