mirror of
https://github.com/2OOP/pism.git
synced 2026-02-04 19:04:49 +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?
|
||||
String player = getCurrentPlayer().name();
|
||||
addSendToQueue("SVR GAME MOVE {PLAYER: \"" +
|
||||
getCurrentPlayer().name() +
|
||||
player +
|
||||
"\", DETAILS: \"<reactie spel op zet>\",MOVE: \"" +
|
||||
index +
|
||||
"\"}\n");
|
||||
|
||||
Reference in New Issue
Block a user