Open hippich opened 13 years ago
any objections for SNGs follow same algorithm? I am not quite sure why SNG have it differently.
On all poker sites I've played at, SNGs require a specific number of players to be registered. IMO, players want to know that they are going to be playing a SNG with exactly N players, than with X to Y players. One reason is strategic. For example, the strategy used when playing a 6-player SNG is typically different than a strategy used when playing a 9-player SNG.
On Sun, Aug 14, 2011 at 16:53, hippich reply@reply.github.com wrote:
any objections for SNGs follow same algorithm? I am not quite sure why SNG have it differently.
Reply to this email directly or view it on GitHub: https://github.com/hippich/Bitcoin-Poker-Room/issues/112#issuecomment-1803532
MTTs are started when at least
players_min
players are registered. SNGs requireplayers_quota
players to be registered.See
pokerengine/pokertournament.py
:I tested this locally with bots and the MTT ran when
players_min
was met.