Jan 21, 2011

Limit your stack!(656)

http://www.robozzle.com/js/play.aspx?puzzle=656

6 comments:

  1. OK I entered the code, it works, I don't fully understand

    ReplyDelete
  2. Got it:

    F2 is executed x number of times.
    Therefore as soon as the GOTO fails (color not equals blue), everything after the GOTO is executed x number of times.

    F1 just serves as a get turtle to face upward at the bottom of the next column-function

    ReplyDelete
  3. I don't get why the last up arrow in F2 keeps repeating till it needs to turn?

    ReplyDelete
    Replies
    1. nor why the first turn in F1 doesn't trigger when it's not needed?

      Delete
  4. So apparently it works because F2 is activated (F2isBLUE) Number of times after it's false, meaning the forward arrow after F2 will repeat as much as the previous one... Wouldn't have found it in a million years

    ReplyDelete