Task was to create minesweeper in Java, using Java Swing.
- Multiple difficulties (size of board)
- Able to flag square
- When clicking a square, game is able to recursively check all surrounding squares and auto-press them if the value is 0
Awarded Mark: 100%