An android implementation (adaptation) of the arcade game "Stacker".
Stacker-Android is hosted in the following web site
https://github.com/PhilGabardo/Stacker-Android
If you think the Android project Stacker-Android 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 Stacker-Android.
Item | Value |
---|---|
Java File Count | 5 |
Supported screen sizes | [ldpi, mdpi, xxhdpi, hdpi, xhdpi] |
Target SDK Version | 18 |
Minimum SDK Version | 11 |
Activity Count | 5 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET |
Asset File Names | assets\fonts\Ayuma2yk.ttf assets\fonts\grapple.ttf assets\fonts\seasrn.ttf |
There are 4 image files in Stacker-Android. The names of the image files are listed as follows.
blocklogo.png blocks.png highlightedblock.png normalblock.png
The following screenshort is generated from the image listed above.
Stacker-Android has the following Java source files.
philgabardo.stacker.Generic.java philgabardo.stacker.LoserScreen.java philgabardo.stacker.PowerUp.java philgabardo.stacker.Stacker.java philgabardo.stacker.StartScreen.java