mines.html 786 B

12345678910111213141516171819
  1. Mines
  2. <p>
  3. Try to expose every square in the grid that is not one of the hidden
  4. mines, without opening any square that is a mine.
  5. <p>
  6. Click in a square to open it. Every opened square is marked with
  7. the number of mines in the surrounding 8 squares, if there are any;
  8. if not, all the surrounding squares are automatically opened.
  9. <p>
  10. Right-click in a square to mark it with a flag if you think it is a
  11. mine. If a numbered square has exactly the right number of flags
  12. around it, you can click in it to open all the squares around it
  13. that are not flagged.
  14. <p>
  15. The first square you open is guaranteed to be safe, and (by default)
  16. you are guaranteed to be able to solve the whole grid by deduction
  17. rather than guesswork. (Deductions may require you to think about
  18. the total number of mines.)