truc fonctionnel mais avec un retouchage dans l'API. dsl
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user