# DefinedBot **Repository Path**: UndefinedCpp/screeps-DefinedBot ## Basic Information - **Project Name**: DefinedBot - **Description**: 我的垃圾screeps bot - **Primary Language**: TypeScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-06-26 - **Last Updated**: 2023-01-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: Screeps ## README # Deprecated - 弃用 准备重构啦,这个版本弃用了。不再维护。新 bot 叫 RedefinedBot。~~又重构的屑~~ # DefinedBot (Deprecated) 适用于游戏 screeps 的半自动 AI ## 使用 不建议使用,可能包含各种奇怪的 bug,甚至无法从 RCL 1 正常启动。需要手操调整状态。 编译环境:请移步 HoPGoldy 大佬的[教程](https://www.jianshu.com/p/895f05016ff2) 需要在根目录下配置 `.secret.json` 文件以实现提交。 ```json // .secret.json { // 官服配置项 (推荐) "main": { "token": "你的官服 token", "protocol": "https", "hostname": "screeps.com", "port": 443, "path": "/", "branch": "代码分支" }, // 私服配置项 (通过复制) "pserver": { "copyPath": "目标地址,使用绝对路径" }, // 其他私服,以 Mofeng 的为例 (不保证可行) "mofeng": { "email": "注册邮箱", "password": "密码", "protocol": "http", "hostname": "服务器 ip 地址", "port": 端口, "path": "/", "branch": "代码分支" } } ``` ## 目标 成为半自动、用户友好的 screeps bot,内置大量灵活的命令和旗帜 ~~打爆 keqingbot~~ ## 版本 v0.1.0-alpha [代号 bootstrap]