change project structure
This commit is contained in:
@@ -3,11 +3,11 @@
|
||||
*/
|
||||
package chess;
|
||||
|
||||
import chess.io.CommandExecutor;
|
||||
import chess.io.commands.NewGameCommand;
|
||||
import chess.controller.CommandExecutor;
|
||||
import chess.controller.commands.NewGameCommand;
|
||||
import chess.model.ChessBoard;
|
||||
import chess.model.Game;
|
||||
import chess.simplerender.Window;
|
||||
import chess.view.simplerender.Window;
|
||||
|
||||
public class App {
|
||||
public static void main(String[] args) {
|
||||
|
||||
Reference in New Issue
Block a user