A clone of 2048 game for Android..
2048 is hosted in the following web site
https://github.com/Nemisis/2048
If you think the Android project 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 2048.
Item | Value |
---|---|
Java File Count | 10 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Activity Count | 1 |
Fragment Count | 2 |
Required Permissions | android.permission.INTERNET |
There are 5 image files in 2048. The names of the image files are listed as follows.
asa_game_list_activated_holo.9.png asa_game_list_focused_holo.9.png asa_game_list_longpressed_holo.9.png asa_game_list_pressed_holo_light.9.png asa_game_list_selector_disabled_holo_light.9.png
The following screenshort is generated from the image listed above.
2048 has the following Java source files.
com.asa.games.twentyfortyeight.AppClass.java com.asa.games.twentyfortyeight.BusProvider.java com.asa.games.twentyfortyeight.FragmentMain.java com.asa.games.twentyfortyeight.GameManager.java com.asa.games.twentyfortyeight.Grid.java com.asa.games.twentyfortyeight.MainActivity.java com.asa.games.twentyfortyeight.PreferenceUtils.java com.asa.games.twentyfortyeight.ScoreChangeEvent.java com.asa.games.twentyfortyeight.Tile.java com.asa.games.twentyfortyeight.TileView.java