您的位置首页百科知识

极客战记-Kithgard之门

极客战记-Kithgard之门

的有关信息介绍如下:

极客战记-Kithgard之门

如果你卡在这里了,那么看看这个攻略吧

选择英雄和编程语言

选择装备

写中文注释

写代码

#下

hero.moveDown()

#建造栅栏

hero.buildXY("fence",36,34)

#建造栅栏

hero.buildXY("fence",36,31)

#建造栅栏

hero.buildXY("fence",36,27)

#循环

whileTrue:

#右

hero.moveRight()

运行

写代码

//下

hero.moveDown();

//建造栅栏

hero.buildXY("fence",36,34);

//建造栅栏

hero.buildXY("fence",36,31);

//建造栅栏

hero.buildXY("fence",36,27);

//循环

while(true){

//右

hero.moveRight();

}

运行

写代码

#下

@moveDown()

#建造栅栏

@buildXY "fence", 36, 34

#建造栅栏

@buildXY "fence", 36, 31

#建造栅栏

@buildXY "fence", 36, 27

#循环

while true

#右

@moveRight()

运行

写代码

--下

hero:moveDown()

--建造栅栏

hero:buildXY("fence", 36, 34)

--建造栅栏

hero:buildXY("fence", 36, 31)

--建造栅栏

hero:buildXY("fence", 36, 27)

--循环

while true do

--右

hero:moveRight()

end

运行