A simple implementation of the Minesweeper game in Java.
CyB3RC0nN0R
7400795737
- Added ScoreManager - Altered ScoreDialog to show only scores of a specific BoardConfig - Removed BoardConfig dependency from Score - Added the constants EASY, MEDIUM and HARD to BoardConfig - Removed score backend handling from Minesweeper, added a highscore menu |
||
---|---|---|
res | ||
src | ||
.classpath | ||
.gitignore | ||
.project | ||
LICENSE | ||
README.md |
Minesweeper
A Java implementation of the Minesweeper game