wip: prepare ai for using action trees and boards with score calculation

This commit is contained in:
2021-06-05 05:19:07 +02:00
parent aa1d2c48df
commit c97ff03a68
9 changed files with 338 additions and 18 deletions

View File

@ -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) {