<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Gabe Smedresman&#039;s notepad</title>
	<atom:link href="http://notepad.smedresmania.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://notepad.smedresmania.com</link>
	<description>Hey, I&#039;m Gabe, a developer and game designer living in San Francisco. This is what I&#039;ve been up to lately.</description>
	<lastBuildDate>Wed, 20 Apr 2011 04:00:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
		<item>
		<title>Quality-based Narrative</title>
		<link>http://notepad.smedresmania.com/2011/04/20/quality-based-narrative/</link>
		<comments>http://notepad.smedresmania.com/2011/04/20/quality-based-narrative/#comments</comments>
		<pubDate>Wed, 20 Apr 2011 03:57:40 +0000</pubDate>
		<dc:creator>Gabe</dc:creator>
				<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://notepad.smedresmania.com/?p=55</guid>
		<description><![CDATA[I wrote this article for my friend Chris Charla&#8217;s hilarious blog http://incrediblystrangegames.com, but it&#8217;s only appeared on paper so I thought I&#8217;d make it public here. Polygons for Plot The games industry has settled on polygons as the fundamental primitive for 3d graphics, but is there an equivalent for interactive storytelling? The narrative alchemists over [...]]]></description>
			<content:encoded><![CDATA[<p>I wrote this article for my friend Chris Charla&#8217;s hilarious blog <a href="http://incrediblystrangegames.com">http://incrediblystrangegames.com</a>, but it&#8217;s only appeared on paper so I thought I&#8217;d make it public here.</p>
<h2>Polygons for Plot</h2>
<p>The games industry has settled on polygons as the fundamental primitive for 3d graphics, but is there an equivalent for interactive storytelling? The narrative alchemists over at Fail Better Games are on the trail of one, and their proof of concent is the award-winning social game Echo Bazaar. Echo Bazaar is one of the best-written games of the decade, and the company deserves the attention they’ve received for it. The interface of the game is a familiar Mafia-Wars-style text RPG, but its premise &#8212; that the city of London has been stolen and brought underground by bats &#8212; is twisted and compelling. Once inside, the player finds a universe as deeply compelling as the best fiction has to offer. [0]</p>
<p>But just as interesting as Echo Bazaar&#8217;s content, in my opinion, is its underlying skeleton. For the game, Fail Better designed a new structure for interactive storytelling called Quality-Based Narrative. As the designer of the second game that employed it, I’m very excited about the possibilities it presents for games with plot. Like printed choose-your-own-adventure books, it’s easy for non-technical writers to create, edit and collaborate on stories written as quality-based narratives. Yet the structure allows for truly deep and interactive storytelling that thus far has only been possible in more technically complicated text adventures. Serving as an underlying narrative design, quality-based narrative could make deeper and more truly interactive stories possible in many other kinds of games.</p>
<p><span id="more-55"></span></p>
<h2><img title="Nightmares!" src="http://blog.failbettergames.com/image.axd?picture=2010%2f2%2fPicture2.jpg" alt="" width="500" height="375" /></h2>
<p>Quality-based narrative breaks down a story-world into parallel narrative axes called qualities. A player’s amount of a quality, represented by zero or a positive integer, represents his progress along that axis. For example, the main stats in an RPG &#8212; strength, intelligence, and charisma &#8212; can be represented as qualities that get more difficult to raise the further one ascends. In Echo Bazaar, one of the central qualities is Dangerous, which works much like strength in an RPG: getting from level 1 to 2 is easier than getting from level 19 to 20. And as the player advances in it, he unlocks new story content.</p>
<p>Most RPGs have one linear storyline, and as you increase in strength, power and wealth, you advance in the story towards a single winning conclusion. The power of quality-based narrative is that one can progress along many narrative paths at the same time. Minor stats can serve as auxiliary axes for storytelling: parallel paths to be explored at leisure. In Echo Bazaar, as you play, you may earn personality qualities like Subtle, Ruthless, or Admirable, which unlock new plot points or areas at various levels.</p>
<p>Qualities don’t have to correspond to stats. Many storylines in Echo Bazaar so have their own qualities that correspond closely to narrative progress: for example, troubled by vermin, or a finder of Heiresses. Having 1 of “a finder of Heiresses” might mean you’ve found a clue, but 2 means you’re hot on the trail, and at 3 you’re even closer. And even inventory in Echo Bazaar is a quality. Owning 5 bottled souls is just as effective a narrative axis as, say, a personality attribute, and many plot points in the game require having acquired items very similarly as they require levels of strength or reputation.</p>
<p>So while the surface gameplay of inventory, reputation, stats, quests and side-quests should sound very familiar to any RPG player, Fail Better’s brilliance is in distilling these game mechanics out of their individual implementations into their common narrative essence. Qualities are not broad or specific enough to accurately simulate physical properties such as group location or the contents of a backpack. But they closely represent the core of what’s going on inside a player’s head: progress along a narrative path. Getting stronger, getting richer, hunting an enemy, losing one’s mind, earning a sailor’s trust: all of these pursuits in a game, despite their specific mechanics, are also threads of an internal narrative. The quality-based narrative structure lets writers craft stories with those narrative paths as their fundamental primitive, without getting bogged down with the mechanics of gameplay.</p>
<p>The quality as the fundamental primitive for interactive narrative helps quality-based narrative embrace the strengths while avoiding the shortfalls of its antecedent structures. Printed choose-your-own-adventures, for example, use the page as their primitive, and lock pages together with static hyperlinks for choices. This makes the books straightforward for any writer to create, but fragile and prone to breakage during editing. More importantly, because every narrative path requires corresponding pages, it is difficult to reuse content in multiple ways. Most CYOAs end their story branches with death simply to keep the page count from becoming unmanageable. Interestingly, one of the key inspirations for Echo Bazaar was Fabled Lands, an adventure book series that tried to stretch the CYOA format to its limits [1].</p>
<p>Zork-style text adventures, by contrast, use programmatic constructs like rooms, verbs, nouns and NPCs as their primitives. While this allows for infinite flexibility, it makes code and content inseparable and therefore requires significant programming expertise in any would-be creator or collaborator. Mixing code and content amplifies the risk of experimental writing (should new writing ever crash a game?) and discourages collaboration.</p>
<p>Quality-based narratives have the potential to be as deep, flexible, and truly interactive as the finest text adventures, without the minefield of mixing code and content. In fact, the form lended by the structure has thus far only helped spur Fail Better’s creativity: they document on their blog dozens of entirely new patterns for stories [2] that exist within the framework imposed by quality-based narrative. And the fact that several writers have collaborated on Echo Bazaar speaks well to the structure’s improvement over the fragility of earlier forms.</p>
<p>As the first example of a quality-based narrative, Echo Bazaar is mostly a minimal overlay on top of its core narrative engine. But I think that by thinking of quality-based narrative as an underlying structure or CMS within a more complex game world, the narrative structure could be used to add narrative depth to larger games as well.</p>
<p>In a setup like this, qualities and pieces of content would form a base level of narrative progression and state tracking, woven into a story-world by writers using a CMS. Certain qualities or integration points in the structure could be tied with code into more complex gameplay systems like item collection, skill advancement, map navigation and social actions. As a result, writers working with a CMS can have a level of integration into key game systems that would otherwise only be attainable by making them learn a scripting language.</p>
<p>Many games already do something like this, but in a more special-case hard-coded kind of way. By redoing their narrative integration as qualities or a similarly general system, they could gain a flexibility that would help them expand the role and scope of story in their games. For example, Red Dead Redemption has an &#8216;honor&#8217; rating, where villagers give you better prices if you&#8217;re a do-gooder, or shoot on sight if you have a reputation as an outlaw. This is essentially an embedded character quality &#8212; much more could be tied to even this one variable, from action options within the main story arc, to the availability of smaller missions, or others, within the environment of the game.</p>
<p>I think Fail Better Games has hit upon something special here: a totally new way of structuring interactive stories that has the promise of integrating authored, narrative plot with true player choice more effectively than has ever been done before. Echo Bazaar, the first game of the genre, stands by the quality of its writing alone, but I think, and hope, that its more important legacy will be in the raft of games that are inspired by it to incorporate deeper, more interactive, and more consequential stories.</p>
<p>[0] If you&#8217;re interested in the game&#8217;s dark, enthralling universe, check out this review:<br />
<a href="http://resolution-magazine.co.uk/content/review-echo-bazaar/">http://resolution-magazine.co.uk/content/review-echo-bazaar/</a><br />
or just play the game at <a href="http://echobazaar.failbettergames.com">http://echobazaar.failbettergames.com</a>.</p>
<p>[1] FBG’s article on Fabled Lands can be found here: <a href="http://blog.failbettergames.com/post/Echo-Bazaar-Inspirations-Fabled-Lands.aspx">http://blog.failbettergames.com/post/Echo-Bazaar-Inspirations-Fabled-Lands.aspx</a></p>
<p>[2] This series of blog posts on Fail Better Games’ site does a nice job of delving a little deeper into their adventures in narrative engineering:<br />
<a href="http://blog.failbettergames.com/post/Echo-Bazaar-Narrative-Structures-part-one.aspx"> http://blog.failbettergames.com/post/Echo-Bazaar-Narrative-Structures-part-one.aspx</a><br />
<a href="http://blog.failbettergames.com/post/Echo-Bazaar-Narrative-Structures-part-two.aspx"> http://blog.failbettergames.com/post/Echo-Bazaar-Narrative-Structures-part-two.aspx</a><br />
<a href="http://blog.failbettergames.com/post/Echo-Bazaar-Narrative-Structures-part-three.aspx">http://blog.failbettergames.com/post/Echo-Bazaar-Narrative-Structures-part-three.aspx</a></p>
<p>Thanks to Alexis Kennedy for reading an early draft of this article.</p>
]]></content:encoded>
			<wfw:commentRss>http://notepad.smedresmania.com/2011/04/20/quality-based-narrative/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Interactivity and the Arts</title>
		<link>http://notepad.smedresmania.com/2010/06/15/interactivity-and-the-arts/</link>
		<comments>http://notepad.smedresmania.com/2010/06/15/interactivity-and-the-arts/#comments</comments>
		<pubDate>Tue, 15 Jun 2010 01:07:43 +0000</pubDate>
		<dc:creator>Gabe</dc:creator>
				<category><![CDATA[Sessions]]></category>

		<guid isPermaLink="false">http://notepad.smedresmania.com/?p=46</guid>
		<description><![CDATA[I gave a presentation at a New York Arts, Culture and Technology meetup gathering themed around Gaming and the Arts&#8230;thanks so much Julia and Brad for inviting me. The event was very lively and all the presentations, including mine, centered around themes of games, system thinking, art, culture and education. My presentation was a look at [...]]]></description>
			<content:encoded><![CDATA[<p>I gave a presentation at a <a href="http://www.meetup.com/Arts-Culture-and-Technology/">New York Arts, Culture and Technology meetup</a> gathering themed around <a href="http://www.meetup.com/Arts-Culture-and-Technology/calendar/13469942/">Gaming and the Arts</a>&#8230;thanks so much Julia and Brad for inviting me. The event was very lively and all the presentations, including mine, centered around themes of games, system thinking, art, culture and education.</p>
<p>My presentation was a look at a few examples of how the tropes that games have adapted from other arts and resynthesized to allow for interactivity are now, in turn, affecting practitioners of those other arts.</p>
<p>There are so many examples &#8212; but I pulled a few that I was familiar with, centered around film, music and theater. I think the fact that critics so consistently reach for words like &#8220;cross between &#8230;, like &#8230; plus &#8230;&#8221; to describe so many of these cross-genre productions indicates that we&#8217;re on the verge of a new vocabulary for these mashups of the arts. And I am so excited for a bigger, bolder, and more mainstream future for all of these explorations into artistic interactivity.</p>
<div style="width: 425px;"><object id="__sse4501889" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=gabesmedresmaninteractivityandthearts-100614193938-phpapp02&amp;stripped_title=gabe-smedresman-interactivity-and-the-arts" /><param name="name" value="__sse4501889" /><param name="allowfullscreen" value="true" /><embed id="__sse4501889" type="application/x-shockwave-flash" width="425" height="355" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=gabesmedresmaninteractivityandthearts-100614193938-phpapp02&amp;stripped_title=gabe-smedresman-interactivity-and-the-arts" name="__sse4501889" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://notepad.smedresmania.com/2010/06/15/interactivity-and-the-arts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Echo Team 24-hr Game Jam</title>
		<link>http://notepad.smedresmania.com/2010/06/11/echo-team-24-hr-game-jam/</link>
		<comments>http://notepad.smedresmania.com/2010/06/11/echo-team-24-hr-game-jam/#comments</comments>
		<pubDate>Fri, 11 Jun 2010 02:12:46 +0000</pubDate>
		<dc:creator>Gabe</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://notepad.smedresmania.com/?p=27</guid>
		<description><![CDATA[ECHO TEAM ran a 24-hour game jam at our office space at Pier 38 a few weekends ago, and it was a blast. The theme was GROWTH. We had four teams in total, and in 24 hours (+1 bonus hour!) of intense production, we came up with four complete prototypes: Beardy Beardy is amazingly fun [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone" title="Meeting to brainstorm" src="http://hphotos-snc3.fbcdn.net/hs561.snc3/30657_617021886034_302270_35489618_5778253_n.jpg" alt="" width="576" height="432" /></p>
<p>ECHO TEAM ran a 24-hour game jam at our office space at Pier 38 a few weekends ago, and it was a blast. The theme was GROWTH. We had four teams in total, and in 24 hours (+1 bonus hour!) of intense production, we came up with four complete prototypes:</p>
<p><span id="more-27"></span></p>
<h1>Beardy</h1>
<p><img class="alignnone" title="Brendan gives a Beardy demo" src="http://sphotos.ak.fbcdn.net/hphotos-ak-ash1/hs521.ash1/30657_617022350104_302270_35489681_2128084_n.jpg" alt="" width="576" height="432" /></p>
<p>Beardy is amazingly fun beard-construction game for the iPad. Drag and drop beard components onto the nose, and watch as they hang and sway with the utmost of realism. Accordian soundtrack and very manly sound effects complete the immersive beardcrafting experience.</p>
<p>By: Brendan Mauro, Brian Cronin, Zach Saul and Pat Swieskowski</p>
<p>Winner: Best Game, Most Manly, Best Stretch of the Word &#8220;Game&#8221;</p>
<h1><a href="http://www.seedbust.com">SeedBust</a></h1>
<p><img class="alignnone" title="Seedbust presented" src="http://sphotos.ak.fbcdn.net/hphotos-ak-ash1/hs521.ash1/30657_617022365074_302270_35489684_7737159_n.jpg" alt="" width="432" height="576" /></p>
<p>Seedbust is an ambitious location-based mobile web application that lets you plant trees in real-world locations, and spread the seeds far and wide.</p>
<p>By: Finn Kelly, Chris Turitzin, Andrew Lee, David Kurtz, Dan Walton</p>
<p>Winner: Most Ambitious, Best Tech, Best Use of Theme</p>
<h1>Top Kill Prime</h1>
<p><img class="alignnone" title="Top Kill Prime" src="http://sphotos.ak.fbcdn.net/hphotos-ak-snc3/hs581.snc3/30657_617022439924_302270_35489693_2873387_n.jpg" alt="" width="432" height="576" /></p>
<p>Top Kill Prime is a Space Invaders like game with a brilliant twist. Enemies scroll down the screen, and start relatively powerless. However, enemies evolve based on a genetic algorithm, so the enemies that you fail to kill end up selectively breeding into stronger opponents. I would love to see this mechanic at work in a larger title!</p>
<p>By: Cristine Yen, Aaron Perry-Zucker, Max McGuire, Chris Cornell</p>
<p>Winner: Best Look</p>
<h1>Frabulous</h1>
<p><a href="http://notepad.smedresmania.com/wp-content/uploads/2010/06/screen.jpeg"><img title="Frabulous Logo" src="http://notepad.smedresmania.com/wp-content/uploads/2010/06/screen.jpeg" alt="" width="700" height="195" /></a></p>
<p>Frabulous is like Scrabulous, but instead of connecting letters to make words, you connect your friends based on their commonalities. So you&#8217;d get maybe three points by stringing together three of your male friends, but you&#8217;d get 15 points by stringing together three friends who went to Columbia, and 30 points by stringing three who like the Greatful Dead.</p>
<p>By: Andrew Fong, Gabe Smedresman, Will Tsui</p>
<p>Winner: Most Innovative</p>
<p><a href="http://www.facebook.com/album.php?aid=2171826&amp;id=302270&amp;l=d62c14bf4c"><strong>View all the facebook photos here!</strong></a></p>
]]></content:encoded>
			<wfw:commentRss>http://notepad.smedresmania.com/2010/06/11/echo-team-24-hr-game-jam/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Maps and Play session at Wherecamp</title>
		<link>http://notepad.smedresmania.com/2010/04/10/maps-and-play-session-at-wherecamp/</link>
		<comments>http://notepad.smedresmania.com/2010/04/10/maps-and-play-session-at-wherecamp/#comments</comments>
		<pubDate>Sat, 10 Apr 2010 20:56:51 +0000</pubDate>
		<dc:creator>Gabe</dc:creator>
				<category><![CDATA[Sessions]]></category>

		<guid isPermaLink="false">http://notes.smedresmania.com/?p=5</guid>
		<description><![CDATA[I recently led a session at Wherecamp entitled &#8220;Maps and Play: Effective Maps for Social and Strategic Spaces.&#8221; We had a great conversation and I thought I&#8217;d post some of the notes here publicly. The key observation that led me to hold this session was that the emerging metaphor for interacting with location-based services has [...]]]></description>
			<content:encoded><![CDATA[<p>I recently led a session at Wherecamp entitled &#8220;Maps and Play: Effective Maps for Social and Strategic Spaces.&#8221; We had a great conversation and I thought I&#8217;d post some of the notes here publicly.</p>
<p>The key observation that led me to hold this session was that the emerging metaphor for interacting with  location-based services has been the list, not the map. I think that more stripped-down formats have prevailed because Google-style maps are not suited for  the non-geographic spaces that games and social tools inhabit.</p>
<p>I think that this doesn&#8217;t have to be the case. The capabilities of maps to display rich, deep visual and spatial relationships is unparalleled. But maybe we need to rethink what effective maps for communicating non-geographic spaces might look like, and talk about how to build these maps.</p>
<p>This five minute presentation set the context for the conversation.</p>
<div id="__ss_3686077" style="width: 425px;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=mapsandplay-100410173606-phpapp01&amp;rel=0&amp;stripped_title=maps-and-play-3686077" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="355" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=mapsandplay-100410173606-phpapp01&amp;rel=0&amp;stripped_title=maps-and-play-3686077" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
</div>
<p><span id="more-5"></span></p>
<p>In attendance and contributing:</p>
<ul>
<li>sally(.com)</li>
<li>Jeff Warren (http://unterbahn.com/)</li>
<li>Tim Vetter</li>
<li>Dylan Phillips (http://mykoan.spaces.live.com/)</li>
<li>Alex Chaucer</li>
<li>Many more&#8230;let me know if I&#8217;ve missed you!</li>
</ul>
<p>We started out the conversation throwing back and forth some examples of maps of non-geographic spaces:</p>
<ul>
<li>Conceptual maps (diagrams) explain the flow of thought</li>
<li>The collected items of a character in an RPG collectively trace the path that that character took through the game</li>
<li>&#8220;The Sims&#8221; dollhouse maps as really being about relationships with the Sims, not so much the geography of the house</li>
<li>The game &#8220;go&#8221; as a self-referential map that represents the state of play &#8212; squint and you&#8217;ll see the power relationships, as in a good infographic</li>
<li>Jeff brought up <a href="http://blog.visualmotive.com/wp-content/uploads/2009/09/ebstorfer-mappamundi.jpg">this incredible image</a> of the medieval <a href="http://en.wikipedia.org/wiki/Ebstorf_Map">Ebstorf map</a> which projects a physical representation of the town of Ebstorf around a spiritual conception of Christ&#8217;s body.</li>
<li>WWII &#8216;flight maps&#8217; which showed ground detail only along the trajectory of a planned flight.</li>
</ul>
<p>And the meaning of the act of creating a map:</p>
<ul>
<li>Maps as placemaking, creating a place (how people form a mental model of new locations)</li>
<li>Audio for exploration, how do blind people form maps of their spaces?</li>
<li>The act of taking traces with you (as in the RPG example, or Katamari Damacy)</li>
</ul>
<p>New spaces for us to explore:</p>
<ul>
<li>&#8220;Brand space&#8221; &#8212; checking into a movie, sports team, Starbucks</li>
<li>&#8220;Food space&#8221; &#8212; a la foodspotting.com</li>
</ul>
<p>And some challenges:</p>
<ul>
<li>What are the cultural differences in cognition? Men vs. women. Dyslexics have trouble reading maps.</li>
<li>The differences between a map of home versus a foreign space: something known versus something unknown.</li>
<li>How the ideal map for a space might melt and morph as your familiarization  with the space progresses: thinking of a map as the spatial relationship  of names, not necessarily geographic features.</li>
</ul>
<p>It was really great to delve into the possibility space around this discussion with enthusiastic people who have the same issues in mind. Dylan set up a <a href="http://groups.google.com/group/innovative-mapping">Google Group</a> to continue the conversation &#8212; I look forward to passing notes back and forth.</p>
]]></content:encoded>
			<wfw:commentRss>http://notepad.smedresmania.com/2010/04/10/maps-and-play-session-at-wherecamp/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

