增加 move 相关注释以标明 move 和棋盘点的对应关系

This commit is contained in:
CalciteM 2019-06-22 23:06:00 +08:00
parent 2339f07dff
commit f25fbc21ec
1 changed files with 13 additions and 0 deletions

View File

@ -442,6 +442,19 @@ private:
0x__??__为移动前的位置??
0xFF????
*/
/*
31 ----- 24 ----- 25
| \ | / |
| 23 -- 16 -- 17 |
| | \ | / | |
| | 15 08 09 | |
30-22-14 10-18-26
| | 13 12 11 | |
| | / | \ | |
| 21 -- 20 -- 19 |
| / | \ |
29 ----- 28 ----- 27
*/
int32_t move_;
// 招法命令行用于棋谱的显示和解析