generated from BattlesnakeOfficial/starter-snake-python
-
Notifications
You must be signed in to change notification settings - Fork 4
/
snake_roy.json
110 lines (110 loc) · 2.63 KB
/
snake_roy.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
101
102
103
104
105
106
107
108
109
110
{
"game": {
"id": "47ddadec-2b19-4fb0-8aef-4b3cd4e80a92",
"ruleset": {
"name": "standard",
"version": "v1.2.3",
"settings": {
"foodSpawnChance": 15,
"minimumFood": 1,
"hazardDamagePerTurn": 0,
"hazardMap": "",
"hazardMapAuthor": "",
"royale": {
"shrinkEveryNTurns": 0
},
"squad": {
"allowBodyCollisions": false,
"sharedElimination": false,
"sharedHealth": false,
"sharedLength": false
}
}
},
"map": "standard",
"timeout": 500,
"source": "custom"
},
"turn": 1,
"board": {
"height": 11,
"width": 11,
"snakes": [
{
"id": "gs_GGRjDYCQFpx7XTqtJJJHPyrX",
"name": "Roy Snake Test",
"latency": "406",
"health": 99,
"body": [
{
"x": 5,
"y": 10
},
{
"x": 5,
"y": 9
},
{
"x": 5,
"y": 9
}
],
"head": {
"x": 5,
"y": 10
},
"length": 3,
"shout": "",
"squad": "",
"customizations": {
"color": "#ffff00",
"head": "all-seeing",
"tail": "bolt"
}
}
],
"food": [
{
"x": 4,
"y": 10
},
{
"x": 5,
"y": 5
}
],
"hazards": []
},
"you": {
"id": "gs_GGRjDYCQFpx7XTqtJJJHPyrX",
"name": "Roy Snake Test",
"latency": "406",
"health": 99,
"body": [
{
"x": 5,
"y": 10
},
{
"x": 5,
"y": 9
},
{
"x": 5,
"y": 9
}
],
"head": {
"x": 5,
"y": 10
},
"length": 3,
"shout": "",
"squad": "",
"customizations": {
"color": "#ffff00",
"head": "all-seeing",
"tail": "bolt"
}
}
}