The sliding tiles game with an AI solver.
n-puzzle-2 is hosted in the following web site
https://github.com/steveinflow/n-puzzle-2
If you think the Android project n-puzzle-2 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 n-puzzle-2.
Item | Value |
---|---|
Java File Count | 21 |
Supported screen sizes | [mdpi] |
Target SDK Version | 17 |
Minimum SDK Version | 9 |
Activity Count | 5 |
There are 1 image files in n-puzzle-2. The names of the image files are listed as follows.
use_fifteen_puzzle.png
The following screenshort is generated from the image listed above.
n-puzzle-2 has the following Java source files.
com.steveinflow.n_puzzle.DifficultyManager.java com.steveinflow.n_puzzle.GamePlayActivity.java com.steveinflow.n_puzzle.GameState.GameState.java com.steveinflow.n_puzzle.GameState.ShuffleTask.java com.steveinflow.n_puzzle.ImageAndTitleAdapter.java com.steveinflow.n_puzzle.ImageSelectionActivity.java com.steveinflow.n_puzzle.Image_Manipulation.GameGrid.java com.steveinflow.n_puzzle.Image_Manipulation.ImageSegmentView.java com.steveinflow.n_puzzle.PictureReceiver.java com.steveinflow.n_puzzle.Solver.Heuristics.BlankToTarget.java com.steveinflow.n_puzzle.Solver.Heuristics.Heuristic.java com.steveinflow.n_puzzle.Solver.Heuristics.SolveLast6.java com.steveinflow.n_puzzle.Solver.Heuristics.TargetToDestination.java com.steveinflow.n_puzzle.Solver.MoveMaker.java com.steveinflow.n_puzzle.Solver.MoveQueue.java com.steveinflow.n_puzzle.Solver.Node.java com.steveinflow.n_puzzle.Solver.SolutionStrategy.java com.steveinflow.n_puzzle.Solver.SolveGameTask.java com.steveinflow.n_puzzle.Solver.SolvedState.java com.steveinflow.n_puzzle.Solver.Solver.java com.steveinflow.n_puzzle.Solver.Tile.java