A simple implementation of the Minesweeper game in Java.
Go to file
CyB3RC0nN0R 43e0b9d856 Added score management
- 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
2019-04-17 14:32:00 +02:00
res Fixed image loading, added rendering, added JMenu 2019-03-26 13:45:41 +01:00
src Added score management 2019-04-17 14:32:00 +02:00
.classpath Fixed image loading, added rendering, added JMenu 2019-03-26 13:45:41 +01:00
.gitignore Added score management 2019-04-17 14:32:00 +02:00
.project Added .gitignore and application frame class 2019-03-21 21:05:34 +01:00
LICENSE Initial commit 2019-03-21 19:14:06 +01:00
README.md Initial commit 2019-03-21 19:14:06 +01:00

Minesweeper

A Java implementation of the Minesweeper game