File size: 3,568 Bytes
2a6d2b0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
function getApt() {
  return {
    "gridCols": 32,
    "gridRows": 20,
    "girlfriend_start_pos": {
      "x": 7,
      "y": 16
    },
    "clown_start_pos": {
      "x": 1,
      "y": 3
    },
    "rooms": [
      {
        "name": "Kitchen",
        "label_position": {
          "x": 28,
          "y": 3
        },
        "start_col": 26,
        "end_col": 30,
        "start_row": 1,
        "end_row": 5,
        "hiding_places": []
      },
      {
        "name": "Storage",
        "label_position": {
          "x": 3,
          "y": 3
        },
        "start_col": 1,
        "end_col": 5,
        "start_row": 1,
        "end_row": 5,
        "hiding_places": [
          {
            "name": "closet",
            "hiding_type": "in",
            "position": {
              "x": 1,
              "y": 2
            }
          }
        ]
      },
      {
        "name": "My Bedroom",
        "label_position": {
          "x": 7,
          "y": 14
        },
        "start_col": 1,
        "end_col": 8,
        "start_row": 13,
        "end_row": 18,
        "hiding_places": [
          {
            "name": "bed",
            "hiding_type": "under",
            "position": {
              "x": 4,
              "y": 14
            }
          }
        ]
      },
      {
        "name": "Bathroom",
        "label_position": {
          "x": 16,
          "y": 10
        },
        "start_col": 15,
        "end_col": 17,
        "start_row": 7,
        "end_row": 12,
        "hiding_places": [
          {
            "name": "bathtub",
            "hiding_type": "in",
            "position": {
              "x": 15,
              "y": 7
            }
          }
        ]
      },
      {
        "name": "Main Hallway",
        "label_position": {
          "x": 14,
          "y": 15
        },
        "start_col": 10,
        "end_col": 17,
        "start_row": 13,
        "end_row": 18,
        "hiding_places": []
      },
      {
        "name": "Living Room",
        "label_position": {
          "x": 21,
          "y": 15
        },
        "start_col": 19,
        "end_col": 24,
        "start_row": 13,
        "end_row": 18,
        "hiding_places": []
      },
      {
        "name": "Guest Bedroom",
        "label_position": {
          "x": 28,
          "y": 15
        },
        "start_col": 26,
        "end_col": 30,
        "start_row": 13,
        "end_row": 18,
        "hiding_places": [
          {
            "name": "bed",
            "hiding_type": "under",
            "position": {
              "x": 28,
              "y": 18
            }
          }
        ]
      },
      {
        "name": "Dining Room",
        "label_position": {
          "x": 16,
          "y": 3
        },
        "start_col": 14,
        "end_col": 24,
        "start_row": 1,
        "end_row": 5,
        "hiding_places": [
          {
            "name": "table",
            "hiding_type": "under",
            "position": {
              "x": 20,
              "y": 3
            }
          }
        ]
      },
      {
        "name": "Office",
        "label_position": {
          "x": 21,
          "y": 9
        },
        "start_col": 19,
        "end_col": 24,
        "start_row": 7,
        "end_row": 11,
        "hiding_places": []
      },
      {
        "name": "North Hallway",
        "label_position": {
          "x": 9,
          "y": 3
        },
        "start_col": 7,
        "end_col": 12,
        "start_row": 3,
        "end_row": 3,
        "hiding_places": []
      }
    ]
  }
}