little change prb fix

This commit is contained in:
Romain MURPHY 2025-04-30 16:04:20 +02:00
parent 2ca782b4b0
commit 5bfc3c9b37
1 changed files with 2 additions and 0 deletions

View File

@ -214,6 +214,8 @@ public class MyInterface extends JFrame {
game = loadedSim;
panelDraw.setGame(game);
int depth = askDifficulty();
game.setAutoPlayerDepth(depth);
game.start();
// this.repaint();
// update(game.getTurnNumber(), game.getTurnColor());