Android Open Source - Game puzzle android-puzzle-game






Project Summary

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..

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of android-puzzle-game.

ItemValue
Java File Count12
Supported screen sizes[mdpi, hdpi, xhdpi]
Target SDK Version15
Minimum SDK Version8
Activity Count2
jar files usedandroid-support-v4.jar
Required Permissionsandroid.permission.WRITE_EXTERNAL_STORAGE




Resource Files

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.

null

Java Source Files

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