tents.html 811 B

123456789101112131415161718192021
  1. Tents
  2. <p>
  3. Place tents in the empty squares in such a way that:
  4. <ul>
  5. <li>no two tents are adjacent, even diagonally
  6. <li>the number of tents in each row and column matches the numbers
  7. around the edge of the grid
  8. <li>it is possible to match tents to trees so that each tree is
  9. orthogonally adjacent to its own tent (but may also be adjacent to
  10. other tents).
  11. </ul>
  12. <p>
  13. Click in a square to place or remove a tent. Right-click to mark a
  14. square as empty (not a tent). Right-click and drag along a row or
  15. column to mark many squares at once as empty.
  16. <p>
  17. Warning '!' marks appear to indicate adjacent tents. Numbers round
  18. the edge of the grid light up red to indicate they do not match the
  19. number of tents in the row. Groups of tents light up red to indicate
  20. that they have too few trees between them, and vice versa.