# 一大群兽人到来之前,你只有 20 秒的时间!
# 尽可能多捡金币,然后撤退到你的基地,筑好围栏!
while hero.time < 20:
# 收集金币
item = hero.findNearestItem()
hero.move(item.pos)
while hero.pos.x > 16:
# 撤退到围栏后面
hero.moveXY(15, 38)
# 建立围栏,挡住兽人。
hero.buildXY("fence", 20, 38)
这个关卡过了后会获得首领之星I