Android Open Source - Game accelerometer TiltPong






Project Summary

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..

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of TiltPong.

ItemValue
Java File Count9
Minimum SDK Version8
Activity Count1
Required Permissionsandroid.permission.WAKE_LOCK




Java Source Files

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