rafanoronha / scala-poker

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

order of betting #32

Closed rafanoronha closed 10 years ago

rafanoronha commented 10 years ago

"Before flop, the person to the left of the big blind acts first. After the flop, turn or river, the person to the left of the dealer always acts first. If any player had folded, the next player in a clockwise fashion acts next."

Need to write some tests in order do check such ordering constraints. I'm pretty sure current implementation is totally flawed.

rafanoronha commented 10 years ago

think 321fe1345b202076e66319c0ebce68ae2c22a6e9 solved this