Description: A simple "dodge ball" game.
(There will be stones hit over the player through the touch screen to avoid the stones. Is not longer the collision, the higher the score.)
Haha, have not previously had contact with JAVA, not very good, forgive me ~
=====================
= Android 2.1 has been tested =
To Search:
File list (Check if you may need any files):
MyGame_1
........\.classpath
........\.project
........\AndroidManifest.xml
........\assets
........\bin
........\...\classes.dex
........\...\MyGame
........\...\......\Chen
........\...\......\....\DrawView$1.class
........\...\......\....\DrawView$2.class
........\...\......\....\DrawView.class
........\...\......\....\MainActivity.class
........\...\......\....\Plane.class
........\...\......\....\Point.class
........\...\......\....\R$attr.class
........\...\......\....\R$drawable.class
........\...\......\....\R$id.class
........\...\......\....\R$layout.class
........\...\......\....\R$string.class
........\...\......\....\R.class
........\...\MyGame_1.apk
........\...\resources.ap_
........\default.properties
........\gen
........\...\MyGame
........\...\......\Chen
........\...\......\....\R.java
........\proguard.cfg
........\res
........\...\drawable-hdpi
........\...\.............\icon.png
........\...\drawable-ldpi
........\...\.............\icon.png
........\...\drawable-mdpi
........\...\.............\icon.png
........\...\layout
........\...\......\main.xml
........\...\values
........\...\......\strings.xml
........\src
........\...\MyGame
........\...\......\Chen
........\...\......\....\DrawView.java
........\...\......\....\MainActivity.java
........\...\......\....\Plane.java
........\...\......\....\Point.java