Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 419 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 419 Bytes

Minesweeper

Task was to create minesweeper in Java, using Java Swing.

Features:

  • 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

Formally assessed.

Awarded Mark: 100%