ratel icon indicating copy to clipboard operation
ratel copied to clipboard

命令行斗地主、德州扑克!

Results 24 ratel issues
Sort by recently updated
recently updated
newest added

记牌器记的是对手的牌,但是抢地主的时候,记牌器地主牌扣下来了,这意味着可以知道地主牌是什么。 开局时,比如我看到 S[0] 表示对手没有这个牌,我发现我自己也没有这个牌,于是我就知道地主牌有 S 。

WebsocketTransferHandler中new Thread(() -> { try { Thread.sleep(2000L); ChannelUtils.pushToClient(ch, ClientEventCode.CODE_CLIENT_CONNECT, String.valueOf(clientSide.getId())); ChannelUtils.pushToClient(ch, ClientEventCode.CODE_CLIENT_NICKNAME_SET, null); } catch (InterruptedException ignored) { } }).start(); 为什么要sleep 2s呢?

Hi all, I color poker in this commit. The poker will be displayed as below. * hard-poker ![hard-poker](https://user-images.githubusercontent.com/15865822/151502862-b00b1608-8967-46fb-a54c-83c22823b939.png) * soft-poker ![soft-poker](https://user-images.githubusercontent.com/15865822/151502855-9e34da53-5907-4d09-a36e-5ec9623edb71.png) * text-type-poker ![text-type-poker](https://user-images.githubusercontent.com/15865822/151502847-edf5f8e9-5f3d-442b-87cf-e9bd208e5175.png) * text-untype-poker ![text-without-symbol-poker](https://user-images.githubusercontent.com/15865822/151502842-a015ebf4-090d-436e-a386-4678de268ba8.png) Regards, Goody

建议每开三把强制下线 直接封ip不得上线 (尤其是**邓总**) 还有 嗦nico牛子🐱‍👓

???

RT. Displays the number of servers online in multiple locations.

feature

在抢地主选择流程后,一次性打印了好多信息,我不得不往上拉,再一条条仔细看。建议每条信息都延迟打印,这样可以让用户有时间去阅读,也能模拟真实斗地主的出牌间隔。

feature