Pong is an example game made with SimpleGameEngine -- both the game and the engine are fully described in the Android Game Programming book (in Portuguese only)..
Pong-SGE is hosted in the following web site
https://github.com/edamiani/Pong-SGE
If you think the Android project Pong-SGE 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-SGE.
Item | Value |
---|---|
Java File Count | 20 |
Target SDK Version | 20 |
Minimum SDK Version | 10 |
Activity Count | 4 |
jar files used | android-support-v4.jar |
Asset File Names | assets\fonts\8bit_operator_white.png assets\fonts\font_visitor_white.png assets\gui\button_menu.png assets\gui\button_pause.png assets\gui\button_placeholder.png assets\images\field.png assets\images\menu_screen.png assets\images\splash_screen.png assets\images\start_screen.png assets\sounds\bgm.ogg assets\sounds\collision_edge.wav assets\sounds\collision_opponent.wav assets\sounds\collision_player.wav assets\tilesets\ball.png assets\tilesets\opponent.png assets\tilesets\player.png |
Pong-SGE has the following Java source files.
com.book.pong_v4.EntBall.java com.book.pong_v4.EntOpponent.java com.book.pong_v4.EntPaddle.java com.book.pong_v4.EntPlayer.java com.book.pong_v4.GameActivity.java com.book.pong_v4.GameController.java com.book.pong_v4.GameModel.java com.book.pong_v4.GameView.java com.book.pong_v4.MenuScreenActivity.java com.book.pong_v4.MenuScreenController.java com.book.pong_v4.MenuScreenView.java com.book.pong_v4.SplashScreenActivity.java com.book.pong_v4.SplashScreenView.java com.book.pong_v4.StartScreenActivity.java com.book.pong_v4.StartScreenView.java com.book.pong_v4.TrgGap.java com.book.pong_v4.TrgLeftGoal.java com.book.pong_v4.TrgLowerWall.java com.book.pong_v4.TrgRightGoal.java com.book.pong_v4.TrgUpperWall.java