bgg 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/.document +5 -0
- data/.rspec +2 -0
- data/.travis.yml +6 -0
- data/Gemfile +20 -0
- data/Gemfile.lock +54 -0
- data/LICENSE.txt +20 -0
- data/README.md +73 -0
- data/Rakefile +38 -0
- data/VERSION +1 -0
- data/bgg.gemspec +122 -0
- data/lib/bgg.rb +53 -0
- data/lib/bgg/collection.rb +58 -0
- data/lib/bgg/collection_item.rb +69 -0
- data/lib/bgg/game.rb +57 -0
- data/lib/bgg/play.rb +64 -0
- data/lib/bgg/plays.rb +26 -0
- data/lib/bgg/plays_iterator.rb +64 -0
- data/lib/bgg/search.rb +34 -0
- data/lib/bgg/search_result.rb +18 -0
- data/lib/bgg/user.rb +60 -0
- data/sample_data/collection?username=texasjdl +5224 -0
- data/sample_data/collection?username=texasjdl&own=1&excludesubtype=boardgameexpansion +2606 -0
- data/sample_data/collection?username=yyyyyyy +3 -0
- data/sample_data/hot?type=boardgame +253 -0
- data/sample_data/plays?pages=9999999999999&username=ryanmacg +2 -0
- data/sample_data/plays?username=beetss&page=1 +3 -0
- data/sample_data/plays?username=ryanmacg +504 -0
- data/sample_data/plays?username=texasjdl&id=84876 +192 -0
- data/sample_data/plays?username=texasjdl&id=84876&type=thing +199 -0
- data/sample_data/plays?username=texasjdl&page=1 +717 -0
- data/sample_data/plays?username=texasjdl&page=2 +709 -0
- data/sample_data/plays?username=texasjdl&page=3 +707 -0
- data/sample_data/plays?username=yyyyyyy&page=1 +667 -0
- data/sample_data/search?query=Burgun +47 -0
- data/sample_data/search?query=Burgun&exact=1 +3 -0
- data/sample_data/search?query=Burgund&type=boardgame +12 -0
- data/sample_data/search?query=The+Castles+of+Burgundy&exact=1 +7 -0
- data/sample_data/search?query=yyyyyyy +3 -0
- data/sample_data/thing?id=10000000&type=boardgame +3 -0
- data/sample_data/thing?id=29773&type=boardgame +90 -0
- data/sample_data/thing?id=70512&type=boardgame +82 -0
- data/sample_data/thing?id=84876&type=boardgame +82 -0
- data/sample_data/user?name=texasjdl +17 -0
- data/sample_data/user?name=yyyyyyy +17 -0
- data/spec/bgg_api_spec.rb +113 -0
- data/spec/bgg_collection_item_spec.rb +259 -0
- data/spec/bgg_collection_spec.rb +83 -0
- data/spec/bgg_game_spec.rb +232 -0
- data/spec/bgg_play_spec.rb +166 -0
- data/spec/bgg_plays_iterator_spec.rb +156 -0
- data/spec/bgg_plays_spec.rb +60 -0
- data/spec/bgg_search_result_spec.rb +73 -0
- data/spec/bgg_search_spec.rb +84 -0
- data/spec/bgg_user_spec.rb +113 -0
- data/spec/spec_helper.rb +29 -0
- metadata +241 -0
@@ -0,0 +1,707 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<plays username="texasjdl" userid="39488" total="2467" page="3" termsofuse="http://boardgamegeek.com/xmlapi/termsofuse">
|
3
|
+
<play id="6648474" date="2011-11-26" quantity="2" length="0" incomplete="0" nowinstats="0" location="">
|
4
|
+
<item name="Trendy" objecttype="thing" objectid="1412">
|
5
|
+
<subtypes>
|
6
|
+
<subtype value="boardgame"/>
|
7
|
+
</subtypes>
|
8
|
+
</item>
|
9
|
+
</play>
|
10
|
+
<play id="6646909" date="2011-11-25" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
|
11
|
+
<item name="Luna" objecttype="thing" objectid="70512">
|
12
|
+
<subtypes>
|
13
|
+
<subtype value="boardgame"/>
|
14
|
+
</subtypes>
|
15
|
+
</item>
|
16
|
+
</play>
|
17
|
+
<play id="6646912" date="2011-11-25" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
|
18
|
+
<item name="Power Grid: The First Sparks" objecttype="thing" objectid="106662">
|
19
|
+
<subtypes>
|
20
|
+
<subtype value="boardgame"/>
|
21
|
+
<subtype value="boardgameimplementation"/>
|
22
|
+
</subtypes>
|
23
|
+
</item>
|
24
|
+
</play>
|
25
|
+
<play id="6646907" date="2011-11-25" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
|
26
|
+
<item name="Trajan" objecttype="thing" objectid="102680">
|
27
|
+
<subtypes>
|
28
|
+
<subtype value="boardgame"/>
|
29
|
+
</subtypes>
|
30
|
+
</item>
|
31
|
+
</play>
|
32
|
+
<play id="6630105" date="2011-11-22" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
|
33
|
+
<item name="Kingdom Builder" objecttype="thing" objectid="107529">
|
34
|
+
<subtypes>
|
35
|
+
<subtype value="boardgame"/>
|
36
|
+
</subtypes>
|
37
|
+
</item>
|
38
|
+
</play>
|
39
|
+
<play id="6627618" date="2011-11-21" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
|
40
|
+
<item name="Colorado Midland" objecttype="thing" objectid="102151">
|
41
|
+
<subtypes>
|
42
|
+
<subtype value="boardgame"/>
|
43
|
+
</subtypes>
|
44
|
+
</item>
|
45
|
+
</play>
|
46
|
+
<play id="6630106" date="2011-11-20" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
|
47
|
+
<item name="Ora et Labora" objecttype="thing" objectid="70149">
|
48
|
+
<subtypes>
|
49
|
+
<subtype value="boardgame"/>
|
50
|
+
</subtypes>
|
51
|
+
</item>
|
52
|
+
</play>
|
53
|
+
<play id="6630110" date="2011-11-19" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
|
54
|
+
<item name="Kalimambo" objecttype="thing" objectid="108157">
|
55
|
+
<subtypes>
|
56
|
+
<subtype value="boardgame"/>
|
57
|
+
</subtypes>
|
58
|
+
</item>
|
59
|
+
</play>
|
60
|
+
<play id="6630113" date="2011-11-19" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
|
61
|
+
<item name="Kalimambo" objecttype="thing" objectid="108157">
|
62
|
+
<subtypes>
|
63
|
+
<subtype value="boardgame"/>
|
64
|
+
</subtypes>
|
65
|
+
</item>
|
66
|
+
</play>
|
67
|
+
<play id="6630107" date="2011-11-19" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
|
68
|
+
<item name="Ora et Labora" objecttype="thing" objectid="70149">
|
69
|
+
<subtypes>
|
70
|
+
<subtype value="boardgame"/>
|
71
|
+
</subtypes>
|
72
|
+
</item>
|
73
|
+
</play>
|
74
|
+
<play id="6630108" date="2011-11-18" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
|
75
|
+
<item name="Ora et Labora" objecttype="thing" objectid="70149">
|
76
|
+
<subtypes>
|
77
|
+
<subtype value="boardgame"/>
|
78
|
+
</subtypes>
|
79
|
+
</item>
|
80
|
+
</play>
|
81
|
+
<play id="6630157" date="2011-11-17" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
|
82
|
+
<item name="23" objecttype="thing" objectid="103651">
|
83
|
+
<subtypes>
|
84
|
+
<subtype value="boardgame"/>
|
85
|
+
</subtypes>
|
86
|
+
</item>
|
87
|
+
</play>
|
88
|
+
<play id="6630166" date="2011-11-17" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
|
89
|
+
<item name="Ab in die Tonne" objecttype="thing" objectid="109657">
|
90
|
+
<subtypes>
|
91
|
+
<subtype value="boardgame"/>
|
92
|
+
</subtypes>
|
93
|
+
</item>
|
94
|
+
</play>
|
95
|
+
<play id="6630163" date="2011-11-17" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
|
96
|
+
<item name="Power Grid: The First Sparks" objecttype="thing" objectid="106662">
|
97
|
+
<subtypes>
|
98
|
+
<subtype value="boardgame"/>
|
99
|
+
<subtype value="boardgameimplementation"/>
|
100
|
+
</subtypes>
|
101
|
+
</item>
|
102
|
+
</play>
|
103
|
+
<play id="6630165" date="2011-11-17" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
|
104
|
+
<item name="Tournay" objecttype="thing" objectid="105037">
|
105
|
+
<subtypes>
|
106
|
+
<subtype value="boardgame"/>
|
107
|
+
</subtypes>
|
108
|
+
</item>
|
109
|
+
</play>
|
110
|
+
<play id="6630120" date="2011-11-17" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
|
111
|
+
<item name="Trajan" objecttype="thing" objectid="102680">
|
112
|
+
<subtypes>
|
113
|
+
<subtype value="boardgame"/>
|
114
|
+
</subtypes>
|
115
|
+
</item>
|
116
|
+
</play>
|
117
|
+
<play id="6630158" date="2011-11-17" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
|
118
|
+
<item name="Trajan" objecttype="thing" objectid="102680">
|
119
|
+
<subtypes>
|
120
|
+
<subtype value="boardgame"/>
|
121
|
+
</subtypes>
|
122
|
+
</item>
|
123
|
+
</play>
|
124
|
+
<play id="6630156" date="2011-11-16" quantity="2" length="0" incomplete="0" nowinstats="0" location="">
|
125
|
+
<item name="23" objecttype="thing" objectid="103651">
|
126
|
+
<subtypes>
|
127
|
+
<subtype value="boardgame"/>
|
128
|
+
</subtypes>
|
129
|
+
</item>
|
130
|
+
</play>
|
131
|
+
<play id="6630124" date="2011-11-16" quantity="2" length="0" incomplete="0" nowinstats="0" location="">
|
132
|
+
<item name="Battle Sheep" objecttype="thing" objectid="54137">
|
133
|
+
<subtypes>
|
134
|
+
<subtype value="boardgame"/>
|
135
|
+
</subtypes>
|
136
|
+
</item>
|
137
|
+
</play>
|
138
|
+
<play id="6630122" date="2011-11-16" quantity="2" length="0" incomplete="0" nowinstats="0" location="BGG.Con">
|
139
|
+
<item name="Kingdom Builder" objecttype="thing" objectid="107529">
|
140
|
+
<subtypes>
|
141
|
+
<subtype value="boardgame"/>
|
142
|
+
</subtypes>
|
143
|
+
</item>
|
144
|
+
</play>
|
145
|
+
<play id="6630125" date="2011-11-16" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
|
146
|
+
<item name="Rosenkönig" objecttype="thing" objectid="201">
|
147
|
+
<subtypes>
|
148
|
+
<subtype value="boardgame"/>
|
149
|
+
</subtypes>
|
150
|
+
</item>
|
151
|
+
</play>
|
152
|
+
<play id="6630148" date="2011-11-16" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
|
153
|
+
<item name="Schlacht am Buffet" objecttype="thing" objectid="93138">
|
154
|
+
<subtypes>
|
155
|
+
<subtype value="boardgame"/>
|
156
|
+
</subtypes>
|
157
|
+
</item>
|
158
|
+
</play>
|
159
|
+
<play id="6630126" date="2011-11-16" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
|
160
|
+
<item name="Tournay" objecttype="thing" objectid="105037">
|
161
|
+
<subtypes>
|
162
|
+
<subtype value="boardgame"/>
|
163
|
+
</subtypes>
|
164
|
+
</item>
|
165
|
+
</play>
|
166
|
+
<play id="6594387" date="2011-11-15" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
|
167
|
+
<item name="23" objecttype="thing" objectid="103651">
|
168
|
+
<subtypes>
|
169
|
+
<subtype value="boardgame"/>
|
170
|
+
</subtypes>
|
171
|
+
</item>
|
172
|
+
</play>
|
173
|
+
<play id="6592920" date="2011-11-15" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
|
174
|
+
<item name="Kingdom Builder" objecttype="thing" objectid="107529">
|
175
|
+
<subtypes>
|
176
|
+
<subtype value="boardgame"/>
|
177
|
+
</subtypes>
|
178
|
+
</item>
|
179
|
+
</play>
|
180
|
+
<play id="6594384" date="2011-11-15" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
|
181
|
+
<item name="Kingdom Builder" objecttype="thing" objectid="107529">
|
182
|
+
<subtypes>
|
183
|
+
<subtype value="boardgame"/>
|
184
|
+
</subtypes>
|
185
|
+
</item>
|
186
|
+
</play>
|
187
|
+
<play id="6592923" date="2011-11-15" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
|
188
|
+
<item name="Pala" objecttype="thing" objectid="37441">
|
189
|
+
<subtypes>
|
190
|
+
<subtype value="boardgame"/>
|
191
|
+
</subtypes>
|
192
|
+
</item>
|
193
|
+
</play>
|
194
|
+
<play id="6594388" date="2011-11-15" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
|
195
|
+
<item name="Race for the Galaxy" objecttype="thing" objectid="28143">
|
196
|
+
<subtypes>
|
197
|
+
<subtype value="boardgame"/>
|
198
|
+
</subtypes>
|
199
|
+
</item>
|
200
|
+
</play>
|
201
|
+
<play id="6594386" date="2011-11-15" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
|
202
|
+
<item name="Vanuatu" objecttype="thing" objectid="104020">
|
203
|
+
<subtypes>
|
204
|
+
<subtype value="boardgame"/>
|
205
|
+
</subtypes>
|
206
|
+
</item>
|
207
|
+
</play>
|
208
|
+
<play id="6586484" date="2011-11-13" quantity="2" length="0" incomplete="0" nowinstats="0" location="">
|
209
|
+
<item name="23" objecttype="thing" objectid="103651">
|
210
|
+
<subtypes>
|
211
|
+
<subtype value="boardgame"/>
|
212
|
+
</subtypes>
|
213
|
+
</item>
|
214
|
+
</play>
|
215
|
+
<play id="6586490" date="2011-11-13" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
|
216
|
+
<item name="Hawaii" objecttype="thing" objectid="106217">
|
217
|
+
<subtypes>
|
218
|
+
<subtype value="boardgame"/>
|
219
|
+
</subtypes>
|
220
|
+
</item>
|
221
|
+
</play>
|
222
|
+
<play id="6586489" date="2011-11-13" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
|
223
|
+
<item name="Mondo" objecttype="thing" objectid="91523">
|
224
|
+
<subtypes>
|
225
|
+
<subtype value="boardgame"/>
|
226
|
+
</subtypes>
|
227
|
+
</item>
|
228
|
+
</play>
|
229
|
+
<play id="6585776" date="2011-11-13" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
|
230
|
+
<item name="Prêt-à-Porter" objecttype="thing" objectid="87890">
|
231
|
+
<subtypes>
|
232
|
+
<subtype value="boardgame"/>
|
233
|
+
</subtypes>
|
234
|
+
</item>
|
235
|
+
</play>
|
236
|
+
<play id="6586483" date="2011-11-13" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
|
237
|
+
<item name="Rosenkönig" objecttype="thing" objectid="201">
|
238
|
+
<subtypes>
|
239
|
+
<subtype value="boardgame"/>
|
240
|
+
</subtypes>
|
241
|
+
</item>
|
242
|
+
</play>
|
243
|
+
<play id="6586488" date="2011-11-13" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
|
244
|
+
<item name="Uluru: Tumult am Ayers Rock" objecttype="thing" objectid="90870">
|
245
|
+
<subtypes>
|
246
|
+
<subtype value="boardgame"/>
|
247
|
+
</subtypes>
|
248
|
+
</item>
|
249
|
+
</play>
|
250
|
+
<play id="6518137" date="2011-10-30" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
|
251
|
+
<item name="Tournay" objecttype="thing" objectid="105037">
|
252
|
+
<subtypes>
|
253
|
+
<subtype value="boardgame"/>
|
254
|
+
</subtypes>
|
255
|
+
</item>
|
256
|
+
</play>
|
257
|
+
<play id="6518149" date="2011-10-30" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
|
258
|
+
<item name="Vanuatu" objecttype="thing" objectid="104020">
|
259
|
+
<subtypes>
|
260
|
+
<subtype value="boardgame"/>
|
261
|
+
</subtypes>
|
262
|
+
</item>
|
263
|
+
</play>
|
264
|
+
<play id="6511550" date="2011-10-29" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
|
265
|
+
<item name="23" objecttype="thing" objectid="103651">
|
266
|
+
<subtypes>
|
267
|
+
<subtype value="boardgame"/>
|
268
|
+
</subtypes>
|
269
|
+
</item>
|
270
|
+
</play>
|
271
|
+
<play id="6511878" date="2011-10-29" quantity="2" length="0" incomplete="0" nowinstats="0" location="">
|
272
|
+
<item name="23" objecttype="thing" objectid="103651">
|
273
|
+
<subtypes>
|
274
|
+
<subtype value="boardgame"/>
|
275
|
+
</subtypes>
|
276
|
+
</item>
|
277
|
+
</play>
|
278
|
+
<play id="6510686" date="2011-10-29" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
|
279
|
+
<item name="Arriala: Canal de Garonne" objecttype="thing" objectid="70097">
|
280
|
+
<subtypes>
|
281
|
+
<subtype value="boardgame"/>
|
282
|
+
</subtypes>
|
283
|
+
</item>
|
284
|
+
</play>
|
285
|
+
<play id="6511882" date="2011-10-29" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
|
286
|
+
<item name="Carré" objecttype="thing" objectid="103640">
|
287
|
+
<subtypes>
|
288
|
+
<subtype value="boardgame"/>
|
289
|
+
</subtypes>
|
290
|
+
</item>
|
291
|
+
</play>
|
292
|
+
<play id="6511886" date="2011-10-29" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
|
293
|
+
<item name="Kalimambo" objecttype="thing" objectid="108157">
|
294
|
+
<subtypes>
|
295
|
+
<subtype value="boardgame"/>
|
296
|
+
</subtypes>
|
297
|
+
</item>
|
298
|
+
</play>
|
299
|
+
<play id="6510695" date="2011-10-29" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
|
300
|
+
<item name="Kingdom Builder" objecttype="thing" objectid="107529">
|
301
|
+
<subtypes>
|
302
|
+
<subtype value="boardgame"/>
|
303
|
+
</subtypes>
|
304
|
+
</item>
|
305
|
+
</play>
|
306
|
+
<play id="6513361" date="2011-10-29" quantity="2" length="0" incomplete="0" nowinstats="0" location="">
|
307
|
+
<item name="Kingdom Builder" objecttype="thing" objectid="107529">
|
308
|
+
<subtypes>
|
309
|
+
<subtype value="boardgame"/>
|
310
|
+
</subtypes>
|
311
|
+
</item>
|
312
|
+
</play>
|
313
|
+
<play id="6510696" date="2011-10-29" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
|
314
|
+
<item name="Mondriaan 2020" objecttype="thing" objectid="109612">
|
315
|
+
<subtypes>
|
316
|
+
<subtype value="boardgame"/>
|
317
|
+
</subtypes>
|
318
|
+
</item>
|
319
|
+
</play>
|
320
|
+
<play id="6511154" date="2011-10-29" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
|
321
|
+
<item name="PAX" objecttype="thing" objectid="101020">
|
322
|
+
<subtypes>
|
323
|
+
<subtype value="boardgame"/>
|
324
|
+
</subtypes>
|
325
|
+
</item>
|
326
|
+
</play>
|
327
|
+
<play id="6513371" date="2011-10-29" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
|
328
|
+
<item name="Trajan" objecttype="thing" objectid="102680">
|
329
|
+
<subtypes>
|
330
|
+
<subtype value="boardgame"/>
|
331
|
+
</subtypes>
|
332
|
+
</item>
|
333
|
+
</play>
|
334
|
+
<play id="6510687" date="2011-10-29" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
|
335
|
+
<item name="Walnut Grove" objecttype="thing" objectid="103185">
|
336
|
+
<subtypes>
|
337
|
+
<subtype value="boardgame"/>
|
338
|
+
</subtypes>
|
339
|
+
</item>
|
340
|
+
</play>
|
341
|
+
<play id="6505850" date="2011-10-28" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
|
342
|
+
<item name="Kingdom Builder" objecttype="thing" objectid="107529">
|
343
|
+
<subtypes>
|
344
|
+
<subtype value="boardgame"/>
|
345
|
+
</subtypes>
|
346
|
+
</item>
|
347
|
+
</play>
|
348
|
+
<play id="6505846" date="2011-10-28" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
|
349
|
+
<item name="Mondriaan 2020" objecttype="thing" objectid="109612">
|
350
|
+
<subtypes>
|
351
|
+
<subtype value="boardgame"/>
|
352
|
+
</subtypes>
|
353
|
+
</item>
|
354
|
+
</play>
|
355
|
+
<play id="6505847" date="2011-10-20" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
|
356
|
+
<item name="Mondriaan 2020" objecttype="thing" objectid="109612">
|
357
|
+
<subtypes>
|
358
|
+
<subtype value="boardgame"/>
|
359
|
+
</subtypes>
|
360
|
+
</item>
|
361
|
+
</play>
|
362
|
+
<play id="6468601" date="2011-10-19" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
|
363
|
+
<item name="Trajan" objecttype="thing" objectid="102680">
|
364
|
+
<subtypes>
|
365
|
+
<subtype value="boardgame"/>
|
366
|
+
</subtypes>
|
367
|
+
</item>
|
368
|
+
</play>
|
369
|
+
<play id="6370356" date="2011-09-25" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
|
370
|
+
<item name="The Castles of Burgundy" objecttype="thing" objectid="84876">
|
371
|
+
<subtypes>
|
372
|
+
<subtype value="boardgame"/>
|
373
|
+
</subtypes>
|
374
|
+
</item>
|
375
|
+
</play>
|
376
|
+
<play id="6370358" date="2011-09-25" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
|
377
|
+
<item name="Luna" objecttype="thing" objectid="70512">
|
378
|
+
<subtypes>
|
379
|
+
<subtype value="boardgame"/>
|
380
|
+
</subtypes>
|
381
|
+
</item>
|
382
|
+
</play>
|
383
|
+
<play id="6361203" date="2011-09-23" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
|
384
|
+
<item name="Attika" objecttype="thing" objectid="8051">
|
385
|
+
<subtypes>
|
386
|
+
<subtype value="boardgame"/>
|
387
|
+
</subtypes>
|
388
|
+
</item>
|
389
|
+
</play>
|
390
|
+
<play id="6361201" date="2011-09-23" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
|
391
|
+
<item name="Egizia" objecttype="thing" objectid="58421">
|
392
|
+
<subtypes>
|
393
|
+
<subtype value="boardgame"/>
|
394
|
+
</subtypes>
|
395
|
+
</item>
|
396
|
+
</play>
|
397
|
+
<play id="6343972" date="2011-09-17" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
|
398
|
+
<item name="Aton" objecttype="thing" objectid="19999">
|
399
|
+
<subtypes>
|
400
|
+
<subtype value="boardgame"/>
|
401
|
+
</subtypes>
|
402
|
+
</item>
|
403
|
+
</play>
|
404
|
+
<play id="6343984" date="2011-09-17" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
|
405
|
+
<item name="Dominant Species" objecttype="thing" objectid="62219">
|
406
|
+
<subtypes>
|
407
|
+
<subtype value="boardgame"/>
|
408
|
+
</subtypes>
|
409
|
+
</item>
|
410
|
+
</play>
|
411
|
+
<play id="6343983" date="2011-09-17" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
|
412
|
+
<item name="Himalaya" objecttype="thing" objectid="3800">
|
413
|
+
<subtypes>
|
414
|
+
<subtype value="boardgame"/>
|
415
|
+
</subtypes>
|
416
|
+
</item>
|
417
|
+
</play>
|
418
|
+
<play id="6343969" date="2011-09-17" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
|
419
|
+
<item name="Stich-Meister" objecttype="thing" objectid="81250">
|
420
|
+
<subtypes>
|
421
|
+
<subtype value="boardgame"/>
|
422
|
+
</subtypes>
|
423
|
+
</item>
|
424
|
+
</play>
|
425
|
+
<play id="6343971" date="2011-09-17" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
|
426
|
+
<item name="Yspahan" objecttype="thing" objectid="22345">
|
427
|
+
<subtypes>
|
428
|
+
<subtype value="boardgame"/>
|
429
|
+
</subtypes>
|
430
|
+
</item>
|
431
|
+
</play>
|
432
|
+
<play id="6343989" date="2011-09-16" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
|
433
|
+
<item name="Can't Stop" objecttype="thing" objectid="41">
|
434
|
+
<subtypes>
|
435
|
+
<subtype value="boardgame"/>
|
436
|
+
</subtypes>
|
437
|
+
</item>
|
438
|
+
</play>
|
439
|
+
<play id="6343988" date="2011-09-16" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
|
440
|
+
<item name="Yspahan" objecttype="thing" objectid="22345">
|
441
|
+
<subtypes>
|
442
|
+
<subtype value="boardgame"/>
|
443
|
+
</subtypes>
|
444
|
+
</item>
|
445
|
+
</play>
|
446
|
+
<play id="6307778" date="2011-09-10" quantity="2" length="0" incomplete="0" nowinstats="0" location="">
|
447
|
+
<item name="The Castles of Burgundy" objecttype="thing" objectid="84876">
|
448
|
+
<subtypes>
|
449
|
+
<subtype value="boardgame"/>
|
450
|
+
</subtypes>
|
451
|
+
</item>
|
452
|
+
</play>
|
453
|
+
<play id="6307776" date="2011-09-10" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
|
454
|
+
<item name="Le Havre" objecttype="thing" objectid="35677">
|
455
|
+
<subtypes>
|
456
|
+
<subtype value="boardgame"/>
|
457
|
+
</subtypes>
|
458
|
+
</item>
|
459
|
+
</play>
|
460
|
+
<play id="6286820" date="2011-09-05" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
|
461
|
+
<item name="Agricola" objecttype="thing" objectid="31260">
|
462
|
+
<subtypes>
|
463
|
+
<subtype value="boardgame"/>
|
464
|
+
</subtypes>
|
465
|
+
</item>
|
466
|
+
</play>
|
467
|
+
<play id="6286818" date="2011-09-05" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
|
468
|
+
<item name="Attika" objecttype="thing" objectid="8051">
|
469
|
+
<subtypes>
|
470
|
+
<subtype value="boardgame"/>
|
471
|
+
</subtypes>
|
472
|
+
</item>
|
473
|
+
</play>
|
474
|
+
<play id="6286823" date="2011-09-05" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
|
475
|
+
<item name="The Castles of Burgundy" objecttype="thing" objectid="84876">
|
476
|
+
<subtypes>
|
477
|
+
<subtype value="boardgame"/>
|
478
|
+
</subtypes>
|
479
|
+
</item>
|
480
|
+
</play>
|
481
|
+
<play id="6288400" date="2011-09-05" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
|
482
|
+
<item name="The Castles of Burgundy" objecttype="thing" objectid="84876">
|
483
|
+
<subtypes>
|
484
|
+
<subtype value="boardgame"/>
|
485
|
+
</subtypes>
|
486
|
+
</item>
|
487
|
+
</play>
|
488
|
+
<play id="6277872" date="2011-09-04" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
|
489
|
+
<item name="1889" objecttype="thing" objectid="23540">
|
490
|
+
<subtypes>
|
491
|
+
<subtype value="boardgame"/>
|
492
|
+
</subtypes>
|
493
|
+
</item>
|
494
|
+
</play>
|
495
|
+
<play id="6283217" date="2011-09-04" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
|
496
|
+
<item name="Luna" objecttype="thing" objectid="70512">
|
497
|
+
<subtypes>
|
498
|
+
<subtype value="boardgame"/>
|
499
|
+
</subtypes>
|
500
|
+
</item>
|
501
|
+
</play>
|
502
|
+
<play id="6284135" date="2011-09-04" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
|
503
|
+
<item name="Pantheon" objecttype="thing" objectid="94480">
|
504
|
+
<subtypes>
|
505
|
+
<subtype value="boardgame"/>
|
506
|
+
</subtypes>
|
507
|
+
</item>
|
508
|
+
</play>
|
509
|
+
<play id="6283216" date="2011-09-04" quantity="3" length="0" incomplete="0" nowinstats="0" location="">
|
510
|
+
<item name="Race for the Galaxy" objecttype="thing" objectid="28143">
|
511
|
+
<subtypes>
|
512
|
+
<subtype value="boardgame"/>
|
513
|
+
</subtypes>
|
514
|
+
</item>
|
515
|
+
</play>
|
516
|
+
<play id="6284133" date="2011-09-04" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
|
517
|
+
<item name="Strasbourg" objecttype="thing" objectid="91873">
|
518
|
+
<subtypes>
|
519
|
+
<subtype value="boardgame"/>
|
520
|
+
</subtypes>
|
521
|
+
</item>
|
522
|
+
</play>
|
523
|
+
<play id="6274173" date="2011-09-03" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
|
524
|
+
<item name="Can't Stop" objecttype="thing" objectid="41">
|
525
|
+
<subtypes>
|
526
|
+
<subtype value="boardgame"/>
|
527
|
+
</subtypes>
|
528
|
+
</item>
|
529
|
+
</play>
|
530
|
+
<play id="6283223" date="2011-09-03" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
|
531
|
+
<item name="Le Havre" objecttype="thing" objectid="35677">
|
532
|
+
<subtypes>
|
533
|
+
<subtype value="boardgame"/>
|
534
|
+
</subtypes>
|
535
|
+
</item>
|
536
|
+
</play>
|
537
|
+
<play id="6283221" date="2011-09-03" quantity="2" length="0" incomplete="0" nowinstats="0" location="">
|
538
|
+
<item name="Power Grid" objecttype="thing" objectid="2651">
|
539
|
+
<subtypes>
|
540
|
+
<subtype value="boardgame"/>
|
541
|
+
<subtype value="boardgameimplementation"/>
|
542
|
+
</subtypes>
|
543
|
+
</item>
|
544
|
+
</play>
|
545
|
+
<play id="6274174" date="2011-09-02" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
|
546
|
+
<item name="Can't Stop" objecttype="thing" objectid="41">
|
547
|
+
<subtypes>
|
548
|
+
<subtype value="boardgame"/>
|
549
|
+
</subtypes>
|
550
|
+
</item>
|
551
|
+
</play>
|
552
|
+
<play id="6271385" date="2011-09-02" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
|
553
|
+
<item name="The Castles of Burgundy" objecttype="thing" objectid="84876">
|
554
|
+
<subtypes>
|
555
|
+
<subtype value="boardgame"/>
|
556
|
+
</subtypes>
|
557
|
+
</item>
|
558
|
+
</play>
|
559
|
+
<play id="6272511" date="2011-09-02" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
|
560
|
+
<item name="China: Grenzstreitigkeiten" objecttype="thing" objectid="23417">
|
561
|
+
<subtypes>
|
562
|
+
<subtype value="boardgame"/>
|
563
|
+
<subtype value="boardgameexpansion"/>
|
564
|
+
</subtypes>
|
565
|
+
</item>
|
566
|
+
</play>
|
567
|
+
<play id="6271386" date="2011-09-02" quantity="2" length="0" incomplete="0" nowinstats="0" location="">
|
568
|
+
<item name="Perpetual-Motion Machine" objecttype="thing" objectid="69318">
|
569
|
+
<subtypes>
|
570
|
+
<subtype value="boardgame"/>
|
571
|
+
</subtypes>
|
572
|
+
</item>
|
573
|
+
</play>
|
574
|
+
<play id="6271389" date="2011-09-02" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
|
575
|
+
<item name="Zing!" objecttype="thing" objectid="8129">
|
576
|
+
<subtypes>
|
577
|
+
<subtype value="boardgame"/>
|
578
|
+
</subtypes>
|
579
|
+
</item>
|
580
|
+
</play>
|
581
|
+
<play id="6251987" date="2011-08-28" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
|
582
|
+
<item name="German Railways" objecttype="thing" objectid="35285">
|
583
|
+
<subtypes>
|
584
|
+
<subtype value="boardgame"/>
|
585
|
+
</subtypes>
|
586
|
+
</item>
|
587
|
+
</play>
|
588
|
+
<play id="6251713" date="2011-08-28" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
|
589
|
+
<item name="Himalaya" objecttype="thing" objectid="3800">
|
590
|
+
<subtypes>
|
591
|
+
<subtype value="boardgame"/>
|
592
|
+
</subtypes>
|
593
|
+
</item>
|
594
|
+
</play>
|
595
|
+
<play id="6251015" date="2011-08-28" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
|
596
|
+
<item name="Lakota" objecttype="thing" objectid="39332">
|
597
|
+
<subtypes>
|
598
|
+
<subtype value="boardgame"/>
|
599
|
+
</subtypes>
|
600
|
+
</item>
|
601
|
+
</play>
|
602
|
+
<play id="6248035" date="2011-08-28" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
|
603
|
+
<item name="Rum & Pirates" objecttype="thing" objectid="19948">
|
604
|
+
<subtypes>
|
605
|
+
<subtype value="boardgame"/>
|
606
|
+
</subtypes>
|
607
|
+
</item>
|
608
|
+
</play>
|
609
|
+
<play id="6246271" date="2011-08-27" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
|
610
|
+
<item name="Hare & Tortoise" objecttype="thing" objectid="361">
|
611
|
+
<subtypes>
|
612
|
+
<subtype value="boardgame"/>
|
613
|
+
</subtypes>
|
614
|
+
</item>
|
615
|
+
</play>
|
616
|
+
<play id="6246273" date="2011-08-27" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
|
617
|
+
<item name="Locomotive Werks" objecttype="thing" objectid="3828">
|
618
|
+
<subtypes>
|
619
|
+
<subtype value="boardgame"/>
|
620
|
+
</subtypes>
|
621
|
+
</item>
|
622
|
+
</play>
|
623
|
+
<play id="6246276" date="2011-08-27" quantity="2" length="0" incomplete="0" nowinstats="0" location="">
|
624
|
+
<item name="Race for the Galaxy" objecttype="thing" objectid="28143">
|
625
|
+
<subtypes>
|
626
|
+
<subtype value="boardgame"/>
|
627
|
+
</subtypes>
|
628
|
+
</item>
|
629
|
+
</play>
|
630
|
+
<play id="6247541" date="2011-08-27" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
|
631
|
+
<item name="The Speicherstadt" objecttype="thing" objectid="66505">
|
632
|
+
<subtypes>
|
633
|
+
<subtype value="boardgame"/>
|
634
|
+
</subtypes>
|
635
|
+
</item>
|
636
|
+
</play>
|
637
|
+
<play id="6246278" date="2011-08-27" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
|
638
|
+
<item name="Strasbourg" objecttype="thing" objectid="91873">
|
639
|
+
<subtypes>
|
640
|
+
<subtype value="boardgame"/>
|
641
|
+
</subtypes>
|
642
|
+
</item>
|
643
|
+
</play>
|
644
|
+
<play id="6240856" date="2011-08-26" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
|
645
|
+
<item name="Finca" objecttype="thing" objectid="40628">
|
646
|
+
<subtypes>
|
647
|
+
<subtype value="boardgame"/>
|
648
|
+
</subtypes>
|
649
|
+
</item>
|
650
|
+
</play>
|
651
|
+
<play id="6241016" date="2011-08-26" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
|
652
|
+
<item name="Ingenious" objecttype="thing" objectid="9674">
|
653
|
+
<subtypes>
|
654
|
+
<subtype value="boardgame"/>
|
655
|
+
</subtypes>
|
656
|
+
</item>
|
657
|
+
</play>
|
658
|
+
<play id="6240855" date="2011-08-26" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
|
659
|
+
<item name="Through the Desert" objecttype="thing" objectid="503">
|
660
|
+
<subtypes>
|
661
|
+
<subtype value="boardgame"/>
|
662
|
+
</subtypes>
|
663
|
+
</item>
|
664
|
+
</play>
|
665
|
+
<play id="6240972" date="2011-08-26" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
|
666
|
+
<item name="Web of Power" objecttype="thing" objectid="491">
|
667
|
+
<subtypes>
|
668
|
+
<subtype value="boardgame"/>
|
669
|
+
</subtypes>
|
670
|
+
</item>
|
671
|
+
</play>
|
672
|
+
<play id="6229290" date="2011-08-23" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
|
673
|
+
<item name="Taj Mahal" objecttype="thing" objectid="475">
|
674
|
+
<subtypes>
|
675
|
+
<subtype value="boardgame"/>
|
676
|
+
</subtypes>
|
677
|
+
</item>
|
678
|
+
</play>
|
679
|
+
<play id="6217061" date="2011-08-20" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
|
680
|
+
<item name="Stone Age" objecttype="thing" objectid="34635">
|
681
|
+
<subtypes>
|
682
|
+
<subtype value="boardgame"/>
|
683
|
+
</subtypes>
|
684
|
+
</item>
|
685
|
+
</play>
|
686
|
+
<play id="6211348" date="2011-08-19" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
|
687
|
+
<item name="Can't Stop" objecttype="thing" objectid="41">
|
688
|
+
<subtypes>
|
689
|
+
<subtype value="boardgame"/>
|
690
|
+
</subtypes>
|
691
|
+
</item>
|
692
|
+
</play>
|
693
|
+
<play id="6211350" date="2011-08-19" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
|
694
|
+
<item name="The Hanging Gardens" objecttype="thing" objectid="34707">
|
695
|
+
<subtypes>
|
696
|
+
<subtype value="boardgame"/>
|
697
|
+
</subtypes>
|
698
|
+
</item>
|
699
|
+
</play>
|
700
|
+
<play id="6211351" date="2011-08-19" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
|
701
|
+
<item name="Olympos" objecttype="thing" objectid="92319">
|
702
|
+
<subtypes>
|
703
|
+
<subtype value="boardgame"/>
|
704
|
+
</subtypes>
|
705
|
+
</item>
|
706
|
+
</play>
|
707
|
+
</plays>
|