Browse Source
Merge pull request #389 from shangfengh/new
fix: 🐛 fix the bug about classVolume
tags/0.1.0
shangfengh
GitHub
2 years ago
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with
10 additions and
7 deletions
-
docs/GameRules.md
-
docs/使用文档.md
-
logic/Gaming/ActionManager.cs
-
logic/Gaming/CharacterManager .cs
-
logic/README.md
-
BIN
resource/AIcpp.png
-
BIN
resource/AIpy.png
|
|
|
@@ -1,5 +1,5 @@ |
|
|
|
# 规则 |
|
|
|
V5.1 |
|
|
|
V5.2 |
|
|
|
- [规则](#规则) |
|
|
|
- [简则](#简则) |
|
|
|
- [地图](#地图) |
|
|
|
|
|
|
|
@@ -6,6 +6,11 @@ |
|
|
|
## 不应当使用Windows特性的库,不建议使用.h结尾的库,建议使用标准库 |
|
|
|
- 不要使用conio.h,Windows.h |
|
|
|
|
|
|
|
## 请注意下载器不更新AI.py,AI.cpp和脚本 |
|
|
|
- 最新版AI.cpp和AI.py |
|
|
|
 |
|
|
|
 |
|
|
|
|
|
|
|
## C++接口使用说明 |
|
|
|
|
|
|
|
- Windows:先查看`.\win\CAPI\cpp\`文件夹下是否有`lib`文件夹,没有则https://cloud.tsinghua.edu.cn/d/6972138f641d4e81a446/ 下载并复制粘贴 |
|
|
|
|
|
|
|
@@ -88,11 +88,11 @@ namespace Gaming |
|
|
|
finallyReturn: () => 0 |
|
|
|
) |
|
|
|
.Start(); |
|
|
|
--generatorForFix.NumOfFixing; |
|
|
|
} |
|
|
|
|
|
|
|
) |
|
|
|
{ IsBackground = true }.Start(); |
|
|
|
--generatorForFix.NumOfFixing; |
|
|
|
|
|
|
|
return true; |
|
|
|
} |
|
|
|
|
|
|
|
@@ -1,13 +1,9 @@ |
|
|
|
using System; |
|
|
|
using System.Threading; |
|
|
|
using System.Collections.Generic; |
|
|
|
using GameClass.GameObj; |
|
|
|
using Preparation.Utility; |
|
|
|
using GameEngine; |
|
|
|
using Preparation.Interface; |
|
|
|
using Timothy.FrameRateTask; |
|
|
|
using System.Numerics; |
|
|
|
using System.Timers; |
|
|
|
|
|
|
|
namespace Gaming |
|
|
|
{ |
|
|
|
|
|
|
|
@@ -47,4 +47,6 @@ |
|
|
|
|
|
|
|
## 开发人员 |
|
|
|
|
|
|
|
- ......(自己加) |
|
|
|
- 黄淞:底层逻辑 |
|
|
|
- 游笑权:Client |
|
|
|
- 高思研:Server |
|
Before
|
After
|
|
|
|
|
|
Width: 1413
|
Height: 1253
|
Size: 57 kB
|
|
Before
|
After
|
|
|
|
|
|
Width: 1453
|
Height: 1241
|
Size: 57 kB
|