We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2cd654 commit 7a0ded6Copy full SHA for 7a0ded6
3 files changed
README.md
@@ -4,7 +4,8 @@
4
5
这是一款基于C语言实现的单机版中国象棋游戏
6

7
-
+
8
+
9
10
## 软件设计
11
@@ -54,6 +55,9 @@
54
55
2. 每一次移动都会产生一条指令记录(init_pos, dest_pos, remove_block)存储在棋盘内的二维数组中
56
3. 在选择阶段输入w即可执行一次撤销,一次撤销回退记录中最迟的两条指令
57
4. 实现了一次大重构
58
+3. v1.1.1: 2023.03.02
59
+ 1. 优化了清屏闪烁,但造成了一定程度的滞留
60
+ 2. 修复了双方最近被击败的棋子不显示问题
61
62
## 测试案例
63
@@ -227,6 +231,20 @@ w
227
231
228
232
07 77
229
233
234
+97 77
235
+
236
+21 24
237
238
+77 07
239
240
+w
241
242
243
244
245
246
247
230
248
## 鸣谢
249
250
1. [ScreenToGif](https://github.com/NickeManarin/ScreenToGif),第一次学会了录制Gif
pictrue/动画.gif pictrue/动画1.gifpictrue/动画.gif renamed to pictrue/动画1.gif
pictrue/动画2.gif
260 KB
0 commit comments