CodeCombat-辱骂警卫

this.moveRight();
this.bustDownDoor();

// Delete the "//" in front of each line below.
this.moveRight();
this.say("Hey there!");
this.moveLeft();
this.moveLeft();
this.say("Attack!");

// Now get Phoebe to follow through the dungeon.
this.moveRight();
this.say("Follow me.");
this.moveRight();
this.moveRight();
this.moveUp();
this.moveRight();
this.say("Hey there!");
this.say("Attack!");
this.say("Attack!");
this.moveRight();
this.say("Follow me.");
this.moveRight();
this.say("Follow me.");

游戏截图:

CodeCombat-辱骂警卫_第1张图片

你可能感兴趣的:(CodeCombat-辱骂警卫)