Android Open Source - Game 2048 2048-android






Project Summary

Android version of Gabriele Cirulli's 2048 game.

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of 2048-android.

ItemValue
Java File Count14
Supported screen sizes[hdpi]
Minimum SDK Version16
Activity Count1
Required Permissionsandroid.permission.WRITE_EXTERNAL_STORAGE
Raw File Namesres\raw\sound_slide.wav




Resource Files

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.

null




Java Source Files

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