The following java project contains the java source code and java examples used for the eight puzzle breaker. With A* algorithm, I can make my machine think for me :) , and then find out the solution in classic AI problems, the 8 puzzle problem.
The source code and files included in this project are listed in the project files section, please make sure whether the listed source code meet your needs there.
Project Files:
File Name | Size |
---|---|
coba.html | 225 |
BoxPuzzlePanels$1.class | 1968 |
BoxPuzzlePanels$posGoalInfo.class | 478 |
BoxPuzzlePanels.class | 8089 |
Direction.class | 359 |
EightPuzzle.class | 5163 |
EightPuzzleApp$1.class | 640 |
EightPuzzleApp.class | 1029 |
ICallBack.class | 278 |
PuzzleSolver.class | 5084 |
MyArrayList.class | 2745 |
PuzzleStack.class | 2669 |
PuzzleTree.class | 6275 |
EightPuzzle.jcd | 53264 |
EightPuzzle.jcp | 1721 |
EightPuzzle.jcu | 1572 |
EightPuzzle.jcw | 268 |
BoxPuzzlePanels.java | 14680 |
Direction.java | 406 |
EightPuzzle.java | 7712 |
EightPuzzleApp.java | 940 |
ICallBack.java | 767 |
MyArrayList.java | 5454 |
PuzzleSolver.java | 10912 |
PuzzleSolver.java.bak | 9965 |
MyArrayList.java | 5480 |
PuzzleStack.java | 3814 |
PuzzleTree.java | 12411 |
src_eightpuzzle.txt | 450 |
readme.txt | 268 |