Android version of Gabriele Cirulli's 2048 game.
2048-android is hosted in the following web site
https://github.com/channguyen/2048-android
If you think the Android project 2048-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 2048-android.
Item | Value |
---|---|
Java File Count | 14 |
Supported screen sizes | [hdpi] |
Minimum SDK Version | 16 |
Activity Count | 1 |
Required Permissions | android.permission.WRITE_EXTERNAL_STORAGE |
Raw File Names | res\raw\sound_slide.wav |
There are 6 image files in 2048-android. The names of the image files are listed as follows.
_2048.png ic_crying.png ic_game_lose.png ic_game_win.png ic_pocket.png numbers.png
The following screenshort is generated from the image listed above.
2048-android has the following Java source files.
chan.android.game2048.GameActivity.java chan.android.game2048.GameApplication.java chan.android.game2048.GameDialog.java chan.android.game2048.GamePreferences.java chan.android.game2048.Matrix.java chan.android.game2048.MatrixView.java chan.android.game2048.MoveListener.java chan.android.game2048.OnGameDialogClickListener.java chan.android.game2048.ScoreBoxView.java chan.android.game2048.SoundManager.java chan.android.game2048.SwipeListener.java chan.android.game2048.Swiper.java chan.android.game2048.Validator.java