-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathinfoFormat.json
More file actions
44 lines (44 loc) · 1.74 KB
/
Copy pathinfoFormat.json
File metadata and controls
44 lines (44 loc) · 1.74 KB
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
{
"movegen":
{
"guardian_name":
{
"health": "health-int",
"cool_down": "cool_down-int",
"current_cell":
{
"coordinates": "(x,y)",
"cell_type": "cell_type-str",
"is_powerStone_present": "is_powerStone_present-bool",
"guardians_present": [
{
"belogns_to": "belongs_to",
"guardian_name": "guardian_name"
}
]
},
"neighbour_cells" :
[[
{
"coordinates": "(x,y)",
"cell_type": "cell_type-str",
"is_powerStone_present": "is_powerStone_present-bool",
"guardians_present": [
{
"belogns_to": "belongs_to",
"guardian_name": "guardian_name"
}
]
}
]]
}
},
"feedback":
{
"code": "codestring",
"message": "messagestring",
"data": "dataobject"
},
"penalty_score": "int",
"round_no": "int"
}