Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 473 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 473 Bytes

Minesweeper

Recreation of Minesweeper using java swing.

On running, opens a 400 pixel X 400 pixel window and display 64 boxes with a few uncovered with a number. This number represents the amount of bombs the square shares a border with. Borders are represented diagonally.

Objective: Uncover all the non-bomb squares without hitting a bomb. If you hit a bomb, you must restart.

Screens:

  • Main Screen (JPanel)
  • Game Over Screen (JPanel)
  • Victory Screen (JPanel)