Simple Android puzzle app that takes images and converts them to jigsaw and rubik cube puzzles.
Puzzler is hosted in the following web site
https://github.com/stanKariuki/Puzzler
If you think the Android project Puzzler 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 Puzzler.
Item | Value |
---|---|
Java File Count | 16 |
Supported screen sizes | [hdpi] |
Target SDK Version | 18 |
Minimum SDK Version | 7 |
Activity Count | 5 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.CAMERA android.permission.WRITE_EXTERNAL_STORAGE |
Puzzler has the following Java source files.
puzzler.app.imageEdit.EditImageUI.java puzzler.app.imageEdit.ImageEditorHelpers.java puzzler.app.imageRetreive.CaptureImageUI.java puzzler.app.imageRetreive.Image.java puzzler.app.picpuzzle.MainActivity.java puzzler.app.puzzleGenerator.JigSawPuzzle.java puzzler.app.puzzleGenerator.PuzzleGeneratorUI.java puzzler.app.puzzleGenerator.PuzzleSetting.java puzzler.app.puzzleGenerator.PuzzleSlice.java puzzler.app.puzzleGenerator.RubikCubePuzzle.java puzzler.app.puzzleGenerator.States.java puzzler.app.solver.Fail.java puzzler.app.solver.SolverUI.java puzzler.app.solver.Success.java puzzler.app.solver.gamer.JigSawGame.java