rafanoronha / scala-poker

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

players positioning #31

Closed rafanoronha closed 10 years ago

rafanoronha commented 10 years ago

We are managing players positioning in a table as a responsibility of the Table object itself. Nevertheless the Table factory method requires a sequence of players whose ordering is deterministic to the positioning logic in a confusing way.

Seems that a more consistency approach would be the Table factory method requiring already positioned players.

rafanoronha commented 10 years ago

looks good now