forked from HHSmithy/PokerHandHistoryParser
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #95 from ItalyToast/gg-small-fixes
GGPoker small fixes
- Loading branch information
Showing
6 changed files
with
103 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
33 changes: 33 additions & 0 deletions
33
...ies.Parser.UnitTests/SampleHandHistories/GGPoker/CashGame/GameTypeTests/PotLimitOmaha.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
Poker Hand #OM2268205: PLO ($0.05/$0.1) - 2023/11/01 17:53:18 | ||
Table 'PLOBlue21' 6-max Seat #1 is the button | ||
Seat 1: 7d288c5d ($10.68 in chips) | ||
Seat 4: c1d29c12 ($11.32 in chips) | ||
Seat 5: Hero ($10 in chips) | ||
c1d29c12: posts small blind $0.05 | ||
Hero: posts big blind $0.1 | ||
*** HOLE CARDS *** | ||
Dealt to 7d288c5d | ||
Dealt to c1d29c12 | ||
Dealt to Hero [6h 6c 6s 9d] | ||
7d288c5d: raises $0.25 to $0.35 | ||
c1d29c12: calls $0.3 | ||
Hero: folds | ||
*** FLOP *** [3c 9s 2s] | ||
c1d29c12: checks | ||
7d288c5d: checks | ||
*** TURN *** [3c 9s 2s] [4s] | ||
c1d29c12: checks | ||
7d288c5d: checks | ||
*** RIVER *** [3c 9s 2s 4s] [Tc] | ||
c1d29c12: checks | ||
7d288c5d: checks | ||
c1d29c12: shows [2h 8d Kh Ac] (Pair of Twos) | ||
7d288c5d: shows [8c Kc 8h 9h] (Pair of Nines) | ||
*** SHOWDOWN *** | ||
7d288c5d collected $0.76 from pot | ||
*** SUMMARY *** | ||
Total pot $0.8 | Rake $0.04 | Jackpot $0 | Bingo $0 | Fortune $0 | Tax $0 | ||
Board [3c 9s 2s 4s Tc] | ||
Seat 1: 7d288c5d (button) showed [8c Kc 8h 9h] and won ($0.76) with Pair of Nines | ||
Seat 4: c1d29c12 (small blind) showed [2h 8d Kh Ac] and lost with Pair of Twos | ||
Seat 5: Hero (big blind) folded before Flop |
34 changes: 34 additions & 0 deletions
34
HandHistories.Parser.UnitTests/SampleHandHistories/GGPoker/CashGame/Limits/Limit1.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
Poker Hand #HD1412421: Hold'em No Limit ($0.5/$1) - 2020/01/12 11:17:37 | ||
Table 'NLHGold3' 6-max Seat #6 is the button | ||
Seat 1: 1476ab3d ($50.5 in chips) | ||
Seat 2: x413dcda ($17.34 in chips) | ||
Seat 3: xca591ab ($100 in chips) | ||
Seat 4: Hero ($78 in chips) | ||
Seat 5: 90badc41 ($100.28 in chips) | ||
Seat 6: c32avd12 ($5.84 in chips) | ||
1476ab3d: posts small blind $0.5 | ||
x413dcda: posts big blind $1 | ||
*** HOLE CARDS *** | ||
Dealt to 1476ab3d | ||
Dealt to x413dcda | ||
Dealt to xca591ab | ||
Dealt to Hero [2c 3h] | ||
Dealt to 90badc41 | ||
Dealt to c32avd12 | ||
xca591ab: raises $1 to $2 | ||
Hero: folds | ||
90badc41: folds | ||
c32avd12: folds | ||
1476ab3d: folds | ||
x413dcda: folds | ||
Uncalled bet ($1) returned to xca591ab | ||
*** SHOWDOWN *** | ||
xca591ab collected $2.5 from pot | ||
*** SUMMARY *** | ||
Total pot $2.5 | Rake $0 | Jackpot $0 | Bingo $0 | Fortune $0 | Tax $0 | ||
Seat 1: 1476ab3d (small blind) folded before Flop | ||
Seat 2: x413dcda (big blind) folded before Flop | ||
Seat 3: xca591ab collected ($2.5) | ||
Seat 4: Hero folded before Flop (didn't bet) | ||
Seat 5: 90badc41 folded before Flop (didn't bet) | ||
Seat 6: c32avd12 (button) folded before Flop (didn't bet) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters