rafanoronha / scala-poker

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

Bug: Table.nextRound removes players who folded from the table #46

Open Naktibalda opened 10 years ago

Naktibalda commented 10 years ago

It will become a problem when we try to play multiple hands with the same set of players.

Naktibalda commented 10 years ago

To test this issue uncomment commented players in BettingSpec.AllIn tests

//      smallBlind.stack should be(49)