range.html 690 B

12345678910111213141516171819202122
  1. Range
  2. <p>
  3. Colour some squares black, so as to meet the following conditions:
  4. <ul>
  5. <li>
  6. No two black squares are orthogonally adjacent.
  7. <li>
  8. No group of white squares is separated from the rest of the grid by
  9. black squares.
  10. <li>
  11. Each numbered cell can see precisely that many white squares in
  12. total by looking in all four orthogonal directions, counting itself.
  13. (Black squares block the view. So, for example, a 2 clue must be
  14. adjacent to three black squares or grid edges, and in the fourth
  15. direction there must be one white square and then a black one beyond
  16. it.)
  17. </ul>
  18. <p>
  19. Left-click to colour a square black. Right-click to mark a square
  20. with a dot, if you know it should not be black.