Skip to content

Dhruv-0-Arora/Minesweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

Recreation of Minesweeper using java swing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages