Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 607 Bytes

attic_green_2.md

File metadata and controls

26 lines (18 loc) · 607 Bytes

@flyoutOnly true

@hideIteration true

@explicitHints true

Attic Tutorial

Step 1

Now that the trapdoor is open, move the Agent up two blocks to set it free.

The included example code is broken, can you fix it? Debug the code by running it to see what it does and then edit it to the correct solution.

~ tutorialhint

Move the Agent up two blocks using the ||hoc22.agent move <direction> by <number>|| block.

    hoc22.agentMove(SixDirection.Up, 2)
    hoc22.agentMove(SixDirection.Up, 1)     
minecraft-hoc22=github:sae220/hoc22-ts