change project structure

This commit is contained in:
2025-04-05 10:18:02 +02:00
parent a0af8caf57
commit 9af06e36f8
25 changed files with 57 additions and 56 deletions

View File

@@ -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) {