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("Attack!");
this.say("Attack!");
this.say("Attack!");
this.say("Follow me.");
this.moveRight();
this.moveRight();



你可能感兴趣的:(codecombat)