module documentation

implements the JC-Game.

Class Game Undocumented
Class gameTestCase Undocumented
Class helpersTestCase Undocumented
Class LostState Undocumented
Class LostTestCase Undocumented
Class Messages Stores the Game-Messages, so they can be translated
Class NeedToPayState Undocumented
Class PaidState Undocumented
Class PaybackState Undocumented
Class PregameState Undocumented
Class SelectPlayerState Undocumented
Class State a state, which provides an input-method, and transits to other states on certain events
Class User user object
Class userTestCase Undocumented
Class WaitingForPlayersState Undocumented
Exception DoesNotHaveException Exception for when a user tries to spend money he does not have
Exception NothingPaidException Exception for when a user tries to pay nothing at all
Function char2word Undocumented
Function string2cards Undocumented
Function string2numCards Undocumented
Function string2worth Undocumented
Function worth Undocumented
Constant CARD_1000 Undocumented
Constant CARD_2000 Undocumented
Constant CARD_5000 Undocumented
Constant CARD_ZERO Undocumented
def char2word(char): (source)

Undocumented

def string2cards(input): (source)

Undocumented

def string2numCards(input): (source)

Undocumented

def string2worth(input): (source)

Undocumented

def worth(cards): (source)

Undocumented

CARD_1000: str = (source)

Undocumented

Value
'1'
CARD_2000: str = (source)

Undocumented

Value
'2'
CARD_5000: str = (source)

Undocumented

Value
'5'
CARD_ZERO: str = (source)

Undocumented

Value
'Z'