Sliding puzzle works fine, but it need some addings, Other puzzles will
commit0122b4e0581e393026aacd03857dd9170d07bfe3
authorLaVloZ <lavloz@hotmail.fr>
Sat, 16 Nov 2013 02:46:00 +0000 (16 03:46 +0100)
committerLaVloZ <lavloz@hotmail.fr>
Sat, 16 Nov 2013 02:46:00 +0000 (16 03:46 +0100)
treee835edf8cb66029795d7afa6e7720748e20d3feb
parentaccd4996f8f2e3051ca8ec0101eaf3a341b3695a
Sliding puzzle works fine, but it need some addings, Other puzzles will
be included, and the gui doesn't implemented.
README.md
src/com/github/puzzles/core/AbstractPuzzle.java
src/com/github/puzzles/core/AbstractRectangularPuzzle.java
src/com/github/puzzles/core/FlipPuzzle.java [new file with mode: 0644]
src/com/github/puzzles/core/SlidingPuzzle.java [deleted file]
src/com/github/puzzles/test/Main.java [new file with mode: 0644]
src/com/github/puzzles/util/Matrices.java