Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 321 Bytes

File metadata and controls

11 lines (9 loc) · 321 Bytes

Java-Console-Minesweeper

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.