rafanoronha / scala-poker

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

Split pot #44

Closed Naktibalda closed 10 years ago

Naktibalda commented 10 years ago

2 parts: easy - split a pot that can be divided evenly. harder - split a pot that can't be divided evenly.

http://www.learn-texas-holdem.com/questions/splitting-uneven-pots.htm "The correct way to do that is to give the extra chip to the person with first position. "

Naktibalda commented 10 years ago

I will implement uneven splitting after changing data type to Int #51

Naktibalda commented 10 years ago

It can be closed after merge