promote not that uggly

This commit is contained in:
2025-04-02 17:19:26 +02:00
parent 97cafb903a
commit 9179b3cda9
7 changed files with 142 additions and 27 deletions

View File

@@ -12,10 +12,10 @@ import chess.simplerender.Window;
public class App {
public static void main(String[] args) {
CommandExecutor commandExecutor = new CommandExecutor();
Game game = new Game(new ChessBoard());
Window window = new Window(commandExecutor);
commandExecutor.setGame(game);
commandExecutor.setOutputSystem(window);