Android puzzle game inspired by the classic 15-puzzle game that breaks up a picture into blocks and lets the user swap two blocks at a time to unscramble the picture. But unlike the classic game which swaps two adjacent blocks, this game lets swap any two blocks at a time..
PicturePuzzle is hosted in the following web site
https://github.com/shoaibk/PicturePuzzle
If you think the Android project PicturePuzzle 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 PicturePuzzle.
Item | Value |
---|---|
Java File Count | 2 |
Target SDK Version | 19 |
Minimum SDK Version | 16 |
Activity Count | 1 |
jar files used | android-support-v4.jar |
There are 1 image files in PicturePuzzle. The names of the image files are listed as follows.
timer.png
The following screenshort is generated from the image listed above.
PicturePuzzle has the following Java source files.
com.shoaib.dragdrop.BitmapReducer.java com.shoaib.dragdrop.DragDropActivity.java