增加 move 相关注释以标明 move 和棋盘点的对应关系
This commit is contained in:
parent
2339f07dff
commit
f25fbc21ec
|
@ -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_;
|
||||
|
||||
// 招法命令行用于棋谱的显示和解析
|
||||
|
|
Loading…
Reference in New Issue