Simple minesweeper developed in a few of days to practise with the Swing framework.
- Three difficulty level (beginner, intermediate and expert)
- Game timer (it can be disabled from settings)
- You can place flags to highlight mines
Press the left mouse button to reveal a cell.
Press the right mouse button to place a flag.
From the root folder:
javac -d ./ src/util/*.java
javac -d ./ src/model/*.java
javac -d ./ src/view/*.java
javac -d ./ src/controller/*.java
javac Main.java
At the end, run Main.java
Distributed under the MIT License. See here for more information.