-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtmp.json
100 lines (100 loc) · 1.9 KB
/
tmp.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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
[
{
"status": "OK",
"parameters": {
"userSessionId": "9a6359fe-d1b8-42a8-85f6-6e333cef8a40"
}
},
{
"status": "OK",
"parameters": {
"someKey1": "1stValue",
"someKey2": "2ndValue"
}
},
{
"sessionStart": {
"userSessionId": "9a6359fe-d1b8-42a8-85f6-6e333cef8a40"
}
},
{
"joined": {
"gameSessionCode": "123 456",
"playerName": "some name",
"playerAvatar": "some avatar"
}
},
{
"facilitate": {
"gameSessionCode": "123 456"
}
},
{
"gameState": {
"players": [
{
"id": "some id1",
"name": "Alice",
"avatar": "aliceAvatar.png",
"goals": {
"goal1": {
"goal": {
"state": "NO_GOAL_SET",
"estimation": 0,
"steps": 0
}
},
"goal2": {
"targetPlayerId": "some id2",
"goal": {
"state": "ESTIMATED",
"estimation": 10,
"steps": 0
}
},
"endGoal": {
"targetX": 5,
"targetY": 3,
"goal": {
"state": "ASSIGNED",
"estimation": 0,
"steps": 0
}
}
}
},
{
"id": "some id2",
"name": "Miriam",
"avatar": "miriamAvatar.png"
},
{
"id": "some id3",
"name": "Eve",
"avatar": "eveAvatar.png"
}
],
"phase": "GATHERING",
"board": [
[
{
"player": {
"name": "Alice",
"avatar": "circle.png"
}
}
],
[
{
"player": null
}
]
]
}
},
{
"fail": {
"failMessage": "This has failed"
}
}
]