@@ -21,12 +21,18 @@ description = "a tie has multiple winners"
21
21
[61ed83a9-cfaa-40a5-942a-51f52f0a8725 ]
22
22
description = " multiple hands with the same high cards, tie compares next highest ranked, down to last card"
23
23
24
+ [da01becd-f5b0-4342-b7f3-1318191d0580 ]
25
+ description = " winning high card hand also has the lowest card"
26
+
24
27
[f7175a89-34ff-44de-b3d7-f6fd97d1fca4 ]
25
28
description = " one pair beats high card"
26
29
27
30
[e114fd41-a301-4111-a9e7-5a7f72a76561 ]
28
31
description = " highest pair wins"
29
32
33
+ [b3acd3a7-f9fa-4647-85ab-e0a9e07d1365 ]
34
+ description = " both hands have the same pair, high card wins"
35
+
30
36
[935bb4dc-a622-4400-97fa-86e7d06b1f76 ]
31
37
description = " two pairs beats one pair"
32
38
@@ -53,6 +59,11 @@ description = "both hands have three of a kind, tie goes to highest ranked tripl
53
59
54
60
[eb856cc2-481c-4b0d-9835-4d75d07a5d9d ]
55
61
description = " with multiple decks, two players can have same three of a kind, ties go to highest remaining cards"
62
+ include = false
63
+
64
+ [26a4a7d4-34a2-4f18-90b4-4a8dd35d2bb1 ]
65
+ description = " with multiple decks, two players can have same three of a kind, ties go to highest remaining cards"
66
+ reimplements = " eb856cc2-481c-4b0d-9835-4d75d07a5d9d"
56
67
57
68
[a858c5d9-2f28-48e7-9980-b7fa04060a60 ]
58
69
description = " a straight beats three of a kind"
@@ -77,6 +88,11 @@ description = "flush beats a straight"
77
88
78
89
[4d90261d-251c-49bd-a468-896bf10133de ]
79
90
description = " both hands have a flush, tie goes to high card, down to the last one if necessary"
91
+ include = false
92
+
93
+ [e04137c5-c19a-4dfc-97a1-9dfe9baaa2ff ]
94
+ description = " both hands have a flush, tie goes to high card, down to the last one if necessary"
95
+ reimplements = " 4d90261d-251c-49bd-a468-896bf10133de"
80
96
81
97
[3a19361d-8974-455c-82e5-f7152f5dba7c ]
82
98
description = " full house beats a flush"
0 commit comments