From ebfc9d7d783a93c65805a531cabaffea4eda2f3a Mon Sep 17 00:00:00 2001 From: Hugo RABAN Date: Thu, 5 Feb 2026 22:35:06 +0100 Subject: [PATCH] Actualiser fr/iut_fbleau/Bot/DivineBot.java --- fr/iut_fbleau/Bot/DivineBot.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fr/iut_fbleau/Bot/DivineBot.java b/fr/iut_fbleau/Bot/DivineBot.java index 5e74552..93760ff 100644 --- a/fr/iut_fbleau/Bot/DivineBot.java +++ b/fr/iut_fbleau/Bot/DivineBot.java @@ -34,7 +34,7 @@ public class DivineBot extends AbstractGamePlayer { public DivineBot(Player p, int maxDepth) { super(p); this.me = p; - this.maxDepth = 2; + this.maxDepth = maxDepth; } // Méthodes