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,253 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            <?xml version="1.0" encoding="utf-8"?>
         
     | 
| 
      
 2 
     | 
    
         
            +
            <items termsofuse="http://boardgamegeek.com/xmlapi/termsofuse">
         
     | 
| 
      
 3 
     | 
    
         
            +
              <item id="125658" rank="1">
         
     | 
| 
      
 4 
     | 
    
         
            +
                <thumbnail value="http://cf.geekdo-images.com/images/pic1332528_t.jpg"/>
         
     | 
| 
      
 5 
     | 
    
         
            +
                <name value="Level 7 [Escape]"/>
         
     | 
| 
      
 6 
     | 
    
         
            +
                <yearpublished value="2012"/>
         
     | 
| 
      
 7 
     | 
    
         
            +
              </item>
         
     | 
| 
      
 8 
     | 
    
         
            +
              <item id="129050" rank="2">
         
     | 
| 
      
 9 
     | 
    
         
            +
                <thumbnail value="http://cf.geekdo-images.com/images/pic1388461_t.jpg"/>
         
     | 
| 
      
 10 
     | 
    
         
            +
                <name value="P.I."/>
         
     | 
| 
      
 11 
     | 
    
         
            +
                <yearpublished value="2012"/>
         
     | 
| 
      
 12 
     | 
    
         
            +
              </item>
         
     | 
| 
      
 13 
     | 
    
         
            +
              <item id="104162" rank="3">
         
     | 
| 
      
 14 
     | 
    
         
            +
                <thumbnail value="http://cf.geekdo-images.com/images/pic1180640_t.jpg"/>
         
     | 
| 
      
 15 
     | 
    
         
            +
                <name value="Descent: Journeys in the Dark (Second Edition)"/>
         
     | 
| 
      
 16 
     | 
    
         
            +
                <yearpublished value="2012"/>
         
     | 
| 
      
 17 
     | 
    
         
            +
              </item>
         
     | 
| 
      
 18 
     | 
    
         
            +
              <item id="113924" rank="4">
         
     | 
| 
      
 19 
     | 
    
         
            +
                <thumbnail value="http://cf.geekdo-images.com/images/pic1196191_t.jpg"/>
         
     | 
| 
      
 20 
     | 
    
         
            +
                <name value="Zombicide"/>
         
     | 
| 
      
 21 
     | 
    
         
            +
                <yearpublished value="2012"/>
         
     | 
| 
      
 22 
     | 
    
         
            +
              </item>
         
     | 
| 
      
 23 
     | 
    
         
            +
              <item id="125403" rank="5">
         
     | 
| 
      
 24 
     | 
    
         
            +
                <thumbnail value="http://cf.geekdo-images.com/images/pic1321190_t.jpg"/>
         
     | 
| 
      
 25 
     | 
    
         
            +
                <name value="Dominion: Dark Ages"/>
         
     | 
| 
      
 26 
     | 
    
         
            +
                <yearpublished value="2012"/>
         
     | 
| 
      
 27 
     | 
    
         
            +
              </item>
         
     | 
| 
      
 28 
     | 
    
         
            +
              <item id="72125" rank="6">
         
     | 
| 
      
 29 
     | 
    
         
            +
                <thumbnail value="http://cf.geekdo-images.com/images/pic1173341_t.jpg"/>
         
     | 
| 
      
 30 
     | 
    
         
            +
                <name value="Eclipse"/>
         
     | 
| 
      
 31 
     | 
    
         
            +
                <yearpublished value="2011"/>
         
     | 
| 
      
 32 
     | 
    
         
            +
              </item>
         
     | 
| 
      
 33 
     | 
    
         
            +
              <item id="101721" rank="7">
         
     | 
| 
      
 34 
     | 
    
         
            +
                <thumbnail value="http://cf.geekdo-images.com/images/pic1365211_t.jpg"/>
         
     | 
| 
      
 35 
     | 
    
         
            +
                <name value="Mage Wars"/>
         
     | 
| 
      
 36 
     | 
    
         
            +
                <yearpublished value="2012"/>
         
     | 
| 
      
 37 
     | 
    
         
            +
              </item>
         
     | 
| 
      
 38 
     | 
    
         
            +
              <item id="127324" rank="8">
         
     | 
| 
      
 39 
     | 
    
         
            +
                <thumbnail value="http://cf.geekdo-images.com/images/pic1378060_t.jpg"/>
         
     | 
| 
      
 40 
     | 
    
         
            +
                <name value="Story Realms"/>
         
     | 
| 
      
 41 
     | 
    
         
            +
                <yearpublished value="2013"/>
         
     | 
| 
      
 42 
     | 
    
         
            +
              </item>
         
     | 
| 
      
 43 
     | 
    
         
            +
              <item id="40765" rank="9">
         
     | 
| 
      
 44 
     | 
    
         
            +
                <thumbnail value="http://cf.geekdo-images.com/images/pic1351042_t.jpg"/>
         
     | 
| 
      
 45 
     | 
    
         
            +
                <name value="Clash of Cultures"/>
         
     | 
| 
      
 46 
     | 
    
         
            +
                <yearpublished value="2012"/>
         
     | 
| 
      
 47 
     | 
    
         
            +
              </item>
         
     | 
| 
      
 48 
     | 
    
         
            +
              <item id="128882" rank="10">
         
     | 
| 
      
 49 
     | 
    
         
            +
                <thumbnail value="http://cf.geekdo-images.com/images/pic1391660_t.jpg"/>
         
     | 
| 
      
 50 
     | 
    
         
            +
                <name value="The Resistance: Avalon"/>
         
     | 
| 
      
 51 
     | 
    
         
            +
                <yearpublished value="2012"/>
         
     | 
| 
      
 52 
     | 
    
         
            +
              </item>
         
     | 
| 
      
 53 
     | 
    
         
            +
              <item id="96848" rank="11">
         
     | 
| 
      
 54 
     | 
    
         
            +
                <thumbnail value="http://cf.geekdo-images.com/images/pic1083380_t.jpg"/>
         
     | 
| 
      
 55 
     | 
    
         
            +
                <name value="Mage Knight: Board Game"/>
         
     | 
| 
      
 56 
     | 
    
         
            +
                <yearpublished value="2011"/>
         
     | 
| 
      
 57 
     | 
    
         
            +
              </item>
         
     | 
| 
      
 58 
     | 
    
         
            +
              <item id="122522" rank="12">
         
     | 
| 
      
 59 
     | 
    
         
            +
                <thumbnail value="http://cf.geekdo-images.com/images/pic1269874_t.jpg"/>
         
     | 
| 
      
 60 
     | 
    
         
            +
                <name value="Smash Up"/>
         
     | 
| 
      
 61 
     | 
    
         
            +
                <yearpublished value="2012"/>
         
     | 
| 
      
 62 
     | 
    
         
            +
              </item>
         
     | 
| 
      
 63 
     | 
    
         
            +
              <item id="124742" rank="13">
         
     | 
| 
      
 64 
     | 
    
         
            +
                <thumbnail value="http://cf.geekdo-images.com/images/pic1324609_t.jpg"/>
         
     | 
| 
      
 65 
     | 
    
         
            +
                <name value="Android: Netrunner"/>
         
     | 
| 
      
 66 
     | 
    
         
            +
                <yearpublished value="2012"/>
         
     | 
| 
      
 67 
     | 
    
         
            +
              </item>
         
     | 
| 
      
 68 
     | 
    
         
            +
              <item id="18400" rank="14">
         
     | 
| 
      
 69 
     | 
    
         
            +
                <thumbnail value="http://cf.geekdo-images.com/images/pic1215987_t.jpg"/>
         
     | 
| 
      
 70 
     | 
    
         
            +
                <name value="Battle Beyond Space"/>
         
     | 
| 
      
 71 
     | 
    
         
            +
                <yearpublished value="2012"/>
         
     | 
| 
      
 72 
     | 
    
         
            +
              </item>
         
     | 
| 
      
 73 
     | 
    
         
            +
              <item id="41114" rank="15">
         
     | 
| 
      
 74 
     | 
    
         
            +
                <thumbnail value="http://cf.geekdo-images.com/images/pic866491_t.jpg"/>
         
     | 
| 
      
 75 
     | 
    
         
            +
                <name value="The Resistance"/>
         
     | 
| 
      
 76 
     | 
    
         
            +
                <yearpublished value="2009"/>
         
     | 
| 
      
 77 
     | 
    
         
            +
              </item>
         
     | 
| 
      
 78 
     | 
    
         
            +
              <item id="124708" rank="16">
         
     | 
| 
      
 79 
     | 
    
         
            +
                <thumbnail value="http://cf.geekdo-images.com/images/pic1312072_t.jpg"/>
         
     | 
| 
      
 80 
     | 
    
         
            +
                <name value="Mice and Mystics"/>
         
     | 
| 
      
 81 
     | 
    
         
            +
                <yearpublished value="2012"/>
         
     | 
| 
      
 82 
     | 
    
         
            +
              </item>
         
     | 
| 
      
 83 
     | 
    
         
            +
              <item id="103885" rank="17">
         
     | 
| 
      
 84 
     | 
    
         
            +
                <thumbnail value="http://cf.geekdo-images.com/images/pic1291494_t.png"/>
         
     | 
| 
      
 85 
     | 
    
         
            +
                <name value="Star Wars: X-Wing Miniatures Game"/>
         
     | 
| 
      
 86 
     | 
    
         
            +
                <yearpublished value="2012"/>
         
     | 
| 
      
 87 
     | 
    
         
            +
              </item>
         
     | 
| 
      
 88 
     | 
    
         
            +
              <item id="36218" rank="18">
         
     | 
| 
      
 89 
     | 
    
         
            +
                <thumbnail value="http://cf.geekdo-images.com/images/pic394356_t.jpg"/>
         
     | 
| 
      
 90 
     | 
    
         
            +
                <name value="Dominion"/>
         
     | 
| 
      
 91 
     | 
    
         
            +
                <yearpublished value="2008"/>
         
     | 
| 
      
 92 
     | 
    
         
            +
              </item>
         
     | 
| 
      
 93 
     | 
    
         
            +
              <item id="101785" rank="19">
         
     | 
| 
      
 94 
     | 
    
         
            +
                <thumbnail value="http://cf.geekdo-images.com/images/pic1206256_t.jpg"/>
         
     | 
| 
      
 95 
     | 
    
         
            +
                <name value="D-Day Dice"/>
         
     | 
| 
      
 96 
     | 
    
         
            +
                <yearpublished value="2012"/>
         
     | 
| 
      
 97 
     | 
    
         
            +
              </item>
         
     | 
| 
      
 98 
     | 
    
         
            +
              <item id="77423" rank="20">
         
     | 
| 
      
 99 
     | 
    
         
            +
                <thumbnail value="http://cf.geekdo-images.com/images/pic906495_t.jpg"/>
         
     | 
| 
      
 100 
     | 
    
         
            +
                <name value="The Lord of the Rings: The Card Game"/>
         
     | 
| 
      
 101 
     | 
    
         
            +
                <yearpublished value="2011"/>
         
     | 
| 
      
 102 
     | 
    
         
            +
              </item>
         
     | 
| 
      
 103 
     | 
    
         
            +
              <item id="108745" rank="21">
         
     | 
| 
      
 104 
     | 
    
         
            +
                <thumbnail value="http://cf.geekdo-images.com/images/pic1299390_t.jpg"/>
         
     | 
| 
      
 105 
     | 
    
         
            +
                <name value="Seasons"/>
         
     | 
| 
      
 106 
     | 
    
         
            +
                <yearpublished value="2012"/>
         
     | 
| 
      
 107 
     | 
    
         
            +
              </item>
         
     | 
| 
      
 108 
     | 
    
         
            +
              <item id="129051" rank="22">
         
     | 
| 
      
 109 
     | 
    
         
            +
                <thumbnail value="http://cf.geekdo-images.com/images/pic1045245_t.png"/>
         
     | 
| 
      
 110 
     | 
    
         
            +
                <name value="Le Havre: Der Binnenhafen"/>
         
     | 
| 
      
 111 
     | 
    
         
            +
                <yearpublished value="2012"/>
         
     | 
| 
      
 112 
     | 
    
         
            +
              </item>
         
     | 
| 
      
 113 
     | 
    
         
            +
              <item id="104006" rank="23">
         
     | 
| 
      
 114 
     | 
    
         
            +
                <thumbnail value="http://cf.geekdo-images.com/images/pic1115193_t.jpg"/>
         
     | 
| 
      
 115 
     | 
    
         
            +
                <name value="Village"/>
         
     | 
| 
      
 116 
     | 
    
         
            +
                <yearpublished value="2011"/>
         
     | 
| 
      
 117 
     | 
    
         
            +
              </item>
         
     | 
| 
      
 118 
     | 
    
         
            +
              <item id="102680" rank="24">
         
     | 
| 
      
 119 
     | 
    
         
            +
                <thumbnail value="http://cf.geekdo-images.com/images/pic1054375_t.jpg"/>
         
     | 
| 
      
 120 
     | 
    
         
            +
                <name value="Trajan"/>
         
     | 
| 
      
 121 
     | 
    
         
            +
                <yearpublished value="2011"/>
         
     | 
| 
      
 122 
     | 
    
         
            +
              </item>
         
     | 
| 
      
 123 
     | 
    
         
            +
              <item id="110327" rank="25">
         
     | 
| 
      
 124 
     | 
    
         
            +
                <thumbnail value="http://cf.geekdo-images.com/images/pic1116080_t.jpg"/>
         
     | 
| 
      
 125 
     | 
    
         
            +
                <name value="Lords of Waterdeep"/>
         
     | 
| 
      
 126 
     | 
    
         
            +
                <yearpublished value="2012"/>
         
     | 
| 
      
 127 
     | 
    
         
            +
              </item>
         
     | 
| 
      
 128 
     | 
    
         
            +
              <item id="111661" rank="26">
         
     | 
| 
      
 129 
     | 
    
         
            +
                <thumbnail value="http://cf.geekdo-images.com/images/pic1255917_t.jpg"/>
         
     | 
| 
      
 130 
     | 
    
         
            +
                <name value="7 Wonders: Cities"/>
         
     | 
| 
      
 131 
     | 
    
         
            +
                <yearpublished value="2012"/>
         
     | 
| 
      
 132 
     | 
    
         
            +
              </item>
         
     | 
| 
      
 133 
     | 
    
         
            +
              <item id="68448" rank="27">
         
     | 
| 
      
 134 
     | 
    
         
            +
                <thumbnail value="http://cf.geekdo-images.com/images/pic860217_t.jpg"/>
         
     | 
| 
      
 135 
     | 
    
         
            +
                <name value="7 Wonders"/>
         
     | 
| 
      
 136 
     | 
    
         
            +
                <yearpublished value="2010"/>
         
     | 
| 
      
 137 
     | 
    
         
            +
              </item>
         
     | 
| 
      
 138 
     | 
    
         
            +
              <item id="12333" rank="28">
         
     | 
| 
      
 139 
     | 
    
         
            +
                <thumbnail value="http://cf.geekdo-images.com/images/pic361592_t.jpg"/>
         
     | 
| 
      
 140 
     | 
    
         
            +
                <name value="Twilight Struggle"/>
         
     | 
| 
      
 141 
     | 
    
         
            +
                <yearpublished value="2005"/>
         
     | 
| 
      
 142 
     | 
    
         
            +
              </item>
         
     | 
| 
      
 143 
     | 
    
         
            +
              <item id="31260" rank="29">
         
     | 
| 
      
 144 
     | 
    
         
            +
                <thumbnail value="http://cf.geekdo-images.com/images/pic259085_t.jpg"/>
         
     | 
| 
      
 145 
     | 
    
         
            +
                <name value="Agricola"/>
         
     | 
| 
      
 146 
     | 
    
         
            +
                <yearpublished value="2007"/>
         
     | 
| 
      
 147 
     | 
    
         
            +
              </item>
         
     | 
| 
      
 148 
     | 
    
         
            +
              <item id="25613" rank="30">
         
     | 
| 
      
 149 
     | 
    
         
            +
                <thumbnail value="http://cf.geekdo-images.com/images/pic236169_t.jpg"/>
         
     | 
| 
      
 150 
     | 
    
         
            +
                <name value="Through the Ages: A Story of Civilization"/>
         
     | 
| 
      
 151 
     | 
    
         
            +
                <yearpublished value="2006"/>
         
     | 
| 
      
 152 
     | 
    
         
            +
              </item>
         
     | 
| 
      
 153 
     | 
    
         
            +
              <item id="119890" rank="31">
         
     | 
| 
      
 154 
     | 
    
         
            +
                <thumbnail value="http://cf.geekdo-images.com/images/pic1286456_t.jpg"/>
         
     | 
| 
      
 155 
     | 
    
         
            +
                <name value="Agricola:  All Creatures Big and Small"/>
         
     | 
| 
      
 156 
     | 
    
         
            +
                <yearpublished value="2012"/>
         
     | 
| 
      
 157 
     | 
    
         
            +
              </item>
         
     | 
| 
      
 158 
     | 
    
         
            +
              <item id="91080" rank="32">
         
     | 
| 
      
 159 
     | 
    
         
            +
                <thumbnail value="http://cf.geekdo-images.com/images/pic1381149_t.jpg"/>
         
     | 
| 
      
 160 
     | 
    
         
            +
                <name value="Andean Abyss"/>
         
     | 
| 
      
 161 
     | 
    
         
            +
                <yearpublished value="2012"/>
         
     | 
| 
      
 162 
     | 
    
         
            +
              </item>
         
     | 
| 
      
 163 
     | 
    
         
            +
              <item id="19857" rank="33">
         
     | 
| 
      
 164 
     | 
    
         
            +
                <thumbnail value="http://cf.geekdo-images.com/images/pic234137_t.jpg"/>
         
     | 
| 
      
 165 
     | 
    
         
            +
                <name value="Glory to Rome"/>
         
     | 
| 
      
 166 
     | 
    
         
            +
                <yearpublished value="2005"/>
         
     | 
| 
      
 167 
     | 
    
         
            +
              </item>
         
     | 
| 
      
 168 
     | 
    
         
            +
              <item id="41569" rank="34">
         
     | 
| 
      
 169 
     | 
    
         
            +
                <thumbnail value="http://cf.geekdo-images.com/images/pic807667_t.jpg"/>
         
     | 
| 
      
 170 
     | 
    
         
            +
                <name value="The Great Fire of London 1666"/>
         
     | 
| 
      
 171 
     | 
    
         
            +
                <yearpublished value="2010"/>
         
     | 
| 
      
 172 
     | 
    
         
            +
              </item>
         
     | 
| 
      
 173 
     | 
    
         
            +
              <item id="122588" rank="35">
         
     | 
| 
      
 174 
     | 
    
         
            +
                <thumbnail value="http://cf.geekdo-images.com/images/pic1314558_t.jpg"/>
         
     | 
| 
      
 175 
     | 
    
         
            +
                <name value="Dungeon Command: Sting of Lolth"/>
         
     | 
| 
      
 176 
     | 
    
         
            +
                <yearpublished value="2012"/>
         
     | 
| 
      
 177 
     | 
    
         
            +
              </item>
         
     | 
| 
      
 178 
     | 
    
         
            +
              <item id="104163" rank="36">
         
     | 
| 
      
 179 
     | 
    
         
            +
                <thumbnail value="http://cf.geekdo-images.com/images/pic1180639_t.jpg"/>
         
     | 
| 
      
 180 
     | 
    
         
            +
                <name value="Descent: Journeys in the Dark: Second Edition: Conversion Kit"/>
         
     | 
| 
      
 181 
     | 
    
         
            +
                <yearpublished value="2012"/>
         
     | 
| 
      
 182 
     | 
    
         
            +
              </item>
         
     | 
| 
      
 183 
     | 
    
         
            +
              <item id="15987" rank="37">
         
     | 
| 
      
 184 
     | 
    
         
            +
                <thumbnail value="http://cf.geekdo-images.com/images/pic175966_t.jpg"/>
         
     | 
| 
      
 185 
     | 
    
         
            +
                <name value="Arkham Horror"/>
         
     | 
| 
      
 186 
     | 
    
         
            +
                <yearpublished value="2005"/>
         
     | 
| 
      
 187 
     | 
    
         
            +
              </item>
         
     | 
| 
      
 188 
     | 
    
         
            +
              <item id="103343" rank="38">
         
     | 
| 
      
 189 
     | 
    
         
            +
                <thumbnail value="http://cf.geekdo-images.com/images/pic1077906_t.jpg"/>
         
     | 
| 
      
 190 
     | 
    
         
            +
                <name value="A Game of Thrones: The Board Game (Second Edition)"/>
         
     | 
| 
      
 191 
     | 
    
         
            +
                <yearpublished value="2011"/>
         
     | 
| 
      
 192 
     | 
    
         
            +
              </item>
         
     | 
| 
      
 193 
     | 
    
         
            +
              <item id="123239" rank="39">
         
     | 
| 
      
 194 
     | 
    
         
            +
                <thumbnail value="http://cf.geekdo-images.com/images/pic1285411_t.jpg"/>
         
     | 
| 
      
 195 
     | 
    
         
            +
                <name value="Wits & Wagers Party"/>
         
     | 
| 
      
 196 
     | 
    
         
            +
                <yearpublished value="2012"/>
         
     | 
| 
      
 197 
     | 
    
         
            +
              </item>
         
     | 
| 
      
 198 
     | 
    
         
            +
              <item id="125898" rank="40">
         
     | 
| 
      
 199 
     | 
    
         
            +
                <thumbnail value="http://cf.geekdo-images.com/images/pic1340277_t.jpg"/>
         
     | 
| 
      
 200 
     | 
    
         
            +
                <name value="Eclipse: Rise of the Ancients"/>
         
     | 
| 
      
 201 
     | 
    
         
            +
                <yearpublished value="2012"/>
         
     | 
| 
      
 202 
     | 
    
         
            +
              </item>
         
     | 
| 
      
 203 
     | 
    
         
            +
              <item id="129234" rank="41">
         
     | 
| 
      
 204 
     | 
    
         
            +
                <thumbnail value="http://cf.geekdo-images.com/images/pic1391447_t.jpg"/>
         
     | 
| 
      
 205 
     | 
    
         
            +
                <name value="Consequential"/>
         
     | 
| 
      
 206 
     | 
    
         
            +
                <yearpublished value="2013"/>
         
     | 
| 
      
 207 
     | 
    
         
            +
              </item>
         
     | 
| 
      
 208 
     | 
    
         
            +
              <item id="107529" rank="42">
         
     | 
| 
      
 209 
     | 
    
         
            +
                <thumbnail value="http://cf.geekdo-images.com/images/pic1152359_t.jpg"/>
         
     | 
| 
      
 210 
     | 
    
         
            +
                <name value="Kingdom Builder"/>
         
     | 
| 
      
 211 
     | 
    
         
            +
                <yearpublished value="2011"/>
         
     | 
| 
      
 212 
     | 
    
         
            +
              </item>
         
     | 
| 
      
 213 
     | 
    
         
            +
              <item id="9609" rank="43">
         
     | 
| 
      
 214 
     | 
    
         
            +
                <thumbnail value="http://cf.geekdo-images.com/images/pic1215633_t.jpg"/>
         
     | 
| 
      
 215 
     | 
    
         
            +
                <name value="War of the Ring"/>
         
     | 
| 
      
 216 
     | 
    
         
            +
                <yearpublished value="2004"/>
         
     | 
| 
      
 217 
     | 
    
         
            +
              </item>
         
     | 
| 
      
 218 
     | 
    
         
            +
              <item id="28143" rank="44">
         
     | 
| 
      
 219 
     | 
    
         
            +
                <thumbnail value="http://cf.geekdo-images.com/images/pic236327_t.jpg"/>
         
     | 
| 
      
 220 
     | 
    
         
            +
                <name value="Race for the Galaxy"/>
         
     | 
| 
      
 221 
     | 
    
         
            +
                <yearpublished value="2007"/>
         
     | 
| 
      
 222 
     | 
    
         
            +
              </item>
         
     | 
| 
      
 223 
     | 
    
         
            +
              <item id="84876" rank="45">
         
     | 
| 
      
 224 
     | 
    
         
            +
                <thumbnail value="http://cf.geekdo-images.com/images/pic1176894_t.jpg"/>
         
     | 
| 
      
 225 
     | 
    
         
            +
                <name value="The Castles of Burgundy"/>
         
     | 
| 
      
 226 
     | 
    
         
            +
                <yearpublished value="2011"/>
         
     | 
| 
      
 227 
     | 
    
         
            +
              </item>
         
     | 
| 
      
 228 
     | 
    
         
            +
              <item id="70323" rank="46">
         
     | 
| 
      
 229 
     | 
    
         
            +
                <thumbnail value="http://cf.geekdo-images.com/images/pic761434_t.jpg"/>
         
     | 
| 
      
 230 
     | 
    
         
            +
                <name value="King of Tokyo"/>
         
     | 
| 
      
 231 
     | 
    
         
            +
                <yearpublished value="2011"/>
         
     | 
| 
      
 232 
     | 
    
         
            +
              </item>
         
     | 
| 
      
 233 
     | 
    
         
            +
              <item id="67123" rank="47">
         
     | 
| 
      
 234 
     | 
    
         
            +
                <thumbnail value="http://cf.geekdo-images.com/images/pic670320_t.jpg"/>
         
     | 
| 
      
 235 
     | 
    
         
            +
                <name value="Tank on Tank"/>
         
     | 
| 
      
 236 
     | 
    
         
            +
                <yearpublished value="2010"/>
         
     | 
| 
      
 237 
     | 
    
         
            +
              </item>
         
     | 
| 
      
 238 
     | 
    
         
            +
              <item id="125618" rank="48">
         
     | 
| 
      
 239 
     | 
    
         
            +
                <thumbnail value="http://cf.geekdo-images.com/images/pic1326136_t.jpg"/>
         
     | 
| 
      
 240 
     | 
    
         
            +
                <name value="Libertalia"/>
         
     | 
| 
      
 241 
     | 
    
         
            +
                <yearpublished value="2012"/>
         
     | 
| 
      
 242 
     | 
    
         
            +
              </item>
         
     | 
| 
      
 243 
     | 
    
         
            +
              <item id="62219" rank="49">
         
     | 
| 
      
 244 
     | 
    
         
            +
                <thumbnail value="http://cf.geekdo-images.com/images/pic784193_t.jpg"/>
         
     | 
| 
      
 245 
     | 
    
         
            +
                <name value="Dominant Species"/>
         
     | 
| 
      
 246 
     | 
    
         
            +
                <yearpublished value="2010"/>
         
     | 
| 
      
 247 
     | 
    
         
            +
              </item>
         
     | 
| 
      
 248 
     | 
    
         
            +
              <item id="102548" rank="50">
         
     | 
| 
      
 249 
     | 
    
         
            +
                <thumbnail value="http://cf.geekdo-images.com/images/pic1111553_t.jpg"/>
         
     | 
| 
      
 250 
     | 
    
         
            +
                <name value="Dungeon Fighter"/>
         
     | 
| 
      
 251 
     | 
    
         
            +
                <yearpublished value="2011"/>
         
     | 
| 
      
 252 
     | 
    
         
            +
              </item>
         
     | 
| 
      
 253 
     | 
    
         
            +
            </items>
         
     | 
| 
         @@ -0,0 +1,504 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            <?xml version="1.0" encoding="utf-8"?>
         
     | 
| 
      
 2 
     | 
    
         
            +
            <plays username="ryanmacg" userid="621029" total="60" page="1" termsofuse="http://boardgamegeek.com/xmlapi/termsofuse">
         
     | 
| 
      
 3 
     | 
    
         
            +
              <play id="10871503" date="2014-01-05" quantity="1" length="0" incomplete="0" nowinstats="1" location="">
         
     | 
| 
      
 4 
     | 
    
         
            +
                <item name="Castle Panic" objecttype="thing" objectid="43443">
         
     | 
| 
      
 5 
     | 
    
         
            +
                  <subtypes>
         
     | 
| 
      
 6 
     | 
    
         
            +
                    <subtype value="boardgame"/>
         
     | 
| 
      
 7 
     | 
    
         
            +
                  </subtypes>
         
     | 
| 
      
 8 
     | 
    
         
            +
                </item>
         
     | 
| 
      
 9 
     | 
    
         
            +
                <players>
         
     | 
| 
      
 10 
     | 
    
         
            +
                  <player username="" userid="0" name="Jonty" startposition="" color="" score="" new="0" rating="0" win="0"/>
         
     | 
| 
      
 11 
     | 
    
         
            +
                  <player username="" userid="0" name="Kirstie" startposition="" color="" score="" new="0" rating="0" win="0"/>
         
     | 
| 
      
 12 
     | 
    
         
            +
                  <player username="" userid="0" name="Nick" startposition="" color="" score="" new="0" rating="0" win="0"/>
         
     | 
| 
      
 13 
     | 
    
         
            +
                  <player username="" userid="0" name="Rhoda" startposition="" color="" score="" new="0" rating="0" win="0"/>
         
     | 
| 
      
 14 
     | 
    
         
            +
                  <player username="RyanMacG" userid="621029" name="Ryan" startposition="" color="" score="" new="0" rating="0" win="0"/>
         
     | 
| 
      
 15 
     | 
    
         
            +
                </players>
         
     | 
| 
      
 16 
     | 
    
         
            +
              </play>
         
     | 
| 
      
 17 
     | 
    
         
            +
              <play id="10874787" date="2014-01-05" quantity="1" length="0" incomplete="0" nowinstats="1" location="">
         
     | 
| 
      
 18 
     | 
    
         
            +
                <item name="Castle Panic: The Wizard's Tower" objecttype="thing" objectid="104590">
         
     | 
| 
      
 19 
     | 
    
         
            +
                  <subtypes>
         
     | 
| 
      
 20 
     | 
    
         
            +
                    <subtype value="boardgame"/>
         
     | 
| 
      
 21 
     | 
    
         
            +
                    <subtype value="boardgameexpansion"/>
         
     | 
| 
      
 22 
     | 
    
         
            +
                  </subtypes>
         
     | 
| 
      
 23 
     | 
    
         
            +
                </item>
         
     | 
| 
      
 24 
     | 
    
         
            +
                <comments>Co-op game</comments>
         
     | 
| 
      
 25 
     | 
    
         
            +
                <players>
         
     | 
| 
      
 26 
     | 
    
         
            +
                  <player username="RyanMacG" userid="621029" name="Ryan" startposition="" color="" score="" new="0" rating="0" win="1"/>
         
     | 
| 
      
 27 
     | 
    
         
            +
                  <player username="" userid="0" name="Kirstie" startposition="" color="" score="" new="0" rating="0" win="1"/>
         
     | 
| 
      
 28 
     | 
    
         
            +
                  <player username="nickschurch" userid="771929" name="Nick" startposition="" color="" score="" new="0" rating="0" win="1"/>
         
     | 
| 
      
 29 
     | 
    
         
            +
                  <player username="" userid="0" name="Jonty" startposition="" color="" score="" new="0" rating="0" win="1"/>
         
     | 
| 
      
 30 
     | 
    
         
            +
                </players>
         
     | 
| 
      
 31 
     | 
    
         
            +
              </play>
         
     | 
| 
      
 32 
     | 
    
         
            +
              <play id="10873314" date="2014-01-05" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
         
     | 
| 
      
 33 
     | 
    
         
            +
                <item name="Puerto Rico" objecttype="thing" objectid="3076">
         
     | 
| 
      
 34 
     | 
    
         
            +
                  <subtypes>
         
     | 
| 
      
 35 
     | 
    
         
            +
                    <subtype value="boardgame"/>
         
     | 
| 
      
 36 
     | 
    
         
            +
                  </subtypes>
         
     | 
| 
      
 37 
     | 
    
         
            +
                </item>
         
     | 
| 
      
 38 
     | 
    
         
            +
                <players>
         
     | 
| 
      
 39 
     | 
    
         
            +
                  <player username="" userid="0" name="Jonty" startposition="" color="" score="38" new="0" rating="0" win="0"/>
         
     | 
| 
      
 40 
     | 
    
         
            +
                  <player username="" userid="0" name="Kirstie" startposition="" color="" score="32" new="0" rating="0" win="0"/>
         
     | 
| 
      
 41 
     | 
    
         
            +
                  <player username="nickschurch" userid="771929" name="Nick" startposition="" color="" score="18" new="0" rating="0" win="0"/>
         
     | 
| 
      
 42 
     | 
    
         
            +
                  <player username="" userid="0" name="Rhoda" startposition="" color="" score="36" new="0" rating="0" win="0"/>
         
     | 
| 
      
 43 
     | 
    
         
            +
                  <player username="RyanMacG" userid="621029" name="Ryan" startposition="" color="" score="44" new="0" rating="0" win="1"/>
         
     | 
| 
      
 44 
     | 
    
         
            +
                </players>
         
     | 
| 
      
 45 
     | 
    
         
            +
              </play>
         
     | 
| 
      
 46 
     | 
    
         
            +
              <play id="10850931" date="2014-01-03" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
         
     | 
| 
      
 47 
     | 
    
         
            +
                <item name="Small World" objecttype="thing" objectid="40692">
         
     | 
| 
      
 48 
     | 
    
         
            +
                  <subtypes>
         
     | 
| 
      
 49 
     | 
    
         
            +
                    <subtype value="boardgame"/>
         
     | 
| 
      
 50 
     | 
    
         
            +
                    <subtype value="boardgameimplementation"/>
         
     | 
| 
      
 51 
     | 
    
         
            +
                  </subtypes>
         
     | 
| 
      
 52 
     | 
    
         
            +
                </item>
         
     | 
| 
      
 53 
     | 
    
         
            +
                <players>
         
     | 
| 
      
 54 
     | 
    
         
            +
                  <player username="" userid="0" name="Jonty" startposition="" color="" score="106" new="0" rating="0" win="0"/>
         
     | 
| 
      
 55 
     | 
    
         
            +
                  <player username="" userid="0" name="Nick" startposition="" color="" score="81" new="0" rating="0" win="0"/>
         
     | 
| 
      
 56 
     | 
    
         
            +
                  <player username="" userid="0" name="Rhoda" startposition="" color="" score="91" new="0" rating="0" win="0"/>
         
     | 
| 
      
 57 
     | 
    
         
            +
                  <player username="RyanMacG" userid="621029" name="Ryan" startposition="" color="" score="117" new="0" rating="0" win="1"/>
         
     | 
| 
      
 58 
     | 
    
         
            +
                </players>
         
     | 
| 
      
 59 
     | 
    
         
            +
              </play>
         
     | 
| 
      
 60 
     | 
    
         
            +
              <play id="10795505" date="2013-12-29" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
         
     | 
| 
      
 61 
     | 
    
         
            +
                <item name="Castle Panic" objecttype="thing" objectid="43443">
         
     | 
| 
      
 62 
     | 
    
         
            +
                  <subtypes>
         
     | 
| 
      
 63 
     | 
    
         
            +
                    <subtype value="boardgame"/>
         
     | 
| 
      
 64 
     | 
    
         
            +
                  </subtypes>
         
     | 
| 
      
 65 
     | 
    
         
            +
                </item>
         
     | 
| 
      
 66 
     | 
    
         
            +
                <players>
         
     | 
| 
      
 67 
     | 
    
         
            +
                  <player username="RyanMacG" userid="621029" name="Ryan" startposition="" color="" score="" new="0" rating="0" win="1"/>
         
     | 
| 
      
 68 
     | 
    
         
            +
                  <player username="" userid="0" name="Kirstie" startposition="" color="" score="" new="0" rating="0" win="1"/>
         
     | 
| 
      
 69 
     | 
    
         
            +
                </players>
         
     | 
| 
      
 70 
     | 
    
         
            +
              </play>
         
     | 
| 
      
 71 
     | 
    
         
            +
              <play id="10795522" date="2013-12-29" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
         
     | 
| 
      
 72 
     | 
    
         
            +
                <item name="The Witches: A Discworld Game" objecttype="thing" objectid="137095">
         
     | 
| 
      
 73 
     | 
    
         
            +
                  <subtypes>
         
     | 
| 
      
 74 
     | 
    
         
            +
                    <subtype value="boardgame"/>
         
     | 
| 
      
 75 
     | 
    
         
            +
                  </subtypes>
         
     | 
| 
      
 76 
     | 
    
         
            +
                </item>
         
     | 
| 
      
 77 
     | 
    
         
            +
                <players>
         
     | 
| 
      
 78 
     | 
    
         
            +
                  <player username="RyanMacG" userid="621029" name="Ryan" startposition="" color="Green" score="20" new="1" rating="0" win="0"/>
         
     | 
| 
      
 79 
     | 
    
         
            +
                  <player username="" userid="0" name="Kirstie" startposition="" color="Blue" score="21" new="1" rating="0" win="1"/>
         
     | 
| 
      
 80 
     | 
    
         
            +
                </players>
         
     | 
| 
      
 81 
     | 
    
         
            +
              </play>
         
     | 
| 
      
 82 
     | 
    
         
            +
              <play id="10737644" date="2013-12-22" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
         
     | 
| 
      
 83 
     | 
    
         
            +
                <item name="Qwirkle" objecttype="thing" objectid="25669">
         
     | 
| 
      
 84 
     | 
    
         
            +
                  <subtypes>
         
     | 
| 
      
 85 
     | 
    
         
            +
                    <subtype value="boardgame"/>
         
     | 
| 
      
 86 
     | 
    
         
            +
                  </subtypes>
         
     | 
| 
      
 87 
     | 
    
         
            +
                </item>
         
     | 
| 
      
 88 
     | 
    
         
            +
                <players>
         
     | 
| 
      
 89 
     | 
    
         
            +
                  <player username="" userid="0" name="Kirstie" startposition="" color="" score="162" new="0" rating="0" win="0"/>
         
     | 
| 
      
 90 
     | 
    
         
            +
                  <player username="RyanMacG" userid="621029" name="Ryan" startposition="" color="" score="200" new="0" rating="0" win="0"/>
         
     | 
| 
      
 91 
     | 
    
         
            +
                </players>
         
     | 
| 
      
 92 
     | 
    
         
            +
              </play>
         
     | 
| 
      
 93 
     | 
    
         
            +
              <play id="10231486" date="2013-09-29" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
         
     | 
| 
      
 94 
     | 
    
         
            +
                <item name="Agricola" objecttype="thing" objectid="31260">
         
     | 
| 
      
 95 
     | 
    
         
            +
                  <subtypes>
         
     | 
| 
      
 96 
     | 
    
         
            +
                    <subtype value="boardgame"/>
         
     | 
| 
      
 97 
     | 
    
         
            +
                  </subtypes>
         
     | 
| 
      
 98 
     | 
    
         
            +
                </item>
         
     | 
| 
      
 99 
     | 
    
         
            +
              </play>
         
     | 
| 
      
 100 
     | 
    
         
            +
              <play id="10231317" date="2013-09-29" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
         
     | 
| 
      
 101 
     | 
    
         
            +
                <item name="Citadels" objecttype="thing" objectid="478">
         
     | 
| 
      
 102 
     | 
    
         
            +
                  <subtypes>
         
     | 
| 
      
 103 
     | 
    
         
            +
                    <subtype value="boardgame"/>
         
     | 
| 
      
 104 
     | 
    
         
            +
                  </subtypes>
         
     | 
| 
      
 105 
     | 
    
         
            +
                </item>
         
     | 
| 
      
 106 
     | 
    
         
            +
              </play>
         
     | 
| 
      
 107 
     | 
    
         
            +
              <play id="10228012" date="2013-09-29" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
         
     | 
| 
      
 108 
     | 
    
         
            +
                <item name="Love Letter" objecttype="thing" objectid="129622">
         
     | 
| 
      
 109 
     | 
    
         
            +
                  <subtypes>
         
     | 
| 
      
 110 
     | 
    
         
            +
                    <subtype value="boardgame"/>
         
     | 
| 
      
 111 
     | 
    
         
            +
                  </subtypes>
         
     | 
| 
      
 112 
     | 
    
         
            +
                </item>
         
     | 
| 
      
 113 
     | 
    
         
            +
              </play>
         
     | 
| 
      
 114 
     | 
    
         
            +
              <play id="10226271" date="2013-09-28" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
         
     | 
| 
      
 115 
     | 
    
         
            +
                <item name="The Settlers of Catan" objecttype="thing" objectid="13">
         
     | 
| 
      
 116 
     | 
    
         
            +
                  <subtypes>
         
     | 
| 
      
 117 
     | 
    
         
            +
                    <subtype value="boardgame"/>
         
     | 
| 
      
 118 
     | 
    
         
            +
                  </subtypes>
         
     | 
| 
      
 119 
     | 
    
         
            +
                </item>
         
     | 
| 
      
 120 
     | 
    
         
            +
              </play>
         
     | 
| 
      
 121 
     | 
    
         
            +
              <play id="10224532" date="2013-09-28" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
         
     | 
| 
      
 122 
     | 
    
         
            +
                <item name="Smash Up" objecttype="thing" objectid="122522">
         
     | 
| 
      
 123 
     | 
    
         
            +
                  <subtypes>
         
     | 
| 
      
 124 
     | 
    
         
            +
                    <subtype value="boardgame"/>
         
     | 
| 
      
 125 
     | 
    
         
            +
                  </subtypes>
         
     | 
| 
      
 126 
     | 
    
         
            +
                </item>
         
     | 
| 
      
 127 
     | 
    
         
            +
              </play>
         
     | 
| 
      
 128 
     | 
    
         
            +
              <play id="10227715" date="2013-09-28" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
         
     | 
| 
      
 129 
     | 
    
         
            +
                <item name="Smash Up" objecttype="thing" objectid="122522">
         
     | 
| 
      
 130 
     | 
    
         
            +
                  <subtypes>
         
     | 
| 
      
 131 
     | 
    
         
            +
                    <subtype value="boardgame"/>
         
     | 
| 
      
 132 
     | 
    
         
            +
                  </subtypes>
         
     | 
| 
      
 133 
     | 
    
         
            +
                </item>
         
     | 
| 
      
 134 
     | 
    
         
            +
              </play>
         
     | 
| 
      
 135 
     | 
    
         
            +
              <play id="10224534" date="2013-09-28" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
         
     | 
| 
      
 136 
     | 
    
         
            +
                <item name="Smash Up: Awesome Level 9000" objecttype="thing" objectid="134726">
         
     | 
| 
      
 137 
     | 
    
         
            +
                  <subtypes>
         
     | 
| 
      
 138 
     | 
    
         
            +
                    <subtype value="boardgame"/>
         
     | 
| 
      
 139 
     | 
    
         
            +
                    <subtype value="boardgameexpansion"/>
         
     | 
| 
      
 140 
     | 
    
         
            +
                  </subtypes>
         
     | 
| 
      
 141 
     | 
    
         
            +
                </item>
         
     | 
| 
      
 142 
     | 
    
         
            +
              </play>
         
     | 
| 
      
 143 
     | 
    
         
            +
              <play id="10227716" date="2013-09-28" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
         
     | 
| 
      
 144 
     | 
    
         
            +
                <item name="Smash Up: Awesome Level 9000" objecttype="thing" objectid="134726">
         
     | 
| 
      
 145 
     | 
    
         
            +
                  <subtypes>
         
     | 
| 
      
 146 
     | 
    
         
            +
                    <subtype value="boardgame"/>
         
     | 
| 
      
 147 
     | 
    
         
            +
                    <subtype value="boardgameexpansion"/>
         
     | 
| 
      
 148 
     | 
    
         
            +
                  </subtypes>
         
     | 
| 
      
 149 
     | 
    
         
            +
                </item>
         
     | 
| 
      
 150 
     | 
    
         
            +
              </play>
         
     | 
| 
      
 151 
     | 
    
         
            +
              <play id="10224264" date="2013-09-27" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
         
     | 
| 
      
 152 
     | 
    
         
            +
                <item name="Arkham Horror" objecttype="thing" objectid="15987">
         
     | 
| 
      
 153 
     | 
    
         
            +
                  <subtypes>
         
     | 
| 
      
 154 
     | 
    
         
            +
                    <subtype value="boardgame"/>
         
     | 
| 
      
 155 
     | 
    
         
            +
                    <subtype value="boardgameimplementation"/>
         
     | 
| 
      
 156 
     | 
    
         
            +
                  </subtypes>
         
     | 
| 
      
 157 
     | 
    
         
            +
                </item>
         
     | 
| 
      
 158 
     | 
    
         
            +
              </play>
         
     | 
| 
      
 159 
     | 
    
         
            +
              <play id="10122697" date="2013-09-08" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
         
     | 
| 
      
 160 
     | 
    
         
            +
                <item name="Smash Up" objecttype="thing" objectid="122522">
         
     | 
| 
      
 161 
     | 
    
         
            +
                  <subtypes>
         
     | 
| 
      
 162 
     | 
    
         
            +
                    <subtype value="boardgame"/>
         
     | 
| 
      
 163 
     | 
    
         
            +
                  </subtypes>
         
     | 
| 
      
 164 
     | 
    
         
            +
                </item>
         
     | 
| 
      
 165 
     | 
    
         
            +
              </play>
         
     | 
| 
      
 166 
     | 
    
         
            +
              <play id="10122698" date="2013-09-08" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
         
     | 
| 
      
 167 
     | 
    
         
            +
                <item name="Smash Up: Awesome Level 9000" objecttype="thing" objectid="134726">
         
     | 
| 
      
 168 
     | 
    
         
            +
                  <subtypes>
         
     | 
| 
      
 169 
     | 
    
         
            +
                    <subtype value="boardgame"/>
         
     | 
| 
      
 170 
     | 
    
         
            +
                    <subtype value="boardgameexpansion"/>
         
     | 
| 
      
 171 
     | 
    
         
            +
                  </subtypes>
         
     | 
| 
      
 172 
     | 
    
         
            +
                </item>
         
     | 
| 
      
 173 
     | 
    
         
            +
              </play>
         
     | 
| 
      
 174 
     | 
    
         
            +
              <play id="10114199" date="2013-09-07" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
         
     | 
| 
      
 175 
     | 
    
         
            +
                <item name="Smash Up" objecttype="thing" objectid="122522">
         
     | 
| 
      
 176 
     | 
    
         
            +
                  <subtypes>
         
     | 
| 
      
 177 
     | 
    
         
            +
                    <subtype value="boardgame"/>
         
     | 
| 
      
 178 
     | 
    
         
            +
                  </subtypes>
         
     | 
| 
      
 179 
     | 
    
         
            +
                </item>
         
     | 
| 
      
 180 
     | 
    
         
            +
              </play>
         
     | 
| 
      
 181 
     | 
    
         
            +
              <play id="10114200" date="2013-09-07" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
         
     | 
| 
      
 182 
     | 
    
         
            +
                <item name="Smash Up" objecttype="thing" objectid="122522">
         
     | 
| 
      
 183 
     | 
    
         
            +
                  <subtypes>
         
     | 
| 
      
 184 
     | 
    
         
            +
                    <subtype value="boardgame"/>
         
     | 
| 
      
 185 
     | 
    
         
            +
                  </subtypes>
         
     | 
| 
      
 186 
     | 
    
         
            +
                </item>
         
     | 
| 
      
 187 
     | 
    
         
            +
              </play>
         
     | 
| 
      
 188 
     | 
    
         
            +
              <play id="10114201" date="2013-09-07" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
         
     | 
| 
      
 189 
     | 
    
         
            +
                <item name="Smash Up" objecttype="thing" objectid="122522">
         
     | 
| 
      
 190 
     | 
    
         
            +
                  <subtypes>
         
     | 
| 
      
 191 
     | 
    
         
            +
                    <subtype value="boardgame"/>
         
     | 
| 
      
 192 
     | 
    
         
            +
                  </subtypes>
         
     | 
| 
      
 193 
     | 
    
         
            +
                </item>
         
     | 
| 
      
 194 
     | 
    
         
            +
              </play>
         
     | 
| 
      
 195 
     | 
    
         
            +
              <play id="10114202" date="2013-09-07" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
         
     | 
| 
      
 196 
     | 
    
         
            +
                <item name="Smash Up" objecttype="thing" objectid="122522">
         
     | 
| 
      
 197 
     | 
    
         
            +
                  <subtypes>
         
     | 
| 
      
 198 
     | 
    
         
            +
                    <subtype value="boardgame"/>
         
     | 
| 
      
 199 
     | 
    
         
            +
                  </subtypes>
         
     | 
| 
      
 200 
     | 
    
         
            +
                </item>
         
     | 
| 
      
 201 
     | 
    
         
            +
              </play>
         
     | 
| 
      
 202 
     | 
    
         
            +
              <play id="10114206" date="2013-09-07" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
         
     | 
| 
      
 203 
     | 
    
         
            +
                <item name="Smash Up: Awesome Level 9000" objecttype="thing" objectid="134726">
         
     | 
| 
      
 204 
     | 
    
         
            +
                  <subtypes>
         
     | 
| 
      
 205 
     | 
    
         
            +
                    <subtype value="boardgame"/>
         
     | 
| 
      
 206 
     | 
    
         
            +
                    <subtype value="boardgameexpansion"/>
         
     | 
| 
      
 207 
     | 
    
         
            +
                  </subtypes>
         
     | 
| 
      
 208 
     | 
    
         
            +
                </item>
         
     | 
| 
      
 209 
     | 
    
         
            +
              </play>
         
     | 
| 
      
 210 
     | 
    
         
            +
              <play id="10114207" date="2013-09-07" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
         
     | 
| 
      
 211 
     | 
    
         
            +
                <item name="Smash Up: Awesome Level 9000" objecttype="thing" objectid="134726">
         
     | 
| 
      
 212 
     | 
    
         
            +
                  <subtypes>
         
     | 
| 
      
 213 
     | 
    
         
            +
                    <subtype value="boardgame"/>
         
     | 
| 
      
 214 
     | 
    
         
            +
                    <subtype value="boardgameexpansion"/>
         
     | 
| 
      
 215 
     | 
    
         
            +
                  </subtypes>
         
     | 
| 
      
 216 
     | 
    
         
            +
                </item>
         
     | 
| 
      
 217 
     | 
    
         
            +
              </play>
         
     | 
| 
      
 218 
     | 
    
         
            +
              <play id="10114213" date="2013-09-07" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
         
     | 
| 
      
 219 
     | 
    
         
            +
                <item name="Smash Up: Awesome Level 9000" objecttype="thing" objectid="134726">
         
     | 
| 
      
 220 
     | 
    
         
            +
                  <subtypes>
         
     | 
| 
      
 221 
     | 
    
         
            +
                    <subtype value="boardgame"/>
         
     | 
| 
      
 222 
     | 
    
         
            +
                    <subtype value="boardgameexpansion"/>
         
     | 
| 
      
 223 
     | 
    
         
            +
                  </subtypes>
         
     | 
| 
      
 224 
     | 
    
         
            +
                </item>
         
     | 
| 
      
 225 
     | 
    
         
            +
              </play>
         
     | 
| 
      
 226 
     | 
    
         
            +
              <play id="10114214" date="2013-09-07" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
         
     | 
| 
      
 227 
     | 
    
         
            +
                <item name="Smash Up: Awesome Level 9000" objecttype="thing" objectid="134726">
         
     | 
| 
      
 228 
     | 
    
         
            +
                  <subtypes>
         
     | 
| 
      
 229 
     | 
    
         
            +
                    <subtype value="boardgame"/>
         
     | 
| 
      
 230 
     | 
    
         
            +
                    <subtype value="boardgameexpansion"/>
         
     | 
| 
      
 231 
     | 
    
         
            +
                  </subtypes>
         
     | 
| 
      
 232 
     | 
    
         
            +
                </item>
         
     | 
| 
      
 233 
     | 
    
         
            +
              </play>
         
     | 
| 
      
 234 
     | 
    
         
            +
              <play id="10115147" date="2013-09-07" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
         
     | 
| 
      
 235 
     | 
    
         
            +
                <item name="Ticket to Ride: Europe" objecttype="thing" objectid="14996">
         
     | 
| 
      
 236 
     | 
    
         
            +
                  <subtypes>
         
     | 
| 
      
 237 
     | 
    
         
            +
                    <subtype value="boardgame"/>
         
     | 
| 
      
 238 
     | 
    
         
            +
                    <subtype value="boardgameimplementation"/>
         
     | 
| 
      
 239 
     | 
    
         
            +
                  </subtypes>
         
     | 
| 
      
 240 
     | 
    
         
            +
                </item>
         
     | 
| 
      
 241 
     | 
    
         
            +
                <players>
         
     | 
| 
      
 242 
     | 
    
         
            +
                  <player username="" userid="0" name="Kirstie" startposition="" color="Yellow" score="116" new="0" rating="0" win="1"/>
         
     | 
| 
      
 243 
     | 
    
         
            +
                  <player username="RyanMacG" userid="621029" name="Ryan" startposition="" color="Black" score="111" new="0" rating="0" win="0"/>
         
     | 
| 
      
 244 
     | 
    
         
            +
                </players>
         
     | 
| 
      
 245 
     | 
    
         
            +
              </play>
         
     | 
| 
      
 246 
     | 
    
         
            +
              <play id="10110222" date="2013-09-06" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
         
     | 
| 
      
 247 
     | 
    
         
            +
                <item name="Ticket to Ride: Europe" objecttype="thing" objectid="14996">
         
     | 
| 
      
 248 
     | 
    
         
            +
                  <subtypes>
         
     | 
| 
      
 249 
     | 
    
         
            +
                    <subtype value="boardgame"/>
         
     | 
| 
      
 250 
     | 
    
         
            +
                    <subtype value="boardgameimplementation"/>
         
     | 
| 
      
 251 
     | 
    
         
            +
                  </subtypes>
         
     | 
| 
      
 252 
     | 
    
         
            +
                </item>
         
     | 
| 
      
 253 
     | 
    
         
            +
                <players>
         
     | 
| 
      
 254 
     | 
    
         
            +
                  <player username="" userid="0" name="Kirstie" startposition="" color="Yellow" score="110" new="0" rating="0" win="0"/>
         
     | 
| 
      
 255 
     | 
    
         
            +
                  <player username="RyanMacG" userid="621029" name="Ryan" startposition="" color="Black" score="117" new="0" rating="0" win="1"/>
         
     | 
| 
      
 256 
     | 
    
         
            +
                </players>
         
     | 
| 
      
 257 
     | 
    
         
            +
              </play>
         
     | 
| 
      
 258 
     | 
    
         
            +
              <play id="10079279" date="2013-09-01" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
         
     | 
| 
      
 259 
     | 
    
         
            +
                <item name="Love Letter" objecttype="thing" objectid="129622">
         
     | 
| 
      
 260 
     | 
    
         
            +
                  <subtypes>
         
     | 
| 
      
 261 
     | 
    
         
            +
                    <subtype value="boardgame"/>
         
     | 
| 
      
 262 
     | 
    
         
            +
                  </subtypes>
         
     | 
| 
      
 263 
     | 
    
         
            +
                </item>
         
     | 
| 
      
 264 
     | 
    
         
            +
              </play>
         
     | 
| 
      
 265 
     | 
    
         
            +
              <play id="10079291" date="2013-09-01" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
         
     | 
| 
      
 266 
     | 
    
         
            +
                <item name="Love Letter" objecttype="thing" objectid="129622">
         
     | 
| 
      
 267 
     | 
    
         
            +
                  <subtypes>
         
     | 
| 
      
 268 
     | 
    
         
            +
                    <subtype value="boardgame"/>
         
     | 
| 
      
 269 
     | 
    
         
            +
                  </subtypes>
         
     | 
| 
      
 270 
     | 
    
         
            +
                </item>
         
     | 
| 
      
 271 
     | 
    
         
            +
              </play>
         
     | 
| 
      
 272 
     | 
    
         
            +
              <play id="10078800" date="2013-09-01" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
         
     | 
| 
      
 273 
     | 
    
         
            +
                <item name="The Resistance" objecttype="thing" objectid="41114">
         
     | 
| 
      
 274 
     | 
    
         
            +
                  <subtypes>
         
     | 
| 
      
 275 
     | 
    
         
            +
                    <subtype value="boardgame"/>
         
     | 
| 
      
 276 
     | 
    
         
            +
                  </subtypes>
         
     | 
| 
      
 277 
     | 
    
         
            +
                </item>
         
     | 
| 
      
 278 
     | 
    
         
            +
              </play>
         
     | 
| 
      
 279 
     | 
    
         
            +
              <play id="10078804" date="2013-09-01" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
         
     | 
| 
      
 280 
     | 
    
         
            +
                <item name="The Resistance" objecttype="thing" objectid="41114">
         
     | 
| 
      
 281 
     | 
    
         
            +
                  <subtypes>
         
     | 
| 
      
 282 
     | 
    
         
            +
                    <subtype value="boardgame"/>
         
     | 
| 
      
 283 
     | 
    
         
            +
                  </subtypes>
         
     | 
| 
      
 284 
     | 
    
         
            +
                </item>
         
     | 
| 
      
 285 
     | 
    
         
            +
              </play>
         
     | 
| 
      
 286 
     | 
    
         
            +
              <play id="10078819" date="2013-09-01" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
         
     | 
| 
      
 287 
     | 
    
         
            +
                <item name="Smash Up" objecttype="thing" objectid="122522">
         
     | 
| 
      
 288 
     | 
    
         
            +
                  <subtypes>
         
     | 
| 
      
 289 
     | 
    
         
            +
                    <subtype value="boardgame"/>
         
     | 
| 
      
 290 
     | 
    
         
            +
                  </subtypes>
         
     | 
| 
      
 291 
     | 
    
         
            +
                </item>
         
     | 
| 
      
 292 
     | 
    
         
            +
              </play>
         
     | 
| 
      
 293 
     | 
    
         
            +
              <play id="10080770" date="2013-09-01" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
         
     | 
| 
      
 294 
     | 
    
         
            +
                <item name="Smash Up" objecttype="thing" objectid="122522">
         
     | 
| 
      
 295 
     | 
    
         
            +
                  <subtypes>
         
     | 
| 
      
 296 
     | 
    
         
            +
                    <subtype value="boardgame"/>
         
     | 
| 
      
 297 
     | 
    
         
            +
                  </subtypes>
         
     | 
| 
      
 298 
     | 
    
         
            +
                </item>
         
     | 
| 
      
 299 
     | 
    
         
            +
              </play>
         
     | 
| 
      
 300 
     | 
    
         
            +
              <play id="10080774" date="2013-09-01" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
         
     | 
| 
      
 301 
     | 
    
         
            +
                <item name="Smash Up: Awesome Level 9000" objecttype="thing" objectid="134726">
         
     | 
| 
      
 302 
     | 
    
         
            +
                  <subtypes>
         
     | 
| 
      
 303 
     | 
    
         
            +
                    <subtype value="boardgame"/>
         
     | 
| 
      
 304 
     | 
    
         
            +
                    <subtype value="boardgameexpansion"/>
         
     | 
| 
      
 305 
     | 
    
         
            +
                  </subtypes>
         
     | 
| 
      
 306 
     | 
    
         
            +
                </item>
         
     | 
| 
      
 307 
     | 
    
         
            +
              </play>
         
     | 
| 
      
 308 
     | 
    
         
            +
              <play id="10080775" date="2013-09-01" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
         
     | 
| 
      
 309 
     | 
    
         
            +
                <item name="Smash Up: Awesome Level 9000" objecttype="thing" objectid="134726">
         
     | 
| 
      
 310 
     | 
    
         
            +
                  <subtypes>
         
     | 
| 
      
 311 
     | 
    
         
            +
                    <subtype value="boardgame"/>
         
     | 
| 
      
 312 
     | 
    
         
            +
                    <subtype value="boardgameexpansion"/>
         
     | 
| 
      
 313 
     | 
    
         
            +
                  </subtypes>
         
     | 
| 
      
 314 
     | 
    
         
            +
                </item>
         
     | 
| 
      
 315 
     | 
    
         
            +
              </play>
         
     | 
| 
      
 316 
     | 
    
         
            +
              <play id="9647565" date="2013-06-19" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
         
     | 
| 
      
 317 
     | 
    
         
            +
                <item name="Small World" objecttype="thing" objectid="40692">
         
     | 
| 
      
 318 
     | 
    
         
            +
                  <subtypes>
         
     | 
| 
      
 319 
     | 
    
         
            +
                    <subtype value="boardgame"/>
         
     | 
| 
      
 320 
     | 
    
         
            +
                    <subtype value="boardgameimplementation"/>
         
     | 
| 
      
 321 
     | 
    
         
            +
                  </subtypes>
         
     | 
| 
      
 322 
     | 
    
         
            +
                </item>
         
     | 
| 
      
 323 
     | 
    
         
            +
                <players>
         
     | 
| 
      
 324 
     | 
    
         
            +
                  <player username="" userid="0" name="Kirstie" startposition="" color="" score="" new="0" rating="0" win="0"/>
         
     | 
| 
      
 325 
     | 
    
         
            +
                  <player username="" userid="0" name="Mark" startposition="" color="" score="" new="0" rating="0" win="0"/>
         
     | 
| 
      
 326 
     | 
    
         
            +
                  <player username="RyanMacG" userid="621029" name="Ryan" startposition="" color="" score="" new="0" rating="0" win="0"/>
         
     | 
| 
      
 327 
     | 
    
         
            +
                  <player username="" userid="0" name="Tammy" startposition="" color="" score="" new="0" rating="0" win="0"/>
         
     | 
| 
      
 328 
     | 
    
         
            +
                </players>
         
     | 
| 
      
 329 
     | 
    
         
            +
              </play>
         
     | 
| 
      
 330 
     | 
    
         
            +
              <play id="9594950" date="2013-06-09" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
         
     | 
| 
      
 331 
     | 
    
         
            +
                <item name="A Game of Thrones: The Board Game (Second Edition)" objecttype="thing" objectid="103343">
         
     | 
| 
      
 332 
     | 
    
         
            +
                  <subtypes>
         
     | 
| 
      
 333 
     | 
    
         
            +
                    <subtype value="boardgame"/>
         
     | 
| 
      
 334 
     | 
    
         
            +
                    <subtype value="boardgameimplementation"/>
         
     | 
| 
      
 335 
     | 
    
         
            +
                  </subtypes>
         
     | 
| 
      
 336 
     | 
    
         
            +
                </item>
         
     | 
| 
      
 337 
     | 
    
         
            +
                <players>
         
     | 
| 
      
 338 
     | 
    
         
            +
                  <player username="" userid="0" name="Kirstie" startposition="" color="Greyjoy" score="" new="0" rating="0" win="0"/>
         
     | 
| 
      
 339 
     | 
    
         
            +
                  <player username="" userid="0" name="Nick" startposition="" color="Lannister" score="" new="0" rating="0" win="0"/>
         
     | 
| 
      
 340 
     | 
    
         
            +
                  <player username="" userid="0" name="Rhoda" startposition="" color="Baratheon" score="" new="0" rating="0" win="0"/>
         
     | 
| 
      
 341 
     | 
    
         
            +
                  <player username="RyanMacG" userid="621029" name="Ryan" startposition="" color="Stark" score="" new="0" rating="0" win="0"/>
         
     | 
| 
      
 342 
     | 
    
         
            +
                </players>
         
     | 
| 
      
 343 
     | 
    
         
            +
              </play>
         
     | 
| 
      
 344 
     | 
    
         
            +
              <play id="8986384" date="2013-02-24" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
         
     | 
| 
      
 345 
     | 
    
         
            +
                <item name="Gloom" objecttype="thing" objectid="12692">
         
     | 
| 
      
 346 
     | 
    
         
            +
                  <subtypes>
         
     | 
| 
      
 347 
     | 
    
         
            +
                    <subtype value="boardgame"/>
         
     | 
| 
      
 348 
     | 
    
         
            +
                  </subtypes>
         
     | 
| 
      
 349 
     | 
    
         
            +
                </item>
         
     | 
| 
      
 350 
     | 
    
         
            +
              </play>
         
     | 
| 
      
 351 
     | 
    
         
            +
              <play id="8995007" date="2013-02-24" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
         
     | 
| 
      
 352 
     | 
    
         
            +
                <item name="Risk: Halo Wars Collector's Edition" objecttype="thing" objectid="40638">
         
     | 
| 
      
 353 
     | 
    
         
            +
                  <subtypes>
         
     | 
| 
      
 354 
     | 
    
         
            +
                    <subtype value="boardgame"/>
         
     | 
| 
      
 355 
     | 
    
         
            +
                  </subtypes>
         
     | 
| 
      
 356 
     | 
    
         
            +
                </item>
         
     | 
| 
      
 357 
     | 
    
         
            +
              </play>
         
     | 
| 
      
 358 
     | 
    
         
            +
              <play id="8985320" date="2013-02-23" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
         
     | 
| 
      
 359 
     | 
    
         
            +
                <item name="Carcassonne" objecttype="thing" objectid="822">
         
     | 
| 
      
 360 
     | 
    
         
            +
                  <subtypes>
         
     | 
| 
      
 361 
     | 
    
         
            +
                    <subtype value="boardgame"/>
         
     | 
| 
      
 362 
     | 
    
         
            +
                  </subtypes>
         
     | 
| 
      
 363 
     | 
    
         
            +
                </item>
         
     | 
| 
      
 364 
     | 
    
         
            +
              </play>
         
     | 
| 
      
 365 
     | 
    
         
            +
              <play id="8984291" date="2013-02-23" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
         
     | 
| 
      
 366 
     | 
    
         
            +
                <item name="Cards Against Humanity" objecttype="thing" objectid="50381">
         
     | 
| 
      
 367 
     | 
    
         
            +
                  <subtypes>
         
     | 
| 
      
 368 
     | 
    
         
            +
                    <subtype value="boardgame"/>
         
     | 
| 
      
 369 
     | 
    
         
            +
                  </subtypes>
         
     | 
| 
      
 370 
     | 
    
         
            +
                </item>
         
     | 
| 
      
 371 
     | 
    
         
            +
              </play>
         
     | 
| 
      
 372 
     | 
    
         
            +
              <play id="8983197" date="2013-02-23" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
         
     | 
| 
      
 373 
     | 
    
         
            +
                <item name="Dominion" objecttype="thing" objectid="36218">
         
     | 
| 
      
 374 
     | 
    
         
            +
                  <subtypes>
         
     | 
| 
      
 375 
     | 
    
         
            +
                    <subtype value="boardgame"/>
         
     | 
| 
      
 376 
     | 
    
         
            +
                  </subtypes>
         
     | 
| 
      
 377 
     | 
    
         
            +
                </item>
         
     | 
| 
      
 378 
     | 
    
         
            +
                <comments>w/ Alchemy</comments>
         
     | 
| 
      
 379 
     | 
    
         
            +
              </play>
         
     | 
| 
      
 380 
     | 
    
         
            +
              <play id="8985053" date="2013-02-23" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
         
     | 
| 
      
 381 
     | 
    
         
            +
                <item name="Tsuro" objecttype="thing" objectid="16992">
         
     | 
| 
      
 382 
     | 
    
         
            +
                  <subtypes>
         
     | 
| 
      
 383 
     | 
    
         
            +
                    <subtype value="boardgame"/>
         
     | 
| 
      
 384 
     | 
    
         
            +
                  </subtypes>
         
     | 
| 
      
 385 
     | 
    
         
            +
                </item>
         
     | 
| 
      
 386 
     | 
    
         
            +
              </play>
         
     | 
| 
      
 387 
     | 
    
         
            +
              <play id="8941675" date="2013-02-16" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
         
     | 
| 
      
 388 
     | 
    
         
            +
                <item name="Dixit" objecttype="thing" objectid="39856">
         
     | 
| 
      
 389 
     | 
    
         
            +
                  <subtypes>
         
     | 
| 
      
 390 
     | 
    
         
            +
                    <subtype value="boardgame"/>
         
     | 
| 
      
 391 
     | 
    
         
            +
                  </subtypes>
         
     | 
| 
      
 392 
     | 
    
         
            +
                </item>
         
     | 
| 
      
 393 
     | 
    
         
            +
              </play>
         
     | 
| 
      
 394 
     | 
    
         
            +
              <play id="8941672" date="2013-02-16" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
         
     | 
| 
      
 395 
     | 
    
         
            +
                <item name="Dominion" objecttype="thing" objectid="36218">
         
     | 
| 
      
 396 
     | 
    
         
            +
                  <subtypes>
         
     | 
| 
      
 397 
     | 
    
         
            +
                    <subtype value="boardgame"/>
         
     | 
| 
      
 398 
     | 
    
         
            +
                  </subtypes>
         
     | 
| 
      
 399 
     | 
    
         
            +
                </item>
         
     | 
| 
      
 400 
     | 
    
         
            +
              </play>
         
     | 
| 
      
 401 
     | 
    
         
            +
              <play id="8941668" date="2013-02-16" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
         
     | 
| 
      
 402 
     | 
    
         
            +
                <item name="Tsuro" objecttype="thing" objectid="16992">
         
     | 
| 
      
 403 
     | 
    
         
            +
                  <subtypes>
         
     | 
| 
      
 404 
     | 
    
         
            +
                    <subtype value="boardgame"/>
         
     | 
| 
      
 405 
     | 
    
         
            +
                  </subtypes>
         
     | 
| 
      
 406 
     | 
    
         
            +
                </item>
         
     | 
| 
      
 407 
     | 
    
         
            +
              </play>
         
     | 
| 
      
 408 
     | 
    
         
            +
              <play id="8863820" date="2013-02-03" quantity="1" length="30" incomplete="0" nowinstats="0" location="">
         
     | 
| 
      
 409 
     | 
    
         
            +
                <item name="Cards Against Humanity" objecttype="thing" objectid="50381">
         
     | 
| 
      
 410 
     | 
    
         
            +
                  <subtypes>
         
     | 
| 
      
 411 
     | 
    
         
            +
                    <subtype value="boardgame"/>
         
     | 
| 
      
 412 
     | 
    
         
            +
                  </subtypes>
         
     | 
| 
      
 413 
     | 
    
         
            +
                </item>
         
     | 
| 
      
 414 
     | 
    
         
            +
                <comments>Really quick game with only 3 of us</comments>
         
     | 
| 
      
 415 
     | 
    
         
            +
              </play>
         
     | 
| 
      
 416 
     | 
    
         
            +
              <play id="8864271" date="2013-02-03" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
         
     | 
| 
      
 417 
     | 
    
         
            +
                <item name="Dixit" objecttype="thing" objectid="39856">
         
     | 
| 
      
 418 
     | 
    
         
            +
                  <subtypes>
         
     | 
| 
      
 419 
     | 
    
         
            +
                    <subtype value="boardgame"/>
         
     | 
| 
      
 420 
     | 
    
         
            +
                  </subtypes>
         
     | 
| 
      
 421 
     | 
    
         
            +
                </item>
         
     | 
| 
      
 422 
     | 
    
         
            +
              </play>
         
     | 
| 
      
 423 
     | 
    
         
            +
              <play id="8860008" date="2013-02-02" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
         
     | 
| 
      
 424 
     | 
    
         
            +
                <item name="Battlestar Galactica" objecttype="thing" objectid="37111">
         
     | 
| 
      
 425 
     | 
    
         
            +
                  <subtypes>
         
     | 
| 
      
 426 
     | 
    
         
            +
                    <subtype value="boardgame"/>
         
     | 
| 
      
 427 
     | 
    
         
            +
                  </subtypes>
         
     | 
| 
      
 428 
     | 
    
         
            +
                </item>
         
     | 
| 
      
 429 
     | 
    
         
            +
              </play>
         
     | 
| 
      
 430 
     | 
    
         
            +
              <play id="8860009" date="2013-02-02" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
         
     | 
| 
      
 431 
     | 
    
         
            +
                <item name="Battlestar Galactica: Pegasus Expansion" objecttype="thing" objectid="43539">
         
     | 
| 
      
 432 
     | 
    
         
            +
                  <subtypes>
         
     | 
| 
      
 433 
     | 
    
         
            +
                    <subtype value="boardgame"/>
         
     | 
| 
      
 434 
     | 
    
         
            +
                    <subtype value="boardgameexpansion"/>
         
     | 
| 
      
 435 
     | 
    
         
            +
                  </subtypes>
         
     | 
| 
      
 436 
     | 
    
         
            +
                </item>
         
     | 
| 
      
 437 
     | 
    
         
            +
              </play>
         
     | 
| 
      
 438 
     | 
    
         
            +
              <play id="8863817" date="2013-01-30" quantity="1" length="90" incomplete="0" nowinstats="0" location="">
         
     | 
| 
      
 439 
     | 
    
         
            +
                <item name="Citadels" objecttype="thing" objectid="478">
         
     | 
| 
      
 440 
     | 
    
         
            +
                  <subtypes>
         
     | 
| 
      
 441 
     | 
    
         
            +
                    <subtype value="boardgame"/>
         
     | 
| 
      
 442 
     | 
    
         
            +
                  </subtypes>
         
     | 
| 
      
 443 
     | 
    
         
            +
                </item>
         
     | 
| 
      
 444 
     | 
    
         
            +
              </play>
         
     | 
| 
      
 445 
     | 
    
         
            +
              <play id="8833457" date="2013-01-28" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
         
     | 
| 
      
 446 
     | 
    
         
            +
                <item name="A Game of Thrones: The Board Game (Second Edition)" objecttype="thing" objectid="103343">
         
     | 
| 
      
 447 
     | 
    
         
            +
                  <subtypes>
         
     | 
| 
      
 448 
     | 
    
         
            +
                    <subtype value="boardgame"/>
         
     | 
| 
      
 449 
     | 
    
         
            +
                    <subtype value="boardgameimplementation"/>
         
     | 
| 
      
 450 
     | 
    
         
            +
                  </subtypes>
         
     | 
| 
      
 451 
     | 
    
         
            +
                </item>
         
     | 
| 
      
 452 
     | 
    
         
            +
              </play>
         
     | 
| 
      
 453 
     | 
    
         
            +
              <play id="8691229" date="2013-01-02" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
         
     | 
| 
      
 454 
     | 
    
         
            +
                <item name="Gloom" objecttype="thing" objectid="12692">
         
     | 
| 
      
 455 
     | 
    
         
            +
                  <subtypes>
         
     | 
| 
      
 456 
     | 
    
         
            +
                    <subtype value="boardgame"/>
         
     | 
| 
      
 457 
     | 
    
         
            +
                  </subtypes>
         
     | 
| 
      
 458 
     | 
    
         
            +
                </item>
         
     | 
| 
      
 459 
     | 
    
         
            +
              </play>
         
     | 
| 
      
 460 
     | 
    
         
            +
              <play id="8691246" date="2013-01-02" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
         
     | 
| 
      
 461 
     | 
    
         
            +
                <item name="Ticket to Ride: Europe" objecttype="thing" objectid="14996">
         
     | 
| 
      
 462 
     | 
    
         
            +
                  <subtypes>
         
     | 
| 
      
 463 
     | 
    
         
            +
                    <subtype value="boardgame"/>
         
     | 
| 
      
 464 
     | 
    
         
            +
                    <subtype value="boardgameimplementation"/>
         
     | 
| 
      
 465 
     | 
    
         
            +
                  </subtypes>
         
     | 
| 
      
 466 
     | 
    
         
            +
                </item>
         
     | 
| 
      
 467 
     | 
    
         
            +
              </play>
         
     | 
| 
      
 468 
     | 
    
         
            +
              <play id="8691222" date="2013-01-01" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
         
     | 
| 
      
 469 
     | 
    
         
            +
                <item name="A Game of Thrones: The Board Game (Second Edition)" objecttype="thing" objectid="103343">
         
     | 
| 
      
 470 
     | 
    
         
            +
                  <subtypes>
         
     | 
| 
      
 471 
     | 
    
         
            +
                    <subtype value="boardgame"/>
         
     | 
| 
      
 472 
     | 
    
         
            +
                    <subtype value="boardgameimplementation"/>
         
     | 
| 
      
 473 
     | 
    
         
            +
                  </subtypes>
         
     | 
| 
      
 474 
     | 
    
         
            +
                </item>
         
     | 
| 
      
 475 
     | 
    
         
            +
              </play>
         
     | 
| 
      
 476 
     | 
    
         
            +
              <play id="8691225" date="2013-01-01" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
         
     | 
| 
      
 477 
     | 
    
         
            +
                <item name="Gloom" objecttype="thing" objectid="12692">
         
     | 
| 
      
 478 
     | 
    
         
            +
                  <subtypes>
         
     | 
| 
      
 479 
     | 
    
         
            +
                    <subtype value="boardgame"/>
         
     | 
| 
      
 480 
     | 
    
         
            +
                  </subtypes>
         
     | 
| 
      
 481 
     | 
    
         
            +
                </item>
         
     | 
| 
      
 482 
     | 
    
         
            +
              </play>
         
     | 
| 
      
 483 
     | 
    
         
            +
              <play id="8691252" date="2013-01-01" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
         
     | 
| 
      
 484 
     | 
    
         
            +
                <item name="Zombie Dice" objecttype="thing" objectid="62871">
         
     | 
| 
      
 485 
     | 
    
         
            +
                  <subtypes>
         
     | 
| 
      
 486 
     | 
    
         
            +
                    <subtype value="boardgame"/>
         
     | 
| 
      
 487 
     | 
    
         
            +
                  </subtypes>
         
     | 
| 
      
 488 
     | 
    
         
            +
                </item>
         
     | 
| 
      
 489 
     | 
    
         
            +
              </play>
         
     | 
| 
      
 490 
     | 
    
         
            +
              <play id="8691253" date="2013-01-01" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
         
     | 
| 
      
 491 
     | 
    
         
            +
                <item name="Zombie Dice" objecttype="thing" objectid="62871">
         
     | 
| 
      
 492 
     | 
    
         
            +
                  <subtypes>
         
     | 
| 
      
 493 
     | 
    
         
            +
                    <subtype value="boardgame"/>
         
     | 
| 
      
 494 
     | 
    
         
            +
                  </subtypes>
         
     | 
| 
      
 495 
     | 
    
         
            +
                </item>
         
     | 
| 
      
 496 
     | 
    
         
            +
              </play>
         
     | 
| 
      
 497 
     | 
    
         
            +
              <play id="8691227" date="2012-12-17" quantity="1" length="0" incomplete="0" nowinstats="0" location="">
         
     | 
| 
      
 498 
     | 
    
         
            +
                <item name="Gloom" objecttype="thing" objectid="12692">
         
     | 
| 
      
 499 
     | 
    
         
            +
                  <subtypes>
         
     | 
| 
      
 500 
     | 
    
         
            +
                    <subtype value="boardgame"/>
         
     | 
| 
      
 501 
     | 
    
         
            +
                  </subtypes>
         
     | 
| 
      
 502 
     | 
    
         
            +
                </item>
         
     | 
| 
      
 503 
     | 
    
         
            +
              </play>
         
     | 
| 
      
 504 
     | 
    
         
            +
            </plays>
         
     |