USC SS12 Mobile Multiplayer Game #2 - Audio Pong.
USC-MobileGame2 is hosted in the following web site
https://github.com/ProjPossibility/USC-MobileGame2
If you think the Android project USC-MobileGame2 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 USC-MobileGame2.
Item | Value |
---|---|
Java File Count | 18 |
Target SDK Version | 16 |
Minimum SDK Version | 8 |
Activity Count | 1 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.INTERNET |
Raw File Names | res\raw\note.wav res\raw\paddle_hit.wav res\raw\paddle_miss.wav res\raw\ping.wav res\raw\wall_hit.wav |
USC-MobileGame2 has the following Java source files.
com.audiopong.AudioPongActivity.java com.audiopong.AudioPongClient.java com.audiopong.AudioPongGameManager.java com.audiopong.DrawPong.java com.audiopong.Paddle.java com.audiopong.PongBall.java com.audiopong.entities.AbstractEntity2D.java com.audiopong.entities.AbstractMoveableEntity2D.java com.audiopong.entities.Entity2D.java com.audiopong.entities.MoveableEntity2D.java com.audiopong.entities.Rectangle.java com.audiopong.networking.Networking.java com.audiopong.networking.moveableEntityData.java com.audiopong.sound.Sound.java com.audiopong.sound.SoundManager.java com.audiopong.util.SystemUiHider.java com.audiopong.util.SystemUiHiderBase.java com.audiopong.util.SystemUiHiderHoneycomb.java