码迷,mamicode.com
首页 > 其他好文 > 详细

【codecombat 中国】攻略--边远地区的深林--if-Stravaganza

时间:2017-04-25 23:33:09      阅读:727      评论:0      收藏:0      [点我收藏+]

标签:语句   tac   res   nbsp   代码   rip   while   中国   java   

技术分享

目标:兽人必须死

代码语言:javascript

参考代码:

  

while(true) {
var enemy = hero.findNearestEnemy();
// 使用一个 “if” 语句去检查是否有敌人存在:
if (enemy) {
hero.attack(enemy);
}
// Attack the enemy if it exists:

}

 

【codecombat 中国】攻略--边远地区的深林--if-Stravaganza

标签:语句   tac   res   nbsp   代码   rip   while   中国   java   

原文地址:http://www.cnblogs.com/wxhua/p/6765093.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!