加入房间

房间: {{ roomID }} | 状态: {{ state.status }} 倒计时: {{ Math.max(0, state.deadline - currentUnix) }}s

{{ p.nickname }} {{ p.id === myID ? '(我)' : '' }}

剩余子弹: {{ p.bullets }}/6

手牌数: {{ p.hand ? p.hand.length : 0 }}

💀 已阵亡

本轮真牌

{{ state.table_card }}

上次出牌: 上家打出了背面向上的 {{ state.last_played_cnt }} 张牌


我的手牌 (点击选择)

{{ c }}

🏆 游戏结束!获胜者是: {{ state.winner }}

对战日志

{{ log }}