Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 823 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 823 Bytes

MineSweeper

A simple java local project for making a minesweeper game.
If you have java environment, you can just download the MineSweeper.jar to play.

User Interface

  • Start Interface
    avatar

  • Play Interface
    avatar

  • End Interface
    avatar


Some Issues

  1. The randomly generated location of the bomb may be repeated.
  2. Need a button to restart the game.
  3. Need a counter to count the remained bombs.
  4. Need a timer.
  5. Need a menubar.(Some setting informations)