add general ai
This commit is contained in:
@@ -51,7 +51,7 @@ public class NewGameCommand extends Command {
|
||||
game.reset();
|
||||
|
||||
outputSystem.onGameStart();
|
||||
outputSystem.onPlayerTurn(game.getPlayerTurn());
|
||||
outputSystem.onPlayerTurn(game.getPlayerTurn(), false);
|
||||
|
||||
return CommandResult.NotMoved;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user