Browse Source

Update 使用文档.md

tags/0.1.0
DragonAura GitHub 3 years ago
parent
commit
ddedfff082
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      使用文档.md

+ 2
- 2
使用文档.md View File

@@ -10,7 +10,7 @@ Windows选手使用脚本位于Win文件夹下,Linux选手使用脚本位于Li

对于c++选手,在 AI.cpp 里写代码,AI::play 函数是代码的编写入口,启动游戏前要在`CAPI.sln`中进行编译

对于python选手,在AI.py里写代码,启动游戏前要进行编译
对于python选手,在AI.py里写代码,启动游戏前要运行一次`win/GeneratePythonProto.cmd`

## 游戏基本启动方式(For Debug)

@@ -188,4 +188,4 @@ start cmd /k win64\Client.exe --cl --playbackFile .\video.thuaipb --playbackSpee
| V | (Both)随机使用一个已经持有的道具 |
| B | (Both)使用0号技能 |
| N | (Both)使用1号技能 |
| M | (Both)使用2号技能 |
| M | (Both)使用2号技能 |

Loading…
Cancel
Save