Minesweeper Game in Java Console with customisable size and bombs
To mark a bomb, use the letter M.
To reveal a tile, use the letter A.
Add the coordinates (letter first) after the action letter.
Example:
Reveal tile A6 -> AA6
Mark bomb at F9 -> MF9
Note: Height cannot exceed 9.