# Redefined Bot **Repository Path**: UndefinedCpp/screeps-redefined-bot ## Basic Information - **Project Name**: Redefined Bot - **Description**: 正在肝的screeps bot - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-09-03 - **Last Updated**: 2023-03-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: Screeps, TypeScript ## README # RedefinedBot 适用于游戏 screeps 的半自动 AI。这是之前的 [DefinedBot](https://gitee.com/UndefinedCpp/screeps-DefinedBot) 的后继者,目标还是 ~~打爆[keqingbot](https://gitee.com/zhang-chuang-xin/screeps-keqingbot) (误)~~ ~~干爆[ganyubot](https://gitee.com/zhang-chuang-xin/screeps-ganyubot) (大雾)~~ ~~干爆[sbbot](https://gitee.com/MikeBraton/x-screeps) (特大误)~~ 提供一个用户友好的 screeps bot。 ## 编译 dist 文件夹不会被包含在仓库里了,编译请 `npm install` 后 `npm run build`。 请注意修改 `src/utils/functions/getUsername.ts` 中的 `getUsername` 函数的返回值,把它改成自己的游戏用户名。 ## 开发进程 当前版本 v0.1.0,代号 bootstrap,目标: + 完成基本游戏内容(采矿、运输、外矿、升级、自动孵化等) + 构建系统框架 + 完成基础手操系统(命令与旗帜) + 完成基础自动规划 接下来将进行一段时间的测试与 bug 修复,最终发布 v0.2.0,代号 develop,目标: + 完善基本游戏内容的流畅性与稳定性 + 完成中后期游戏内容(超能,Deposit,Factory,高级自动规划等) + 完成冲级模式与经济模式 之后将重点开发战争系统。