A simple game I made for Android to experiment with graphics and the accelerometer. It's an Atari Pong clone, which uses the tilt mechanism for controls..
TiltPong is hosted in the following web site
https://github.com/mah68/TiltPong
If you think the Android project TiltPong 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 TiltPong.
Item | Value |
---|---|
Java File Count | 9 |
Minimum SDK Version | 8 |
Activity Count | 1 |
Required Permissions | android.permission.WAKE_LOCK |
TiltPong has the following Java source files.
com.hoyle.tiltpong.CoordConverter.java com.hoyle.tiltpong.TiltPongMainActivity.java com.hoyle.tiltpong.TiltPongModel.java com.hoyle.tiltpong.TiltPongView.java shapes.Ball.java shapes.Drawable.java shapes.GameText.java shapes.Paddle.java shapes.ScoreKeeper.java