rlcard-showdown/server/sample_data/sample_leduc_holdem.json

55 lines
741 B
JSON
Raw Normal View History

{
"initHands": [
"HJ",
"HK"
],
"playerInfo": [
{
"id": 0,
"index": 0
},
{
"id": 1,
"index": 1
}
],
"publicCard": "SJ",
"moveHistory": [
[
{
"playerIdx": 0,
"move": "Check"
},
{
"playerIdx": 1,
"move": "Raise"
},
{
"playerIdx": 0,
"move": "Call"
},
{
"playerIdx": 1,
"move": "Check"
}
],
[
{
"playerIdx": 0,
"move": "Raise"
},
{
"playerIdx": 1,
"move": "Call"
},
{
"playerIdx": 0,
"move": "Raise"
},
{
"playerIdx": 1,
"move": "Call"
}
]
]
}