Skip to content

pppiyo/Mine_Sweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mine Sweeper

Classical mine sweeper game developed in Java

How to run:

  1. Download the files.
  2. In your terminal, navigate to the folder where the files live.
  3. Type "java MineSweeper", hit enter and enjoy the game!

How to play:

  1. Start by clicking on a random cell.
  2. Use your analytical mind to determine which is a mine based on the hints given. Label a mine by right clicking on the cell.
  3. Number on the top left corner indicates the mines left. To be more specific, it equals to the total number of mines - mines you have labeled.
  4. Once you've correctly pinned down all the mines and opened all safe cells, you win!
  5. You'll lose if you clicked on any mine.

Game snapshots:

Initial State

Screenshot 2024-04-11 at 14 58 16

Safe Moves

Screenshot 2024-04-11 at 14 58 31

You Won

Screenshot 2024-04-11 at 14 57 22

You Lost

Screenshot 2024-04-11 at 14 57 47

About

Classical mine sweeper game developed in Java

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages