This commit is contained in:
Ninja-Jambon 2024-03-29 10:56:13 +01:00
parent 6c65f8d551
commit ae86967b79
2 changed files with 147 additions and 1 deletions

View file

@ -234,7 +234,6 @@ public class Grid extends JPanel {
Situation currentState = new Situation(firstState_i, firstState_j, start_dir, 0);
this.bestGrid = universe.copyGrid();
System.out.println(this.bestGrid[2][3] + " " + this.bestGrid + " " + universe.getGrid());
int best_filled_boxes = 0;
int best_nb_mirrors = 0;