Mine Sweeper Puzzle


Sorry, you need a Java capable browser to play this puzzle.

Here's a version of the classic Mine Sweeper game. The object is to find all the mines without stepping on any of them.

  • You can uncover a square by clicking it. If you uncover a mine, you lose the game.
  • If a number appears on a square, it indicates how many mines are in the eight squares that surround the numbered one.
  • To mark a square you suspect contains a mine, right-click it.
  • To restart a game click on the smiley face.