I'm making the GUI for flipping puzzle :)
commitd0897446407a1c792dbe83fafe6b8f723ec13779
authorLa VloZ <lavloz@hotmail.fr>
Thu, 30 Jan 2014 00:38:25 +0000 (30 01:38 +0100)
committerLa VloZ <lavloz@hotmail.fr>
Thu, 30 Jan 2014 00:38:25 +0000 (30 01:38 +0100)
treed5634c091337c26cc0c134f7eee97c0c6eabc6fc
parent0dd4233ec3e91ba93577ec61177c882ca34e7cf2
I'm making the GUI for flipping puzzle :)
23 files changed:
src/com/github/puzzles/core/AbstractPuzzle.java
src/com/github/puzzles/core/AbstractRectangularPuzzle.java
src/com/github/puzzles/core/Difficulty.java
src/com/github/puzzles/core/Flipable.java
src/com/github/puzzles/core/FlippingPuzzle.java
src/com/github/puzzles/core/Movable.java
src/com/github/puzzles/core/NoEmptyCaseAdjacentSlidingPuzzleExecption.java
src/com/github/puzzles/core/PersonalisedDifficultyException.java
src/com/github/puzzles/core/RectangularPuzzleIndexOutOfBoundsException.java
src/com/github/puzzles/core/Slidable.java
src/com/github/puzzles/core/SlidingPuzzle.java
src/com/github/puzzles/gui/AboutMeDialog.java
src/com/github/puzzles/gui/AbstractPuzzlePanel.java [new file with mode: 0644]
src/com/github/puzzles/gui/FlippingPuzzleDialog.java [new file with mode: 0644]
src/com/github/puzzles/gui/FlippingPuzzlePanel.java
src/com/github/puzzles/gui/MainWindow.java
src/com/github/puzzles/gui/SlidingPuzzleDialog.java [new file with mode: 0644]
src/com/github/puzzles/gui/SlidingPuzzlePanel.java
src/com/github/puzzles/util/Matrices.java
test/com/github/puzzles/test/FlipPuzzleTest.java
test/com/github/puzzles/test/Main.java
test/com/github/puzzles/test/MatricesTest.java
test/com/github/puzzles/test/SlidingTest.java