A command-line based Minesweeper like game built using Java.
- 10x10 grid
- User is able to select coordinates
- Program counts the number of mines are around the coordinates
- User wins by correctly selecting all the coordinates without mines
- Game ends if user picks a coordinate with a mine that is randomly generated on the grid