33 lines
406 B
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"
|
||
|
}
|
||
|
]
|
||
|
]
|
||
|
}
|