A simplified version of the game Minesweeper built with pure Java. The game randomly generates 10 mines in a 10x10 grid and the user is asked to provide two number inputs to select the coordinate of a ...
This is an implementation of the game Minesweeper using the programming language Java. You can right click to flag a square, or left click to uncover it (if unflagged). The game ends if a mine is ...