-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtiles.json
More file actions
26 lines (26 loc) · 1015 Bytes
/
tiles.json
File metadata and controls
26 lines (26 loc) · 1015 Bytes
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
{
"TEST1": {
"vertical": [[0, 3], [1, 3], [2, 3], [3, 3]],
"horizontal": [[3, 0], [3, 1], [3, 2], [3, 3]]
},
"RED1": {
"vertical": [[0, 1], [1, 4], [3, 0], [5, 4], [6, 3], [7, 6]],
"horizontal": [[0, 4], [3, 1], [4, 5], [5, 0], [6, 3], [6, 7]],
"goals": [[3, 1], [6, 3], [1, 4], [5, 5]]
},
"BLUE1": {
"vertical": [[0, 5], [2, 2], [3, 4], [4, 2], [5, 4], [7, 6]],
"horizontal": [[1, 3], [3, 0], [3, 2], [3, 5], [5, 4], [6, 7]],
"goals": [[4, 2], [3, 5], [5, 4], [2, 3]]
},
"GREEN1": {
"vertical": [[0, 1], [1, 2], [3, 6], [4, 0], [6, 4], [7, 6]],
"horizontal": [[0, 3], [3, 6], [4, 1], [5, 4], [6, 0], [6, 7]],
"goals": [[4, 1], [6, 4], [1, 3], [3, 6]]
},
"YELLOW1": {
"vertical": [[0, 2], [1, 4], [2, 7], [4, 3], [5, 5], [6, 1], [7, 6]],
"horizontal": [[1, 5], [2, 7], [3, 0], [4, 3], [4, 6], [5, 1], [6, 7]],
"goals": [[4, 3], [1, 5], [5, 6], [6, 1], [2, 7]]
}
}