When passing around the first or second time, with more than 4 players, the dealer gets 1 franc/player.
This is a tricky issue, because the transaction of 1 fr/player does not correspond with a game number. And in the currenct implementation, there is a 1-1 relationship between transaction and game number.
So I'll have to decouple TransactionNumber
and GameNumber
to implement this story.