truc fonctionnel mais avec un retouchage dans l'API. dsl

This commit is contained in:
vaisse
2026-02-06 12:12:46 +01:00
parent c278b18872
commit fe13b946b1
10 changed files with 49 additions and 7 deletions

View File

@@ -19,6 +19,10 @@ public class RandomBot extends AbstractGamePlayer {
this.rng = rng;
}
public Boolean jesuisMinimax(){
return false;
}
public RandomBot(Player me, long seed) {
this(me, new Random(seed));
}