Hacker News new | ask | show | jobs
by kimcheekumquat 3860 days ago
I'm sorry, but how is it possible to finish this level in 5 blocks?

http://i.imgur.com/76qMY6c.png

We began 2 blocks left from the bottom right block

3 comments

You know that the "repeat" block can have multiple steps inside of it, right? i.e. 4x(North,West) should have done it.

EDIT: http://imgur.com/jOHpJqn

Didn't know you can do that :( Thanks.
No problem. The affordance for that particular UI element is not the most obvious.
I haven't played it yet, but looking at the screenshot I would guess it means the logic blocks on the left not the game board spaces.

EDIT: Wait, maybe you already realize that. Is there a while loop of something that you can use?

EDIT2: You can have more than one direction in a loop block. You can actually solve it with 3 blocks.

Nested loops.