Flipping and sliding puzzles work fine, i'm thinking on new puzzles :)
commit00cc0e891e2a53dcb9759072e9ae297e35e1edbd
authorLaVloZ <lavloz@hotmail.fr>
Fri, 20 Dec 2013 17:41:58 +0000 (20 18:41 +0100)
committerLaVloZ <lavloz@hotmail.fr>
Fri, 20 Dec 2013 17:41:58 +0000 (20 18:41 +0100)
tree9c7398953741d5a6c0fbf1f6ca22e4a58d797b56
parent5fa497a19a5356189a2b070f08bf948cd51920bd
Flipping and sliding puzzles work fine, i'm thinking on new puzzles :)
15 files changed:
nbproject/build-impl.xml
nbproject/configs/Test.properties [new file with mode: 0644]
nbproject/genfiles.properties
nbproject/project.properties
nbproject/project.xml
src/com/github/puzzles/core/AbstractRectangularPuzzle.java
src/com/github/puzzles/core/FlippingPuzzle.java [moved from src/com/github/puzzles/core/FlipingPuzzle.java with 75% similarity]
src/com/github/puzzles/core/NoEmptyCaseAdjacentSlidingPuzzleExecption.java [new file with mode: 0644]
src/com/github/puzzles/core/SlidingPuzzle.java
src/com/github/puzzles/test/FlipPuzzleTest.java
src/com/github/puzzles/test/Main.java
src/com/github/puzzles/test/MatricesTest.java [deleted file]
src/com/github/puzzles/util/Matrices.java
test/testing/MatricesTest.java [new file with mode: 0644]
test/testing/SlidingTest.java [new file with mode: 0644]