Adding some classes and later i will change some problems
commitaccd4996f8f2e3051ca8ec0101eaf3a341b3695a
authorLaVloZ <lavloz@hotmail.fr>
Thu, 14 Nov 2013 21:45:11 +0000 (14 22:45 +0100)
committerLaVloZ <lavloz@hotmail.fr>
Thu, 14 Nov 2013 21:45:11 +0000 (14 22:45 +0100)
tree42134736bc52c61edb2b69e7b386deafc0b6f471
parent38284d90109ce2bdcd26b5326aec9945f0a6d9bb
Adding some classes and later i will change some problems
src/com/github/puzzles/core/AbstractPuzzle.java [moved from src/com/github/puzzles/core/Puzzle.java with 86% similarity]
src/com/github/puzzles/core/AbstractRectangularPuzzle.java [new file with mode: 0644]
src/com/github/puzzles/core/Flipable.java [new file with mode: 0644]
src/com/github/puzzles/core/RectangularPuzzle.java [deleted file]
src/com/github/puzzles/core/SlidingPuzzle.java [new file with mode: 0644]
src/com/github/puzzles/util/Matrices.java [new file with mode: 0644]