Android game which is something like Scorched Earth utilizing the accelerometer to detect how far to throw the grenade..
grenade is hosted in the following web site
https://github.com/OEP/grenade
If you think the Android project grenade 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 grenade.
Item | Value |
---|---|
Java File Count | 7 |
Minimum SDK Version | 3 |
Activity Count | 1 |
Required Permissions | android.permission.VIBRATE |
Raw File Names | res\raw\explosion.ogg res\raw\splat.ogg |
There are 3 image files in grenade. The names of the image files are listed as follows.
cloud.png crosshair.png grenade_button.png
The following screenshort is generated from the image listed above.
grenade has the following Java source files.
org.oep.grenade.Cloud.java org.oep.grenade.GrenadeGame.java org.oep.grenade.GrenadeView.java org.oep.grenade.Player.java org.oep.grenade.RigidBody.java org.oep.grenade.Terrain.java org.oep.grenade.Vector2D.java