首页:https://cn.codecombat.com/play语言:Python 第一界面:地牢 Kithgard(22关) 时间:1-3小时 内容:语法.方法.参数.字符串.循环.变量等 网页:https://cn.codecombat.com/play/dungeon 闯关: 第1关:地牢 Kithgard 子网页:https://cn.codecombat.com/play/level/dungeons-of-kithgard? # 向宝石进发. # 小心撞墙! # 在下面输入你的代码…
首页:https://cn.codecombat.com/play语言:Python 第一界面:地牢 Kithgard(22关) 时间:1-3小时 内容:语法.方法.参数.字符串.循环.变量等 网页:https://cn.codecombat.com/play/dungeon 闯关: 第1关:地牢 Kithgard 子网页:https://cn.codecombat.com/play/level/dungeons-of-kithgard? # 向宝石进发. # 小心撞墙! # 在下面输入你的代码…
关卡连接: https://codecombat.163.com/play/level/dungeons-of-kithgard 夺取宝石,逃出地牢--注意不要触碰其他东西.在这个关卡里,你会学习编写让英雄移动的基本指令. 简介 编写一个给你的英雄发出指令的程序! 在右边的编辑器写下代码,完成后点击运行.英雄就会按照你的指令移动 请让你的英雄通过走廊,注意不要碰到尖刺. 默认代码 # 向宝石进发. # 小心尖刺! # 在下面输入你的代码,完成后点击运行. hero.moveRight() 概览…
首页:https://cn.codecombat.com/play语言:Python 第二界面:远边的森林Forest(40关)时间:2-6小时内容:if/else.关系操作符.对象属性.处理输入网页:https://cn.codecombat.com/play/forest 闯关:第1关:森林保卫战子网页:https://cn.codecombat.com/play/level/defense-of-plainswood? # 建立两个围栏保护村民 # 把鼠标放在地图上得到X,Y坐标 self…
关卡连接: https://codecombat.163.com/play/level/kithgard-librarian 向友好的图书馆管理员求助! 简介 大多数关卡都有提示,在你卡关时挺有用. 点击 下一个 来查看关卡的所有提示. 在这关,点击'Next' 找到图书馆大门的密码! 默认代码 # 你需要图书馆大门的开门密码! # 密码就在 提示 中! # 请点击代码窗口上的蓝色 “提示” 按钮. # 如果你在关卡中遇到了困难,请点击 “提示” 按钮! hero.moveRight() her…
首页:https://cn.codecombat.com/play语言:Python 第二界面:远边的森林Forest(40关)时间:2-6小时内容:if/else.关系操作符.对象属性.处理输入网页:https://cn.codecombat.com/play/forest 闯关:第1关:森林保卫战子网页:https://cn.codecombat.com/play/level/defense-of-plainswood? # 建立两个围栏保护村民 # 把鼠标放在地图上得到X,Y坐标 self…
关卡连接: https://codecombat.163.com/play/level/cupboards-of-kithgard-a 谁知道什么样的恐怖事情潜伏在 Kithgard 的橱柜里? 简介: 你可以在 while-true loop 前执行任何动作 hero.moveUp() while True:     hero.attack("Brak") 默认代码 # 周围可能有东西能帮到你. # 首先,移动到橱柜. # 然后,使用while-true循环攻击 橱柜"Cu…
首页:https://cn.codecombat.com/play语言:Python 第二界面:Sarven沙漠(43关)时间:4-11小时内容:算术运算,计数器,while循环,break(跳出循环),数组,字符串比较,寻找最小最大值.网页:https://cn.codecombat.com/play/desert 闯关:第1关:强壮的沙牦牛子网页:https://cn.codecombat.com/play/level/the-mighty-sand-yak? # 当牦牛靠近时向右移动10米…
首页:https://cn.codecombat.com/play语言:Python 第二界面:Sarven沙漠(43关)时间:4-11小时内容:算术运算,计数器,while循环,break(跳出循环),数组,字符串比较,寻找最小最大值.网页:https://cn.codecombat.com/play/desert 闯关:第1关:强壮的沙牦牛子网页:https://cn.codecombat.com/play/level/the-mighty-sand-yak? # 当牦牛靠近时向右移动10米…
关卡连接: https://codecombat.163.com/play/level/cupboards-of-kithgard 谁知道什么样的恐怖事情潜伏在 Kithgard 的橱柜里? 简介: 你可以在 while-true循环 前执行任何动作. hero.moveUp; while True:     hero.attack("Brak") 默认代码 # 周围可能有东西能帮到你. # 首先,移动到橱柜. # 然后,使用while-true循环攻击"Cupboard&q…