Full Android game involving hitting moving targets and gaining points when you hit them. Intentionally simple, and done to teach myself android game development..
Target-Practice is hosted in the following web site
https://github.com/dackerman/Target-Practice
If you think the Android project Target-Practice 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 Target-Practice.
Item | Value |
---|---|
Java File Count | 14 |
Supported screen sizes | [hdpi] |
Minimum SDK Version | 7 |
Activity Count | 3 |
There are 7 image files in Target-Practice. The names of the image files are listed as follows.
hit.png miss.png target.png target2.png target_hit1.png target_hit2.png target_hit3.png
The following screenshort is generated from the image listed above.
Target-Practice has the following Java source files.
com.ackermansoftware.targetpractice.DifficultyManager.java com.ackermansoftware.targetpractice.GameState.java com.ackermansoftware.targetpractice.Target.java com.ackermansoftware.targetpractice.TargetGameView.java com.ackermansoftware.targetpractice.activities.TargetPractice.java com.ackermansoftware.targetpractice.activities.TitleActivity.java com.ackermansoftware.targetpractice.activities.WonGameActivity.java com.ackermansoftware.targetpractice.gameengine.AnimationFrame.java com.ackermansoftware.targetpractice.gameengine.AnimationSequence.java com.ackermansoftware.targetpractice.gameengine.AnimationSequenceListener.java com.ackermansoftware.targetpractice.gameengine.DisableableAnimation.java com.ackermansoftware.targetpractice.gameengine.GameListener.java com.ackermansoftware.targetpractice.gameengine.GameObject.java com.ackermansoftware.targetpractice.gameengine.NullAnimationSequenceListener.java