Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 553 Bytes

ball.md

File metadata and controls

23 lines (18 loc) · 553 Bytes

@flyoutOnly true

@hideIteration true

@explicitHints true

Get the ball.

Step 1

The old lady's elevator isn't working. It looks like the levers are stuck. Have the Agent use its strength to flip all the levers so she can bring down the children's ball.

~ tutorialhint

Use the ||hoc2020:agent move|| block to climb up the wall and ||hoc2020:toggle lever|| to toggle a lever on.

    hoc2020.moveAgent()
    hoc2020.flipLever()
\\
hoc2020-ts=github:rewrite-media/hoc2020-ts