wip: prepare ai for using action trees and boards with score calculation
This commit is contained in:
@ -39,7 +39,7 @@ class AITest extends BaseGameLogicTest {
|
||||
void main() throws InterruptedException {
|
||||
serverSend(server.startGame(player1Selection, player2Selection).toArray(new Event[0]));
|
||||
|
||||
Thread.sleep(10000);
|
||||
Thread.sleep(2000);
|
||||
}
|
||||
|
||||
private void clientSend(Request[] requests) {
|
||||
|
Reference in New Issue
Block a user