This commit is contained in:
Lukian LEIZOUR 2024-03-03 20:26:09 +01:00
parent 8839c351b9
commit de8f816d66
3 changed files with 34 additions and 3 deletions

View file

@ -3,7 +3,7 @@
public class Universe {
// Atributes
private int[][] grid;
public int[][] grid;
private int width, height;
private int boxes_to_fill;