A simple implementation of the Minesweeper game in Java.
CyB3RC0nN0R
43e0b9d856
- Renamed GameStateEvent to GameOverEvent - Added a game time counter to Board - Added a game duration property to BoardConfig and GameOverEvent - Added Score and ScoreDialog classes - Added a Set for managing scores to Minesweeper |
||
---|---|---|
res | ||
src | ||
.classpath | ||
.gitignore | ||
.project | ||
LICENSE | ||
README.md |
Minesweeper
A Java implementation of the Minesweeper game