rule: 12mm: May fly
This commit is contained in:
parent
ff1569c200
commit
a6663022a7
|
@ -122,7 +122,7 @@ const struct Rule RULES[N_RULES] = {
|
|||
false, // 不能提对手的“三连”子,除非无子可提;
|
||||
true, // 摆棋满子(闷棋,只有12子棋才出现)算先手负
|
||||
true, // 走棋阶段不能行动(被“闷”)算负
|
||||
false, // 剩三子时不可以飞棋
|
||||
true, // 剩三子时可以飞棋
|
||||
99 // 99半步即50回合
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue