towers.html 998 B

12345678910111213141516171819202122
  1. Towers
  2. <p>
  3. Fill in the grid with towers whose heights range from 1 to the grid
  4. size, so that every possible height appears exactly once in each row
  5. and column, and so that each clue around the edge counts the number
  6. of towers that are visible when looking into the grid from that
  7. direction. (Taller towers hide shorter ones behind them. So the
  8. sequence 2,1,4,3,5 would match a clue of 3 on the left, because the
  9. 1 is hidden behind the 2 and the 3 is hidden behind the 4. On the
  10. right, it would match a clue of 1 because the 5 hides everything
  11. else.)
  12. <p>
  13. To place a tower, click in a square to select it, then type the
  14. desired height on the keyboard. To erase a tower, click to select a
  15. square and then press Backspace.
  16. <p>
  17. Right-click in a square and then type a number to add or remove the
  18. number as a pencil mark, indicating tower heights that you think
  19. <em>might</em> go in that square.
  20. <p>
  21. Left-click on a clue to mark it as done (grey it out). To unmark a
  22. clue as done, left-click on it again.