-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHighCard.json
63 lines (63 loc) · 1.06 KB
/
HighCard.json
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"tournament_id":"550d1d68cd7bd10003000003",
"game_id":"550da1cb2d909006e90004b1",
"round":0,
"bet_index":0,
"small_blind": 10,
"current_buy_in": 320,
"pot": 400,
"minimum_raise": 240,
"dealer": 1,
"orbits": 7,
"in_action": 1,
"players": [
{
"id": 0,
"name": "Albert",
"status": "active",
"version": "Default random player",
"stack": 1010,
"bet": 320
},
{
"id": 1,
"name": "RedViper",
"status": "active",
"version": "Pythonplayer",
"stack": 1800,
"bet": 80,
"hole_cards": [
{
"rank": "2",
"suit": "hearts"
},
{
"rank": "K",
"suit": "spades"
}
]
},
{
"id": 2,
"name": "Chuck",
"status": "out",
"version": "Default random player",
"stack": 0,
"bet": 0
}
],
"community_cards": [
{
"rank": "4",
"suit": "spades"
},
{
"rank": "A",
"suit": "hearts"
},
{
"rank": "6",
"suit": "clubs"
}
]
}