-
Notifications
You must be signed in to change notification settings - Fork 86
/
Copy pathlevels.json
140 lines (140 loc) · 3.73 KB
/
levels.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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
{
"set1": {
"name": "Bridges",
"index": "1",
"image": "bridge.png",
"levels": [
"hello_bridges.json",
"two_bridges.json",
"start_anywhere.json",
"one_way.json",
"three_rivers.json",
"side_by_side.json",
"twice_around.json",
"up_and_down.json",
"corners.json",
"peninsulas.json",
"islands.json",
"in_the_middle.json",
"classic.json",
"pop_in.json",
"out_and_in.json",
"around_the_middle.json"
]
},
"set2": {
"name": "Bridge-o-rama",
"index": "2",
"image": "bridge2.png",
"levels": [
"swim_lanes.json",
"bullseye.json",
"squares.json",
"square_plus_one.json",
"square_around.json",
"diamond.json",
"square_together.json",
"around_again.json",
"simple_box.json",
"hopscotch.json",
"tic_tac_toe.json",
"quilt.json",
"off_center.json",
"spiral.json",
"overlap.json",
"full_of_bridges.json"
]
},
"set3": {
"name": "Houses and Colors",
"index": "3",
"image": "house.png",
"levels": [
"house_by_river.json",
"visiting.json",
"change_color.json",
"color_houses.json",
"no_color.json",
"color_in.json",
"sequential.json",
"color_box.json",
"classic_colors.json",
"another_color.json",
"color_diamond.json",
"colors_off_center.json",
"hopscotch_colors.json",
"square_color_together.json",
"color_quilt.json",
"square_plus_four.json"
]
},
"set4": {
"name": "Tolls",
"index": "4",
"image": "tolls.png",
"levels": [
"tolls.json",
"economics.json",
"visit_again.json",
"pay_as_you_go.json",
"tolls_plus.json",
"tolls_by_side.json",
"island_tolls.json",
"suburbs.json",
"tolls_middle.json",
"free_swim.json",
"frequent_visitor.json",
"suburb_colors.json",
"order_up.json",
"overlapping_tolls.json",
"tolls_off_center.json",
"spiral_colors.json"
]
},
"set5": {
"name": "Subways",
"index": "5",
"image": "subway.png",
"levels": [
"subways.json",
"three_rivers_subway.json",
"subway_color.json",
"ride_around.json",
"corner_jumper.json",
"classic_subways.json",
"subway_box.json",
"corridors.json",
"tic_tac_toe_two.json",
"spend_it_wisely.json",
"back_and_forth.json",
"jumpy.json",
"triangles.json",
"hopscotch_subway.json",
"keep_riding.json",
"overlapping_subways.json"
]
},
"set6": {
"name": "Teleporters",
"index": "6",
"image": "teleporter.png",
"levels": [
"teleporter.json",
"three_river_jump.json",
"teleport_colors.json",
"jumping_peninsulas.json",
"tiny_islands.json",
"color_box_tolls.json",
"hopping_corners.json",
"hop_middle.json",
"square_toll_together.json",
"color_out.json",
"hopscotch_hop.json",
"hamilton.json",
"triangle_jump.json",
"square_teleport.json",
"jump_around.json",
"quilted_squares.json"
]
}
}