promote not that uggly
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user