PyBaccarat
visit the ministry of silly walks
|
Play Baccarat with interactive selection of hand plays. More...
Public Member Functions | |
def | __init__ (self, sys_name="") |
def | hand_pre (self, hand_num) |
def | end_shoe (self) |
def | __init__ (self, sys_name="") |
def | hand_pre (self, hand_num) |
def | end_shoe (self) |
![]() | |
def | __init__ (self, sys_name="") |
def | new_shoe (self, burn_card, boards=None) |
def | set_tie_object (self, tie_track) |
def | set_bpt_object (self, bpt) |
def | hand_pre (self, hand_num) |
def | result_won (self, amount) |
def | result_lost (self, amount) |
def | hand_post (self, win_diff, player_hand, banker_hand) |
def | end_shoe (self) |
def | opposite_side (self, side) |
def | play (self, side, size=1) |
def | quit_this_shoe (self) |
def | __init__ (self, sys_name="") |
def | new_shoe (self, burn_card, boards=None) |
def | set_tie_object (self, tie_track) |
def | set_bpt_object (self, bpt) |
def | hand_pre (self, hand_num) |
def | result_won (self, amount) |
def | result_lost (self, amount) |
def | hand_post (self, win_diff, player_hand, banker_hand) |
def | end_shoe (self) |
def | opposite_side (self, side) |
def | play (self, side, size=1) |
def | quit_this_shoe (self) |
def | print_WLseq (self) |
Additional Inherited Members | |
![]() | |
name | |
hand_number | |
play_on | |
play_size | |
won | |
lost | |
tied | |
money | |
scoreboards | |
WLseq | |
last_WLT | |
quit_shoe | |
tie_tracker | |
bpt_tracker | |
Play Baccarat with interactive selection of hand plays.
Press the letter P to play player. Press the letter B to play banker. Press the enter key to make no play on a hand. Press the ESC key to skip to the end of the shoe. Press the Ctrl-C for emergency fast exit. Press numbers 1 or 2 or 3 or 4 or 5 before the P or B to increase size. For instance, press 3 then P will play 3 units on player. If no number is pressed it's assumed to be 1.
def pybaccarat.baccaratsystems.interactive.hand_pre | ( | self, | |
hand_num | |||
) |
We are given a chance to choose a play, prior to dealing cards. @param hand_num int hand number @return String description of play, such as "P" or "B". The returned string is for display purposes only. The tracking of the bet made is in the inheritted object play_on and play_size.
def pybaccarat.baccaratsystems.interactive.hand_pre | ( | self, | |
hand_num | |||
) |
We are given a chance to choose a play, prior to dealing cards. @param hand_num int hand number @return String description of play, such as "P" or "B". The returned string is for display purposes only. The tracking of the bet made is in the inheritted object play_on and play_size.