rlcard-showdown/server/sample_data/sample_doudizhu-test.json

46 lines
757 B
JSON
Raw Normal View History

2020-01-16 03:29:33 +08:00
{
"initHands": [
"S2 H2 HK DK HQ CQ DQ CJ S9 H9 D9 C7 S6 H6 C4 D4 S3",
"C2 HA CA DA SQ ST HT D8 S7 H7 C6 D6 S5 H5 C5 S4 H4",
"RJ BJ D2 SA SK CK SJ HJ DJ CT DT C9 S8 H8 C8 D7 D5 H3 S3 D3"
],
"playerInfo": [
{
"id": 0,
"index": 0,
"role": "peasant"
},
{
"id": 1,
"index": 1,
"role": "peasant"
},
{
"id": 2,
"index": 2,
"role": "landlord"
}
],
"moveHistory": [
{
"playerIdx": 2,
"move": "H3 S3 D3 D5"
2020-01-16 03:29:33 +08:00
},
{
"playerIdx": 0,
"move": "S9 H9 D9 S3"
2020-01-16 03:29:33 +08:00
},
{
"playerIdx": 1,
"move": "P"
},
{
"playerIdx": 2,
"move": "SJ HJ DJ D7"
},
{
"playerIdx": 0,
"move": "P"
2020-01-16 03:29:33 +08:00
}
]
}