atharvapatil22 / PokerAI

0 stars 0 forks source link

All in functionality update #40

Closed TiptonG closed 1 month ago

TiptonG commented 1 month ago

When a player goes all in, they should not have to continually type "all_in" for their turn. Their turn should be "skipped" in the sense that they have no other actions.

This could be implemented with a self.board.playersAllIn list, updated similarly to self.board.playersFolding

TiptonG commented 1 month ago

fixed in #51