mirror of
https://github.com/2OOP/pism.git
synced 2026-02-04 02:44:50 +00:00
AI player given time change
This commit is contained in:
@@ -211,7 +211,7 @@ public final class Server {
|
|||||||
|
|
||||||
Player[] players = new Player[2];
|
Player[] players = new Player[2];
|
||||||
|
|
||||||
players[userStartingTurn] = new ArtificialPlayer(new MCTSAI3(200000), user);
|
players[userStartingTurn] = new ArtificialPlayer(new MCTSAI3(1000), user);
|
||||||
players[opponentStartingTurn] = new OnlinePlayer(response.opponent());
|
players[opponentStartingTurn] = new OnlinePlayer(response.opponent());
|
||||||
|
|
||||||
switch (type) {
|
switch (type) {
|
||||||
|
|||||||
Reference in New Issue
Block a user