Android Open Source - Game ai n-puzzle-2






Project Summary

The sliding tiles game with an AI solver.

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of n-puzzle-2.

ItemValue
Java File Count21
Supported screen sizes[mdpi]
Target SDK Version17
Minimum SDK Version9
Activity Count5




Resource Files

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.

null

Java Source Files

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