Basic_robot 基本机器人

技术名称 basic_robot
中文名称
作者 ac-minetest · GitHub
语言 英语
版本 5.5.0或更高版本
依赖Mode或插件
Mode类型
开源协议
视频
百科
Wiki
代码仓库 GitHub - ac-minetest/basic_robot: Write mods without server restart while playing. Create custom machines that can build, dig, produce... Create your own games like minesweeper, sokoban,ctf, hide and seek...
下载地址 GitHub - ac-minetest/basic_robot: Write mods without server restart while playing. Create custom machines that can build, dig, produce... Create your own games like minesweeper, sokoban,ctf, hide and seek...
简历 在播放时无需重启服务器即可编写模组。创建可以构建、挖掘、生产的自定义机器…创建您自己的游戏,如扫雷、推箱子、ctf、捉迷藏…

游戏玩法:

  • 机器人每次运行的可用操作有限(每 1 秒运行 1 次)。
  • 使用 for 循环、while 循环或函数调用时,每次运行限制为默认 48 次此类代码执行
  • 而使用移动/挖掘机器人等“物理”操作时,每次运行(默认)有 10 次可用操作。默认成本是
    move=2, dig = 6, insert = 2, place = 2, machine.generate = 6, machine.smelt = 6, machine.grind = 6,