A simple implementation of the Minesweeper game in Java.
Go to file
kske 9574e426c0
Added proper score management
- 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
2020-08-16 11:20:33 +02:00
res Fixed image loading, added rendering, added JMenu 2020-08-16 11:20:24 +02:00
src Added proper score management 2020-08-16 11:20:33 +02:00
.classpath Fixed image loading, added rendering, added JMenu 2020-08-16 11:20:24 +02:00
.gitignore Added score management 2020-08-16 11:20:31 +02:00
.project Added .gitignore and application frame class 2020-08-16 11:20:21 +02:00
LICENSE Initial commit 2020-08-16 11:20:15 +02:00
README.md Initial commit 2020-08-16 11:20:15 +02:00

Minesweeper

A Java implementation of the Minesweeper game