Skip to content

Commit

Permalink
Set default mines back to 170
Browse files Browse the repository at this point in the history
  • Loading branch information
BomBardyGamer committed Dec 12, 2023
1 parent 493f000 commit 4818bbc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
import org.jetbrains.annotations.NotNull;

public record BoardSettings(int length, int width, int mines) {
public static final @NotNull BoardSettings DEFAULT = new BoardSettings(30, 30, 10);
public static final @NotNull BoardSettings DEFAULT = new BoardSettings(30, 30, 170);
}

0 comments on commit 4818bbc

Please sign in to comment.