class documentation

class LostState(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 game Undocumented
Instance Variable last_cards_to Undocumented
Instance Variable player Undocumented
def __init__(self, game, player, last_cards_to): (source)

initializes the state

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

parses command and options from user into a game action

last_cards_to = (source)

Undocumented

Undocumented