atharvapatil22 / PokerAI

0 stars 0 forks source link

Consecutive rounds leave the players with negative bets #46

Closed TiptonG closed 1 month ago

TiptonG commented 1 month 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.