Android Open Source - Game andengine pong






Project Summary

Android game using AndEngine.

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of pong.

ItemValue
Java File Count14
Minimum SDK Version8
Activity Count3
Required Permissionsandroid.permission.WAKE_LOCK
Asset File Namesassets\font\atari.ttf
assets\mfx\bump.ogg
assets\mfx\player.ogg
assets\mfx\score.ogg




Java Source Files

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