progress?

This commit is contained in:
LunarAkai 2024-03-20 16:52:25 +01:00
commit ce060a26bf
13 changed files with 758 additions and 57 deletions

View file

@ -5,8 +5,8 @@ import de.lunarakai.minecleaner.utils.MathUtils;
public class Game {
public static int width;
public static int height;
public int width;
public int height;
private int mineCount = 10;
private Cell[][] state;
private boolean gameover;