Timeout added

This commit is contained in:
lieght
2026-01-16 12:44:07 +01:00
parent d2e1edab5c
commit 4dfe503584
5 changed files with 61 additions and 38 deletions

View File

@@ -211,7 +211,7 @@ public final class Server {
Player[] players = new Player[2];
players[userStartingTurn] = new ArtificialPlayer(new MCTSAI3(100), user);
players[userStartingTurn] = new ArtificialPlayer(new MCTSAI3(200000), user);
players[opponentStartingTurn] = new OnlinePlayer(response.opponent());
switch (type) {