Removed the PuzzleManager.java and move Generator to models.
This commit is contained in:
parent
e98ad869e8
commit
b6bbbef44b
@ -3,7 +3,7 @@ package Assignments.A1;
|
|||||||
// Potentially will be changed to an UI Implementation with JavaFX if time permits.
|
// Potentially will be changed to an UI Implementation with JavaFX if time permits.
|
||||||
|
|
||||||
|
|
||||||
import Assignments.A1.managers.BoardGenerator;
|
import Assignments.A1.models.BoardGenerator;
|
||||||
import Assignments.A1.models.Board;
|
import Assignments.A1.models.Board;
|
||||||
import Assignments.A1.models.Piece;
|
import Assignments.A1.models.Piece;
|
||||||
|
|
||||||
|
@ -1,4 +0,0 @@
|
|||||||
package Assignments.A1.managers;
|
|
||||||
|
|
||||||
public class PuzzleManager {
|
|
||||||
}
|
|
@ -1,4 +1,4 @@
|
|||||||
package Assignments.A1.managers;
|
package Assignments.A1.models;
|
||||||
|
|
||||||
import Assignments.A1.models.Board;
|
import Assignments.A1.models.Board;
|
||||||
import Assignments.A1.models.Piece;
|
import Assignments.A1.models.Piece;
|
Loading…
Reference in New Issue
Block a user