Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 586 Bytes

ravager.md

File metadata and controls

23 lines (19 loc) · 586 Bytes

@flyoutOnly true

@hideIteration true

@explicitHints true

Introduce the ravager

Step 1

Help the Villagers meet a ravager. Use the Agent to lead the ravager to each Villager with an arrow above their head.

~ tutorialhint

Use the ||hoc2020:lead ravager|| block to have the ravager follow the Agent forward.
The ||hoc2020:turn agent|| block will turn the Agent either left or right.

    hoc2020.leadRavager(0)
    hoc2020.turnAgent(TurnDirection.Left)    
//
hoc2020-ts=github:rewrite-media/hoc2020-ts#v0.3.0