Each player takes turns clicking on squares to reveal their contents. A player is randomly selected to start first.
The objective of the game is to find more mines than your opponent. There are 21 mines on the board, which means to win you must find 11 in total.
When a square is revealed, if it contains a mine then the player's turn is extended and the player may click on another square. If there is no mine on a revealed square, the player's turn ends and the square displays how many squares adjacent to it contains mines. If a square has no adjacent mines, it shows as blank and all adjacent squares are also revealed.
Be careful not to click on any blank squares!
The statistics of all games played in one computer's browser are kept and are viewable.
Statistics Scoring (to one decimal digit) =
Number of games won / number of games played * 10
Happy hunting!