Minesweeper Clone

There are some mines hidden in the grid below. Try to open all the squares that aren't mines by clicking them, but don't click the mines. The numberes in opened squares indicate how many of the 8 squares surrounding them (aka "neighbor squares") are mines.

You can flag the squares by right-clicking. This is intended to be used so that when you know that some square is a mine, you put a flag there.

If the number of an opened square is equal to the number of flagged squares around it, then any of the square's non-flagged neighbor squares can't be mines, assuming that you didn't flag any not-mines. In those cases, you can double click the number, and all those other squares are automatically opened.

Back to the list of games