signpost.html 500 B

123456789101112131415
  1. Signpost
  2. <p>
  3. Connect all the squares together into a sequence, so that every
  4. square's arrow points towards the square that follows it (though the
  5. next square can be any distance away in that direction).
  6. <p>
  7. Left-drag from a square to the square that should follow it, or
  8. right-drag from a square to the square that should precede it.
  9. <p>
  10. Left-drag a square off the grid to break all links to it. Right-drag
  11. a square off the grid to break all links to it and everything else
  12. in its connected chain.