Android Open Source - Game development Target-Practice






Project Summary

Full Android game involving hitting moving targets and gaining points when you hit them. Intentionally simple, and done to teach myself android game development..

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of Target-Practice.

ItemValue
Java File Count14
Supported screen sizes[hdpi]
Minimum SDK Version7
Activity Count3




Resource Files

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.

null




Java Source Files

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