PyBaccarat
visit the ministry of silly walks
|
TBD board0 = "big road" board1 = "big eye boy" board2 = "small road" board3 = "cockroach pig". More...
Public Member Functions | |
def | __init__ (self, type, table_size=6) |
def | get_array (self) |
def | get_horiz_count (self) |
def | set_debug (self, dbug=True) |
def | mark (self, marker) |
Mark the scoreboard. More... | |
def | get_cs_mark (self, main_array) |
def | get_peek_B_array (self, arr) |
def | print_lines (self) |
def | __init__ (self, type, table_size=6) |
def | get_array (self) |
def | get_horiz_count (self) |
def | set_debug (self, dbug=True) |
def | mark (self, marker) |
Mark the scoreboard. More... | |
def | get_cs_mark (self, main_array) |
def | get_peek_B_array (self, arr) |
def | print_lines (self) |
Public Attributes | |
board_type | |
h_array | |
horiz_count | |
lines | |
Static Public Attributes | |
string | RED_SAME = 's' |
string | BLUE_CHOP = 'C' |
TBD board0 = "big road" board1 = "big eye boy" board2 = "small road" board3 = "cockroach pig".
def pybaccarat.baccarat.Scoreboard.mark | ( | self, | |
marker | |||
) |
Mark the scoreboard.
For board type 0 marker should be "B" or "P" for Banker or Player. For board types 1,2,3 marker should be "C" or "s" for Chop or Same.
self | this instance of the class |
marker | single char |
def pybaccarat.baccarat.Scoreboard.mark | ( | self, | |
marker | |||
) |
Mark the scoreboard.
For board type 0 marker should be "B" or "P" for Banker or Player. For board types 1,2,3 marker should be "C" or "s" for Chop or Same.
self | this instance of the class |
marker | single char |