搜尋結果
语言:Python. 第一界面:地牢 Kithgard(22关). 时间:1-3小时. 内容:语法、方法、参数、字符串、循环、变量等. 网页: https://cn.codecombat.com/play/dungeon. 闯关:. 第1关:地牢 Kithgard. 子网页: https://cn.codecombat.com/play/level/dungeons-of-kithgard? # 向宝石进发。.
2017年10月16日 · 第2关:羊肠小道. 子网页: https://cn.codecombat.com/play/level/winding-trail? # 到小路的尽头去,并在那儿修一个栅栏。. # 利用你的 moveXY(x, y)坐标移动功能。. # It's the first point of the path. hero.moveXY(36, 59) # Move at the next points of the path. hero.moveXY(37, 12) # Build a fence to stop the ogre.
About Press Copyright Contact us Creators Advertise Developers Terms Privacy Policy & Safety How YouTube works Test new features NFL Sunday Ticket
- 3 分鐘
- 423
- 行超行 csc
2022年10月30日 · #Codecombat #國中生教程式妙蛙宸's 網站:https://pinto-meeting-8ee.notion.site/s-43c624f02dd84c76847ca5f997b0ed4e本關Code(JavaScript)
- 3 分鐘
- 41
- 妙蛙宸日常MiaoWaTsen
第1关:强壮的沙牦牛. 子网页: https://cn.codecombat.com/play/level/the-mighty-sand-yak? # 当牦牛靠近时向右移动10米来躲避 . # 躲避4头牦牛完成此关 while True: # 使用你的灵石获取你当前的 x 和 y 位置。 x = hero.pos.x. y = hero.pos.y. . # 找到最近的耗牛。 yak = hero.findNearestEnemy() . # 使用 if 仅仅当牦牛少于10米距离的时候。 if hero.distanceTo(yak) < 10: # 向右移动,添加10到你的x位置。 x = x + 10. # 使用 moveXY 来移动!
#Codecombat #國中生教程式本關程式碼:https://equinox-cold-dbd.notion.site/582718dbb141468f8e59fc39b389bfff妙蛙宸's 網站:https://equinox-cold-dbd ...
All Challenge Levels and Concept Challenge Answers for Python - joshuaChoiXD/CodeCombat-All-Challenge-Levels-and-Concept-Challenge-Answers-Python.