<?xml version="1.0" encoding="UTF-8"?>
 <rdf:RDF xmlns="http://purl.org/rss/1.0/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://pinboard.in">
    <title>Pinboard (DennisLaumen)</title>
    <link>https://pinboard.in/u:DennisLaumen/public/</link>
    <description>recent bookmarks from DennisLaumen</description>
    <items>
      <rdf:Seq>	<rdf:li rdf:resource="http://stfj.net/art/2009/loselose/"/>
	<rdf:li rdf:resource="http://www.romhacking.net/documents/459/"/>
	<rdf:li rdf:resource="http://www.flickr.com/photos/wanderingpanda/sets/72157625156924688/with/5078916306/"/>
	<rdf:li rdf:resource="http://www.gamasutra.com/view/news/28769/Analysis_Three_Reasons_Why_We_Buy_Those_Crazy_Steam_Bundles.php"/>
	<rdf:li rdf:resource="http://www.kesiev.com/akihabara/"/>
	<rdf:li rdf:resource="http://mediacommons.futureofthebook.org/content/cultivated-play-farmville"/>
	<rdf:li rdf:resource="http://blogs.suntimes.com/ebert/2010/04/video_games_can_never_be_art.html"/>
	<rdf:li rdf:resource="http://www.gamasutra.com/view/news/27970/Analysis_The_Status_Quo_Effect.php?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+GamasutraNews+%28Gamasutra+News%29&amp;utm_content=Google+Reader"/>
	<rdf:li rdf:resource="http://gamesareevil.com/2010/03/developers-developers-developers/"/>
	<rdf:li rdf:resource="http://g4tv.com/videos/44277/dice-2010-design-outside-the-box-presentation/"/>
	<rdf:li rdf:resource="http://www.joystiq.com/Instrument-Compatibility-Matrix/"/>
	<rdf:li rdf:resource="http://www.cogsgame.com/"/>
	<rdf:li rdf:resource="http://www.gamasutra.com/view/news/27684/Analysis_System_Shock_2__Structure_And_Spoilers.php?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+GamasutraNews+%28Gamasutra+News%29&amp;utm_content=Google+Reader"/>
	<rdf:li rdf:resource="http://spyparty.com/"/>
	<rdf:li rdf:resource="http://www.scoutshonour.com/digital/"/>
	<rdf:li rdf:resource="http://progresswars.com/"/>
	<rdf:li rdf:resource="http://www.heavy.com/post/press-x-to-jason-the-game-4539"/>
	<rdf:li rdf:resource="http://chrismckeever.tumblr.com/post/453849159/no-caption"/>
	<rdf:li rdf:resource="http://www.tuaw.com/2010/03/15/gdc-2010-ngmocos-neil-young-on-how-freemium-will-change-the-ap/"/>
	<rdf:li rdf:resource="http://www.gamasutra.com/view/news/27702/Analysis_On_HalfLife_2__Build_It_And_They_Will_Come.php?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+GamasutraNews+%28Gamasutra+News%29&amp;utm_content=Google+Reader"/>
	<rdf:li rdf:resource="http://www.ted.com/talks/jane_mcgonigal_gaming_can_make_a_better_world.html"/>
	<rdf:li rdf:resource="http://www.monacoismine.com/"/>
	<rdf:li rdf:resource="http://www.gamasutra.com/blogs/RockstarSpouse/20100107/4032/Wives_of_Rockstar_San_Diego_employees_have_collected_themselves.php"/>
	<rdf:li rdf:resource="http://www.makeuseof.com/tag/turn-boxee-ultimate-rom-game-launcher/"/>
      </rdf:Seq>
    </items>
  </channel><item rdf:about="http://stfj.net/art/2009/loselose/">
    <title>lose/lose</title>
    <dc:date>2012-12-22T21:21:13+00:00</dc:date>
    <link>http://stfj.net/art/2009/loselose/</link>
    <dc:creator>DennisLaumen</dc:creator><description><![CDATA[Lose/Lose is a video-game with real life consequences. Each alien in the game is created based on a random file on the players computer. If the player kills the alien, the file it is based on is deleted. If the players ship is destroyed, the application itself is deleted.

Although touching aliens will cause the player to lose the game, and killing aliens awards points, the aliens will never actually fire at the player. This calls into question the player's mission, which is never explicitly stated, only hinted at through classic game mechanics. Is the player supposed to be an aggressor? Or merely an observer, traversing through a dangerous land?]]></description>
<dc:subject>videogames art</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:DennisLaumen/b:c9b92cc5d966/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:videogames"/>
	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:art"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.romhacking.net/documents/459/">
    <title>Metroid Source Code Expanded</title>
    <dc:date>2011-11-23T11:30:21+00:00</dc:date>
    <link>http://www.romhacking.net/documents/459/</link>
    <dc:creator>DennisLaumen</dc:creator><description><![CDATA[This compressed file contains 9 text files that make up the entire source code for the original Metroid game for the NES. These files are an expansion of SnoBro’s Source code he posted a few years ago. The code has been changed to be assemblable with Ophis instead of x816 because of memory issues. Labels corresponding to address values have been added to every line to make the code easier to follow for beginners interested in understanding the inner workings of a Nintendo game. The labels also make the code easier to debug if it is modified. At this time, the source code is still a work in progress but it is much farther along than the original document. The title page is completely documented. The intro routine, end routine, password scheme and sound engine are described in detail. About a third of the game engine is detailed and about half of each game area page.]]></description>
<dc:subject>videogames softwareengineering sourcecode</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:DennisLaumen/b:d530ce48f1a2/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:videogames"/>
	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:softwareengineering"/>
	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:sourcecode"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.flickr.com/photos/wanderingpanda/sets/72157625156924688/with/5078916306/">
    <title>5x5 Video Game Wallpapers - a set on Flickr</title>
    <dc:date>2010-10-15T04:39:17+00:00</dc:date>
    <link>http://www.flickr.com/photos/wanderingpanda/sets/72157625156924688/with/5078916306/</link>
    <dc:creator>DennisLaumen</dc:creator><description><![CDATA[Constructing video game characters in a 5x5 graphic. www.alexandershen.com]]></description>
<dc:subject>wallpapers videogames</dc:subject>
<dc:identifier>https://pinboard.in/u:DennisLaumen/b:6d6c396f0705/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:wallpapers"/>
	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:videogames"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.gamasutra.com/view/news/28769/Analysis_Three_Reasons_Why_We_Buy_Those_Crazy_Steam_Bundles.php">
    <title>Three Reasons Why We Buy Those Crazy Steam Bundles</title>
    <dc:date>2010-06-07T13:31:03+00:00</dc:date>
    <link>http://www.gamasutra.com/view/news/28769/Analysis_Three_Reasons_Why_We_Buy_Those_Crazy_Steam_Bundles.php</link>
    <dc:creator>DennisLaumen</dc:creator><description><![CDATA[People are talking like Steam is forcing them to pounce on such deals when they happen even though they already have a huge backlog and may actually already own physical versions of half the games included.

What makes these plainly ridiculous bundles so attractive? I'm glad you asked, because I can think of at least three psychological principles at play here.]]></description>
<dc:subject>valvesteam videogames psychology scarcityeffect anchoring</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:DennisLaumen/b:ae9937946335/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:valvesteam"/>
	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:videogames"/>
	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:psychology"/>
	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:scarcityeffect"/>
	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:anchoring"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.kesiev.com/akihabara/">
    <title>Akihabara</title>
    <dc:date>2010-04-21T11:15:25+00:00</dc:date>
    <link>http://www.kesiev.com/akihabara/</link>
    <dc:creator>DennisLaumen</dc:creator><description><![CDATA[The Akihabara you can download here is my personal dream too. It is a set of libraries, tools and presets to create pixelated indie-style 8/16-bit era games in Javascript that runs in your browser without any Flash plugin, making use of a small small small subset of the HTML5 features, that are actually available on many modern browsers.]]></description>
<dc:subject>html5 javascript videogames</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:DennisLaumen/b:82f5b827ac4f/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:html5"/>
	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:javascript"/>
	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:videogames"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://mediacommons.futureofthebook.org/content/cultivated-play-farmville">
    <title>Cultivated Play: Farmville</title>
    <dc:date>2010-04-18T09:51:17+00:00</dc:date>
    <link>http://mediacommons.futureofthebook.org/content/cultivated-play-farmville</link>
    <dc:creator>DennisLaumen</dc:creator><description><![CDATA[With this in mind, it seems appropriate to examine the most popular video game in America. Farmville is a free, browser-based video game that is played through one’s Facebook account. Users harvest crops, decorate their farms, and interact with one another, in what is ostensibly a game about farming. While this may sound like a relatively banal game, over seventy-three million people play Farmville. Twenty-six million people play Farmville every day. More people play Farmville than World of Warcraft, and Farmville users outnumber those who own a Nintendo Wii. This popularity is not surprising per se; even in the current recession, video game revenues reached nearly twenty billion dollars in America last year. The video games industry is a vibrant one, and there is certainly room in it for more good games.]]></description>
<dc:subject>farmville zynga videogames</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:DennisLaumen/b:f8e7ac83a953/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:farmville"/>
	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:zynga"/>
	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:videogames"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://blogs.suntimes.com/ebert/2010/04/video_games_can_never_be_art.html">
    <title>Video games can never be art</title>
    <dc:date>2010-04-17T18:30:06+00:00</dc:date>
    <link>http://blogs.suntimes.com/ebert/2010/04/video_games_can_never_be_art.html</link>
    <dc:creator>DennisLaumen</dc:creator><description><![CDATA[Having once made the statement above, I have declined all opportunities to enlarge upon it or defend it. That seemed to be a fool's errand, especially given the volume of messages I receive urging me to play this game or that and recant the error of my ways. Nevertheless, I remain convinced that in principle, video games cannot be art. Perhaps it is foolish of me to say "never," because never, as Rick Wakeman informs us, is a long, long time. Let me just say that no video gamer now living will survive long enough to experience the medium as an art form.]]></description>
<dc:subject>rogerebert videogames art</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:DennisLaumen/b:71e98185686e/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:rogerebert"/>
	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:videogames"/>
	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:art"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.gamasutra.com/view/news/27970/Analysis_The_Status_Quo_Effect.php?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+GamasutraNews+%28Gamasutra+News%29&amp;utm_content=Google+Reader">
    <title>Analysis: The Status (Quo) Effect</title>
    <dc:date>2010-04-13T10:59:58+00:00</dc:date>
    <link>http://www.gamasutra.com/view/news/27970/Analysis_The_Status_Quo_Effect.php?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+GamasutraNews+%28Gamasutra+News%29&amp;utm_content=Google+Reader</link>
    <dc:creator>DennisLaumen</dc:creator><description><![CDATA[Psychologist and gamer Jamie Madigan looks at the psychological ramifications of taking advantage of people's tendency to keep with the status quo - particularly with regard to sign-up options for media and how they could be applied to games.]]></description>
<dc:subject>videogames gamesdesign neuroscience psychology statusquoeffect</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:DennisLaumen/b:60fca45a5269/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:videogames"/>
	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:gamesdesign"/>
	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:neuroscience"/>
	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:psychology"/>
	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:statusquoeffect"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://gamesareevil.com/2010/03/developers-developers-developers/">
    <title>Developers! Developers! Developers! – The Flow Chart</title>
    <dc:date>2010-03-29T06:10:38+00:00</dc:date>
    <link>http://gamesareevil.com/2010/03/developers-developers-developers/</link>
    <dc:creator>DennisLaumen</dc:creator><description><![CDATA[This is by no means the be all, end all, definitive history of video game development studios. There is still room for additional studios and for clarification of individual studio history, as well as more connections between the shift of studio talent from one company to another. ]]></description>
<dc:subject>videogames videogamesdevelopmentstudios flowcharts</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:DennisLaumen/b:ec150c41a411/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:videogames"/>
	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:videogamesdevelopmentstudios"/>
	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:flowcharts"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://g4tv.com/videos/44277/dice-2010-design-outside-the-box-presentation/">
    <title>DICE 2010: &quot;Design Outside the Box&quot; Presentation Videos</title>
    <dc:date>2010-03-25T14:57:22+00:00</dc:date>
    <link>http://g4tv.com/videos/44277/dice-2010-design-outside-the-box-presentation/</link>
    <dc:creator>DennisLaumen</dc:creator><description><![CDATA[Carnegie Mellon University Professor, Jesse Schell, dives into a world of game development which will emerge from the popular "Facebook Games" era.]]></description>
<dc:subject>dice videogames gamesdesign jesseschell facebook achievements</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:DennisLaumen/b:0561167389e6/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:dice"/>
	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:videogames"/>
	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:gamesdesign"/>
	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:jesseschell"/>
	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:facebook"/>
	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:achievements"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.joystiq.com/Instrument-Compatibility-Matrix/">
    <title>Instrument Compatibility Matrix</title>
    <dc:date>2010-03-25T13:21:32+00:00</dc:date>
    <link>http://www.joystiq.com/Instrument-Compatibility-Matrix/</link>
    <dc:creator>DennisLaumen</dc:creator><description><![CDATA[With a horde of rhythm games now each requiring its own army of plastic toys to enjoy, we thought we'd try to simplify things for you. Introducing version 4.1 of the Instrument Compatibility Matrix. We'll keep updating this page as new information percolates out, hoping one day to fill in every square with a green "yes." Until that time, check out our chart skills below. (If we've gotten anything wrong, let us know and we'll look into it.]]></description>
<dc:subject>videogames guitarhero rockband</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:DennisLaumen/b:741e35ae09c3/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:videogames"/>
	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:guitarhero"/>
	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:rockband"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.cogsgame.com/">
    <title>Cogs: A Steampunk Puzzle Game from Lazy 8 Studios</title>
    <dc:date>2010-03-24T18:50:55+00:00</dc:date>
    <link>http://www.cogsgame.com/</link>
    <dc:creator>DennisLaumen</dc:creator><description><![CDATA[Cogs is an innovative new puzzle game for the PC and iPhone where players build an incredible variety of machines from sliding tiles. Immersed in a steampunk world with stunning visual design, Cogs is pure eye candy. And with 50 unique levels and three gameplay modes, we've packed in hours of entertaining, addictive fun.]]></description>
<dc:subject>videogames independentgaming windows iphone</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:DennisLaumen/b:21ead0bf3772/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:videogames"/>
	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:independentgaming"/>
	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:windows"/>
	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:iphone"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.gamasutra.com/view/news/27684/Analysis_System_Shock_2__Structure_And_Spoilers.php?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+GamasutraNews+%28Gamasutra+News%29&amp;utm_content=Google+Reader">
    <title>Analysis: System Shock 2 - Structure And Spoilers</title>
    <dc:date>2010-03-24T13:44:11+00:00</dc:date>
    <link>http://www.gamasutra.com/view/news/27684/Analysis_System_Shock_2__Structure_And_Spoilers.php?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+GamasutraNews+%28Gamasutra+News%29&amp;utm_content=Google+Reader</link>
    <dc:creator>DennisLaumen</dc:creator><description><![CDATA[With my most recent revisiting of System Shock 2 some time before the existence of BioShock, it was initially a jolt to recall how much more intricate and numerous its mechanics are than in its successor -- and to note how much BioShock directly inherited nonetheless.]]></description>
<dc:subject>videogames systemshock2 analysis</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:DennisLaumen/b:7364da9c3300/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:videogames"/>
	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:systemshock2"/>
	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:analysis"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://spyparty.com/">
    <title>SpyParty – An Espionage Game</title>
    <dc:date>2010-03-24T13:01:06+00:00</dc:date>
    <link>http://spyparty.com/</link>
    <dc:creator>DennisLaumen</dc:creator><description><![CDATA[SpyParty is an asymmetric multiplayer espionage game, dealing with the subtlety of human behavior, character, personality, and social mores, instead of the usual spy game explosions and car chases.]]></description>
<dc:subject>videogames independentgaming chrishecker</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:DennisLaumen/b:ca964e00f1ee/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:videogames"/>
	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:independentgaming"/>
	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:chrishecker"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.scoutshonour.com/digital/">
    <title>Digital: A Love Story</title>
    <dc:date>2010-03-23T13:17:26+00:00</dc:date>
    <link>http://www.scoutshonour.com/digital/</link>
    <dc:creator>DennisLaumen</dc:creator><description><![CDATA[A computer mystery/romance set five minutes into the future of 1988.

I can guarantee at least ONE of the is a real feature:
* Discover a vast conspiracy lurking on the internet!
* Save the world by exploiting a buffer overflow!
* Get away with telephone fraud!
* HACK THE GIBSON!

Which one? You'll just have to dial in and see. Welcome to the 20th century.]]></description>
<dc:subject>videogames independentgaming mac windows linux christinelove</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:DennisLaumen/b:a4c9f2cf1da9/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:videogames"/>
	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:independentgaming"/>
	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:mac"/>
	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:windows"/>
	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:linux"/>
	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:christinelove"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://progresswars.com/">
    <title>Progress Wars</title>
    <dc:date>2010-03-23T13:12:24+00:00</dc:date>
    <link>http://progresswars.com/</link>
    <dc:creator>DennisLaumen</dc:creator><description><![CDATA[The ultimate game of being better than all your friends at filling progress bars]]></description>
<dc:subject>parodies humour jakobskjerning videogames independentgaming</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:DennisLaumen/b:f8cd62185d48/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:parodies"/>
	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:humour"/>
	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:jakobskjerning"/>
	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:videogames"/>
	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:independentgaming"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.heavy.com/post/press-x-to-jason-the-game-4539">
    <title>Press X To Jason: The Game</title>
    <dc:date>2010-03-23T13:06:34+00:00</dc:date>
    <link>http://www.heavy.com/post/press-x-to-jason-the-game-4539</link>
    <dc:creator>DennisLaumen</dc:creator><description><![CDATA[So you don't have $380 to spend on a PlayStation 3 and Heavy Rain, huh? I know, it's a recession and all. But if you really want to experience the magic of David Cage's interactive drama wonderland of pressing buttons and things maybe happening, why not play our new free Flash game, Press X To Jason. Painstakingly recreating the opening of Heavy Rain, you must pursue your son Jason through a shopping mall to prevent a horrible tragedy. With four earnable achievements and a ranking system, this will get you up to speed for Heavy Rain in no time.]]></description>
<dc:subject>videogames independentgaming heavyrain parodies</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:DennisLaumen/b:6a9fada32dd0/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:videogames"/>
	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:independentgaming"/>
	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:heavyrain"/>
	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:parodies"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://chrismckeever.tumblr.com/post/453849159/no-caption">
    <title>No caption</title>
    <dc:date>2010-03-22T16:04:19+00:00</dc:date>
    <link>http://chrismckeever.tumblr.com/post/453849159/no-caption</link>
    <dc:creator>DennisLaumen</dc:creator><dc:subject>pictures videogames gamers humour</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:DennisLaumen/b:9a60aa7c2f0d/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:pictures"/>
	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:videogames"/>
	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:gamers"/>
	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:humour"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.tuaw.com/2010/03/15/gdc-2010-ngmocos-neil-young-on-how-freemium-will-change-the-ap/">
    <title>GDC 2010: Ngmoco's Neil Young on how freemium will change the App Store world</title>
    <dc:date>2010-03-22T15:32:00+00:00</dc:date>
    <link>http://www.tuaw.com/2010/03/15/gdc-2010-ngmocos-neil-young-on-how-freemium-will-change-the-ap/</link>
    <dc:creator>DennisLaumen</dc:creator><description><![CDATA[We've summarized Young's long address in this post. It was pretty incredible -- not only did Young lay out his idea of a clear plan for building and developing a large portfolio of very profitable App Store titles "at scale" (the company plans to release twenty new freemium products on the iPhone in the near future, as well as six titles on the iPad), but he made it very clear that he fervently believes that freemium and the model he's structured is the future of the video game business.]]></description>
<dc:subject>videogames ngmoco neilyoung appleappstore businessmodels freemium economics</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:DennisLaumen/b:7f438a6ef553/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:videogames"/>
	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:ngmoco"/>
	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:neilyoung"/>
	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:appleappstore"/>
	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:businessmodels"/>
	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:freemium"/>
	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:economics"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.gamasutra.com/view/news/27702/Analysis_On_HalfLife_2__Build_It_And_They_Will_Come.php?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+GamasutraNews+%28Gamasutra+News%29&amp;utm_content=Google+Reader">
    <title>Analysis: On Half-Life 2 - Build It And They Will Come</title>
    <dc:date>2010-03-19T14:07:33+00:00</dc:date>
    <link>http://www.gamasutra.com/view/news/27702/Analysis_On_HalfLife_2__Build_It_And_They_Will_Come.php?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+GamasutraNews+%28Gamasutra+News%29&amp;utm_content=Google+Reader</link>
    <dc:creator>DennisLaumen</dc:creator><description><![CDATA[I finally understand why everyone has waxed lyrical about Gordon Freeman's second adventure for the last half-decade or more. Conducive to this is the fact that my tastes have matured, and my thoughts on games delved into deeper, more analytical territory. Articulating why I liked X and disliked Y is no longer particularly hard in most cases. ]]></description>
<dc:subject>videogames halflife valvesoftware</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:DennisLaumen/b:b5daee4382b5/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:videogames"/>
	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:halflife"/>
	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:valvesoftware"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.ted.com/talks/jane_mcgonigal_gaming_can_make_a_better_world.html">
    <title>Jane McGonigal: Gaming can make a better world | Video on TED.com</title>
    <dc:date>2010-03-19T09:33:48+00:00</dc:date>
    <link>http://www.ted.com/talks/jane_mcgonigal_gaming_can_make_a_better_world.html</link>
    <dc:creator>DennisLaumen</dc:creator><description><![CDATA[Games like World of Warcraft give players the means to save worlds, and incentive to learn the habits of heroes. What if we could harness this gamer power to solve real-world problems? Jane McGonigal says we can, and explains how.]]></description>
<dc:subject>janemcgonigal videos ted videogames</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:DennisLaumen/b:6db6de96bfc0/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:janemcgonigal"/>
	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:videos"/>
	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:ted"/>
	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:videogames"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.monacoismine.com/">
    <title>Monaco</title>
    <dc:date>2010-03-17T10:18:59+00:00</dc:date>
    <link>http://www.monacoismine.com/</link>
    <dc:creator>DennisLaumen</dc:creator><dc:subject>videogames independentgaming</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:DennisLaumen/b:75a5f3b46f33/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:videogames"/>
	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:independentgaming"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.gamasutra.com/blogs/RockstarSpouse/20100107/4032/Wives_of_Rockstar_San_Diego_employees_have_collected_themselves.php">
    <title>Wives of Rockstar San Diego employees have collected themselves</title>
    <dc:date>2010-03-15T16:37:04+00:00</dc:date>
    <link>http://www.gamasutra.com/blogs/RockstarSpouse/20100107/4032/Wives_of_Rockstar_San_Diego_employees_have_collected_themselves.php</link>
    <dc:creator>DennisLaumen</dc:creator><description><![CDATA[The turning for the worse came approximately in the month of March of 2009. Till present, the working conditions persists to deteriorate as employees are manipulated by certain hands that wield the reigns of power in Rockstar San Diego. Furthermore, the extent of degradation employees have suffered]]></description>
<dc:subject>videogames rockstargames workingconditions</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:DennisLaumen/b:f543b507cad1/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:videogames"/>
	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:rockstargames"/>
	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:workingconditions"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.makeuseof.com/tag/turn-boxee-ultimate-rom-game-launcher/">
    <title>How To Turn Boxee Into The Ultimate ROM And Game Launcher</title>
    <dc:date>2010-03-15T15:20:47+00:00</dc:date>
    <link>http://www.makeuseof.com/tag/turn-boxee-ultimate-rom-game-launcher/</link>
    <dc:creator>DennisLaumen</dc:creator><description><![CDATA[Boxee users who also love to play their favorite retro games using emulators have wanted this for a long time: a way to launch ROMs using Boxee’s slick, remote-based interface.]]></description>
<dc:subject>boxee videogames emulators</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:DennisLaumen/b:38700903172a/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:boxee"/>
	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:videogames"/>
	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:emulators"/>
</rdf:Bag></taxo:topics>
</item>
</rdf:RDF>