An Android 8-puzzle implementation, with many game sizes and user's photo as background, instead of numbered tiles. Requires Android 2.2 Froyo or later..
android-puzzle-game is hosted in the following web site
https://github.com/kmrowiec/android-puzzle-game
If you think the Android project android-puzzle-game 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-puzzle-game.
Item | Value |
---|---|
Java File Count | 12 |
Supported screen sizes | [mdpi, hdpi, xhdpi] |
Target SDK Version | 15 |
Minimum SDK Version | 8 |
Activity Count | 2 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.WRITE_EXTERNAL_STORAGE |
There are 2 image files in android-puzzle-game. The names of the image files are listed as follows.
ic_action_search.png no_sign.png
The following screenshort is generated from the image listed above.
android-puzzle-game has the following Java source files.
com.kmrowiec.puzzlegame.BitmapOperator.java com.kmrowiec.puzzlegame.Dimension.java com.kmrowiec.puzzlegame.GameBoard.java com.kmrowiec.puzzlegame.GameTile.java com.kmrowiec.puzzlegame.MainMenuActivity.java com.kmrowiec.puzzlegame.PuzzleActivity.java com.kmrowiec.puzzlegame.PuzzleCreator.java com.kmrowiec.puzzlegame.PuzzleTile.java com.kmrowiec.puzzlegame.SavedPuzzle.java com.kmrowiec.puzzlegame.ThreadUtils.java com.kmrowiec.puzzlegame.TileAnimation.java com.kmrowiec.puzzlegame.TileAnimationListener.java