Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 362 Bytes

poc1c.md

File metadata and controls

24 lines (18 loc) · 362 Bytes

@flyoutOnly true

@hideIteration true

@explicitHints true

Agent Maze

Step 1

Move the Agent to the GREEN block.

Use ||hoc22.agent move||

    hoc22.agentMove(FORWARD, 1)
    hoc22.agentMove(UP, 3)
    hoc22.agentMove(RIGHT, 2)
    hoc22.agentMove(DOWN, 3)
minecraft-hoc22=github:sae220/hoc22-ts