rafanoronha / scala-poker

Having fun while coding a brand new open source scala poker library
MIT License
21 stars 12 forks source link

side pots management #39

Open rafanoronha opened 10 years ago

rafanoronha commented 10 years ago

"Side pots develop from the fact that players can only win a maximum of the amount that they wagered from each of the players who call them. Thus any wagers above that amount are placed in a separate pot which is competed for by everyone except for the all-in player"

http://poker.stackexchange.com/questions/462/how-are-side-pots-built

rafanoronha commented 10 years ago

at the conclusion of a hand the side pot stacks should be correctly collected by involved players

as today we only support the concept of a main pot this should be hard-working in some way or in other

Naktibalda commented 10 years ago

Side pots only exists when some players go all-in so I will implement AllIn action first #34

Naktibalda commented 10 years ago

I will work on this ticket next.