AI for the game screeps.com.
配置 ./config/config.example.json
并另存为 config.json
{
"email": "private server only",
"password": "private server only",
"serverPassword": "private server only",
"token": "account token",
"serverUrl": "https://screeps.com",
"branch": "dev",
"winPath": "local path on windows",
"macPath": "local path on mac"
}
# 本地服务器测试
$ yarn start
# 官方服务器测试
$ yarn start:remote
# 打包上传至官方服务器
$ yarn build
# 生成API文档
$ yarn doc