加入房间
连接服务器
房间: {{ roomID }} | 状态: {{ state.status }}
倒计时: {{ Math.max(0, state.deadline - currentUnix) }}s
开始游戏 (需至少2人)
{{ p.nickname }} {{ p.id === myID ? '(我)' : '' }}
剩余子弹: {{ p.bullets }}/6
手牌数: {{ p.hand ? p.hand.length : 0 }}
💀 已阵亡
本轮真牌
{{ state.table_card }}
上次出牌: 上家打出了背面向上的 {{ state.last_played_cnt }} 张牌
我的手牌 (点击选择)
{{ c }}
发牌 (选1-3张)
说谎!
🏆 游戏结束!获胜者是: {{ state.winner }}
对战日志
{{ log }}