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

147
saves/roux.txt Normal file
View file

@ -0,0 +1,147 @@
20
13
10
20
3
1
1
2
1
2
3
2
12
3
1
3
3
3
12
4
3
4
12
5
3
5
12
6
3
6
4
6
5
6
6
6
7
6
8
6
9
6
10
6
12
7
12
8
12
9
7
9
8
9
9
9
12
10
5
10
9
10
11
10
12
11
2
11
3
11
9
12
2
13
2
14
2
14
12
15
2
15
5
15
6
15
7
15
8
15
9
15
10
15
11
15
12
16
2
16
4
16
5
16
6
16
7
16
8
16
9
16
10
16
11
16
12
17
2
18
2
18
5
18
9
18
10
18
11
18
12
19
5
19
8
19
9
19
10
19
11
19
12
20
1
20
5

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;