轮到 {{ turn==='red' ? '红方' : '黑方' }} 行棋 对局结束 AI 思考中…
楚 河 漢 界 {{ p.text }}
🏆 {{ 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 }}

给个评分

中国象棋

在线中国象棋:双人本地对战 + 人机对战(alpha-beta 搜索,4 档难度),完整走法校验(马腿/象眼/炮翻/飞将)、将军提示、自动判将死、悔棋、着法记谱;木纹棋盘 SVG 渲染

本工具由 在线小工具大全 提供,更多 同类工具 可在站内查看。