-
Notifications
You must be signed in to change notification settings - Fork 5
/
hand2.py
30 lines (28 loc) · 1.44 KB
/
hand2.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
handhistory = """
Table Wirt 6-max Seat #4 is the button <br />
Seat 1: andy8004 ($454.65 in chips) <br />
Seat 2: Chisness ($318 in chips) <br />
Seat 3: WizardOfAhhs ($160 in chips) <br />
Seat 4: Drawingfishe ($556.25 in chips) <br />
Seat 5: <font color='green'>Hero</font> ($505 in chips) <br />
Seat 6: Jimithing34 ($470 in chips) <br />
Hero: posts small blind $5<br />
Jimithing34: posts big blind $10<br /> <br />
<b>Holecards</b><br />
Dealt to <font color='green'>Hero</font> <img src='data/gfx/cards/nobus/Ad.png' /> <img src='data/gfx/cards/nobus/Ac.png' /><br />
<font color='red'>andy8004: raises $20 to $30</font><br />
Chisness: folds <br />
WizardOfAhhs: folds <br />
• Drawingfishe: calls $30<br />
<font color='green'>Hero</font><font color='red'>: raises $70 to $100</font><br />
Jimithing34: folds
<hr />
andy8004: calls $70 <br />
Drawingfishe: calls $70<br /> <br />
<b>Flop</b> (Pot : $310.00)<br />
<img src='data/gfx/cards/nobus/3c.png' /> <img src='data/gfx/cards/nobus/Qh.png' /> <img src='data/gfx/cards/nobus/Js.png' /><br />
<font color='green'>Hero</font><font color='red'>: bets $130</font><br />
andy8004: folds <br />
<font color='red'>Drawingfishe: raises $326.25 to $456.25 and is all-in</font><br />
<font color='green'>Hero</font>:
"""