class documentation

class NeedToPayState(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 game Undocumented
def __init__(self, game, already_payed={'1': 0, '2': 0, '5': 0, 'Z': 0}): (source)

initializes the state

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

parses command and options from user into a game action

Undocumented