rcom10002 / ccgclient

Automatically exported from code.google.com/p/ccgclient
0 stars 1 forks source link

关于游戏设置的显示时机 #62

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
有可能因网络延时的原因,致使玩家手中牌无法及时显示,��
�牌未显示的时候,不允许执行游戏设置显示操
作

游戏设置的显示需要重新判定显示时机,即在扑克牌完全显��
�后开始弹出游戏设置面板

Original issue reported on code.google.com by rcom10002 on 15 Dec 2009 at 6:06

GoogleCodeExporter commented 9 years ago
玩家点击加入游戏时,需要显示当前有多少人在排队,并且��
�离游戏开始有多久

思路:总人数 = 玩家个数 + Math.Ceil(玩家个数 / 
(每桌玩家人数 - 1)) // 第二个表达式计算结果取整数

显示内容在屏蔽玩家操作的面板上显示

+-----------------------+
|                       |
|        系统配对中       |
|                       |
|           75%         |
|                       |
+-----------------------+

该面板在玩家点击加入游戏后弹出,目的是防止玩家随意切��
�至其他房间

Original comment by rcom10002 on 15 Dec 2009 at 2:05

GoogleCodeExporter commented 9 years ago
Fix

Original comment by rcom10002 on 17 Dec 2009 at 3:26