mirror of
https://github.com/2OOP/pism.git
synced 2026-02-04 10:54:51 +00:00
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:
@@ -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");
|
||||||
|
|||||||
Reference in New Issue
Block a user