CodeCombat-救援任务

// This is your code controlling Tharin!


this.moveDown();
this.moveDown();
this.moveRight();
 
this.moveUp();


// Edit it anywhere you like, add comments like these
this.moveUp();
this.moveRight();
this.moveRight();
this.moveDown();
this.attackNearbyEnemy();
// Follow the same "this.action();" format
// Code is case-sensitive.

游戏截图:

CodeCombat-救援任务_第1张图片

你可能感兴趣的:(CodeCombat-救援任务)