Update src/main/java/org/toop/game/tictactoe/TicTacToe.java

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Bas Antonius de Jong
2025-09-18 17:25:29 +02:00
parent 76360f70e4
commit 756cc58b10

View File

@@ -101,7 +101,7 @@ public class TicTacToe extends GameBase implements Runnable {
// TODO: What is the reaction of the game? WIN, DRAW etc? // TODO: What is the reaction of the game? WIN, DRAW etc?
String player = getCurrentPlayer().name(); String player = getCurrentPlayer().name();
addSendToQueue("SVR GAME MOVE {PLAYER: \"" + addSendToQueue("SVR GAME MOVE {PLAYER: \"" +
getCurrentPlayer().name() + player +
"\", DETAILS: \"<reactie spel op zet>\",MOVE: \"" + "\", DETAILS: \"<reactie spel op zet>\",MOVE: \"" +
index + index +
"\"}\n"); "\"}\n");