rlcard-showdown/server_bak/sample_data/sample_leduc_holdem-test.json

33 lines
406 B
JSON

{
"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": "Fold"
}
]
]
}