A simple implementation of the Minesweeper game in Java.
Go to file
Kai S. K. Engelbart 948fa50d40
Adjusted font and grid, cleaned up BoardConfig, working on CustomDialog
2020-08-16 11:20:27 +02:00
res Fixed image loading, added rendering, added JMenu 2020-08-16 11:20:24 +02:00
src Adjusted font and grid, cleaned up BoardConfig, working on CustomDialog 2020-08-16 11:20:27 +02:00
.classpath Fixed image loading, added rendering, added JMenu 2020-08-16 11:20:24 +02:00
.gitignore Added .gitignore and application frame class 2020-08-16 11:20:21 +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

README.md

Minesweeper

A Java implementation of the Minesweeper game