Closed TiptonG closed 7 months ago
I figured out why this is happening between starting making the issue and finishing making the issue. Each player's bet has to be set to 0 again. This can be done in the # Clean players hands section of the runRound() method.
# Clean players hands
runRound()
I figured out why this is happening between starting making the issue and finishing making the issue. Each player's bet has to be set to 0 again. This can be done in the
# Clean players hands
section of therunRound()
method.