class documentation

class PaidState(State): (source)

View In Hierarchy

Undocumented

Method __init__ initializes the state
Method input parses command and options from user into a game action
Instance Variable cards Undocumented
Instance Variable defect_choice Undocumented
Instance Variable defect_dice Undocumented
Instance Variable game Undocumented
def __init__(self, game, cards): (source)

initializes the state

def input(self, user, command, options): (source)

parses command and options from user into a game action

Undocumented

defect_choice: bool = (source)

Undocumented

defect_dice: bool = (source)

Undocumented