You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
try {
intdefaultDifficulty = 30;
intdefaultWidht = 10;
intdefaultHeight = 10;
MinesweeperBoardboard = newMinesweeperBoard(defaultDifficulty,defaultWidht,defaultHeight);
StringstrGame = board.build(); //The game builded to use in embed description or message of discord.
} catch (MinesweeperBoardExceptione) {
//If the values cause any issue with the rules of the Class
}