 
          
      The game uses an 8x8 grid with hidden mines.
      
      Objective: Uncover all the squares without triggering a mine.
      
      Click on a square to reveal it. If a mine is hidden beneath it, the game is over.
      
      If the square is empty, a number appears, indicating how many adjacent squares contain mines.
      
      Use logic to deduce where the mines are and flag them.
      
      Right-click on a square to flag it as a mine.
      
      Wikipedia