Just adding some classes
commit9d9ad5694320e795ddabb09d913905441e45d131
authorLaVloZ <lavloz@hotmail.fr>
Thu, 14 Nov 2013 20:11:45 +0000 (14 21:11 +0100)
committerLaVloZ <lavloz@hotmail.fr>
Thu, 14 Nov 2013 20:11:45 +0000 (14 21:11 +0100)
tree2b1f58c504029713dbda42c05479550ba6565a7c
parent18cfd3047cd3d1ffa92f53857650f119914b84b8
Just adding some classes
.classpath [new file with mode: 0644]
.gitignore
.project [new file with mode: 0644]
src/com/github/puzzles/core/Difficulty.java [new file with mode: 0644]
src/com/github/puzzles/core/Movable.java [new file with mode: 0644]
src/com/github/puzzles/core/Puzzle.java [new file with mode: 0644]
src/com/github/puzzles/core/RectangularPuzzle.java [new file with mode: 0644]
src/com/github/puzzles/core/Slidable.java [new file with mode: 0644]