轮到 {{ turn==='red' ? '红方' : '黑方' }} 行棋
对局结束
AI 思考中…
🏆 {{ winner==='red' ? '红方' : '黑方' }}胜!
(将死)
(认输)
⚠️ 将军!{{ turn==='red' ? '红方' : '黑方' }}请应将
对局信息
模式{{ mode==='ai' ? '人机' : '双人' }}
AI 执子{{ aiSide==='red'?'红方':'黑方' }}
当前回合{{ Math.floor(history.length/2)+1 }}
当前轮{{ turn==='red'?'红方':'黑方' }}
已被吃红 {{ deadCount.red }} / 黑 {{ deadCount.black }}
着法记录
— 暂无着法 —
{{ Math.floor(i/2)+1 }}.{{ i%2===0?' ':'… ' }}
{{ h.notation }}