Translation of the 2048 application from JavaScript to Java.
Android-ACM-2048 is hosted in the following web site
https://github.com/daniel-hanson/Android-ACM-2048
If you think the Android project Android-ACM-2048 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 Android-ACM-2048.
Item | Value |
---|---|
Java File Count | 11 |
Supported screen sizes | [hdpi] |
Target SDK Version | 19 |
Minimum SDK Version | 14 |
Activity Count | 1 |
jar files used | android-support-v4.jar |
There are 11 image files in Android-ACM-2048. The names of the image files are listed as follows.
1024.png 128.png 16.png 2.png 2048.png 256.png 32.png 4.png 512.png 64.png 8.png
The following screenshort is generated from the image listed above.
Android-ACM-2048 has the following Java source files.
com.mizzou.acm.android.Cell .java com.mizzou.acm.android.GameManager .java com.mizzou.acm.android.Grid .java com.mizzou.acm.android.MainActivity.java com.mizzou.acm.android.Position .java com.mizzou.acm.android.helpers.ArtHelper .java com.mizzou.acm.android.helpers.GameCheck .java com.mizzou.acm.android.helpers.GameLogic .java com.mizzou.acm.android.helpers.GameRender .java