maverick.enums.PlayerStateType#

class maverick.enums.PlayerStateType(*values)[source]#

Player state enumeration.

Represents the current state of a player during a poker hand.

ACTIVE#

Player is actively participating in the current hand and can take actions.

Type:

str

FOLDED#

Player has folded and is no longer competing for the pot.

Type:

str

ALL_IN#

Player has bet all their chips and cannot take further actions, but remains in the hand competing for pots they contributed to.

Type:

str

ELIMINATED#

Player has lost all their chips and is out of the game.

Type:

str

__init__(*args, **kwds)#

Attributes