+ 这个模式会创建一个房间,添加4个机器人玩家,然后让它们互相对战。你可以观察游戏日志来检查游戏逻辑的正确性。
+
+ This mode creates a room with 4 bot players and watches them play against each other. You can observe the game log to verify game logic.
+
等待开始游戏... Waiting to start game...
+欢迎, !
+暂无房间 No rooms available
'; + } else { + roomsList.innerHTML = rooms.map(room => { + const rule = room.expand?.rule; + const players = room.expand?.players || []; + + return ` +欢迎, !
+