Actualiser fr/iut_fbleau/Bot/DivineBot.java
This commit is contained in:
@@ -34,7 +34,7 @@ public class DivineBot extends AbstractGamePlayer {
|
|||||||
public DivineBot(Player p, int maxDepth) {
|
public DivineBot(Player p, int maxDepth) {
|
||||||
super(p);
|
super(p);
|
||||||
this.me = p;
|
this.me = p;
|
||||||
this.maxDepth = 2;
|
this.maxDepth = maxDepth;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Méthodes
|
// Méthodes
|
||||||
|
|||||||
Reference in New Issue
Block a user