<?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/"
		xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
>

<channel>
	<title>Ludus Novus &#187; Uncategorized</title>
	<atom:link href="http://ludusnovus.net/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://ludusnovus.net</link>
	<description>The Art of Interaction</description>
	<lastBuildDate>Tue, 22 May 2012 04:22:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<copyright>2006-2008 </copyright>
	<managingEditor>Gregory.Weir@gmail.com (Gregory Weir)</managingEditor>
	<webMaster>Gregory.Weir@gmail.com (Gregory Weir)</webMaster>
	<ttl>1440</ttl>
	<image>
		<url>http://ludusnovus.net/images/ludusnovusblog.jpg</url>
		<title>Ludus Novus</title>
		<link>http://ludusnovus.net</link>
		<width>144</width>
		<height>144</height>
	</image>
	<itunes:subtitle></itunes:subtitle>
	<itunes:summary>The Art of Interaction</itunes:summary>
	<itunes:keywords>ludology, games, game, design, rpgs, interactive, fiction, video, game, theory, interactive, art</itunes:keywords>
	<itunes:category text="Games &#38; Hobbies">
		<itunes:category text="Video Games" />
	</itunes:category>
	<itunes:category text="Arts">
		<itunes:category text="Literature" />
	</itunes:category>
	<itunes:category text="Society &#38; Culture" />
	<itunes:author>Gregory Weir</itunes:author>
	<itunes:owner>
		<itunes:name>Gregory Weir</itunes:name>
		<itunes:email>Gregory.Weir@gmail.com</itunes:email>
	</itunes:owner>
	<itunes:block>no</itunes:block>
	<itunes:explicit>no</itunes:explicit>
	<itunes:image href="http://ludusnovus.net/images/ludusnovusblog.jpg" />
		<item>
		<title>Two Interviews</title>
		<link>http://ludusnovus.net/2011/11/22/two-interviews-2/</link>
		<comments>http://ludusnovus.net/2011/11/22/two-interviews-2/#comments</comments>
		<pubDate>Tue, 22 Nov 2011 19:05:48 +0000</pubDate>
		<dc:creator>Gregory Weir</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ludusnovus.net/?p=1410</guid>
		<description><![CDATA[I&#8217;ve spoken with a few people lately, and two of the interviews have gone live. First, there&#8217;s my talk with the Armchair Gamer Podcast. We chatted about games each of us is playing, and then the hosts asked me an array of questions. I even talk more about some upcoming projects than I believe I [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve spoken with a few people lately, and two of the interviews have gone live. First, there&#8217;s my talk with the <a href="http://theamrchairgamer.podomatic.com/">Armchair Gamer Podcast</a>. We chatted about games each of us is playing, and then the hosts asked me an array of questions. I even talk more about some upcoming projects than I believe I have before. You can listen to the episode <a href="http://theamrchairgamer.podomatic.com/entry/2011-11-11T14_57_12-08_00">on its page</a>.</p>
<p>I also spoke with <a href="http://www.gamesforchange.org/">Games For Change</a> about my recent title &#8220;<a href="http://www.gdconline.com/passingtheball/">Passing the Ball</a>.&#8221; They asked some interesting questions about mood and interactive storytelling. You can read the interview <a href="http://www.gamesforchange.org/2011/11/passing-the-ball-creators-interview-part-1-with-gregory-weir/">on their blog</a>. I understand they&#8217;ll be posting a part 2 soon with an interview with some of the GDC Online folks who commissioned the game!</p>
]]></content:encoded>
			<wfw:commentRss>http://ludusnovus.net/2011/11/22/two-interviews-2/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Exploit Antiblocker Update</title>
		<link>http://ludusnovus.net/2010/08/10/exploit-antiblocker-update/</link>
		<comments>http://ludusnovus.net/2010/08/10/exploit-antiblocker-update/#comments</comments>
		<pubDate>Tue, 10 Aug 2010 05:12:44 +0000</pubDate>
		<dc:creator>Gregory Weir</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ludusnovus.net/?p=1024</guid>
		<description><![CDATA[Based on a request by Kongregate user Enthernalcz, I added a new type of block to my 2009 game Exploit. His original message read: Gregory, could you please add buffer nodes that make the blocker node active instead of deactivating it in Exploit? It would then be Turing complete, allowing us to do complete gates. [...]]]></description>
			<content:encoded><![CDATA[<p>Based on a request by Kongregate user <a href="http://www.kongregate.com/accounts/Enthernalcz">Enthernalcz</a>, I added a new type of block to my 2009 game <i><a href="http://www.kongregate.com/games/GregoryWeir/exploit">Exploit</a></i>.  His original message read:</p>
<blockquote><p>Gregory, could you please add buffer nodes that make the blocker node active instead of deactivating it in Exploit? It would then be Turing complete, allowing us to do complete gates.</p></blockquote>
<p>I think he was actually requesting functionality that would let blocker nodes act as a rudimentary 1-bit memory unit that could be turned on and off at will.  However, that&#8217;s a bit complex to do with how <i>Exploit</i> handles its blocks, so I went for a simpler interpretation of the request.  I&#8217;ve added the &#8220;Antiblocker&#8221; block type, which always allows packets through unless it&#8217;s sent a signal from a Buffer node.  I haven&#8217;t actually done the thinking to figure out if this allows Turing completeness, but it&#8217;s probably a step in the right direction.  I let this request sit for almost a month, but it only ended up taking me an hour or so to code.</p>
<p>Note that there&#8217;s odd timing discrepancies between the life of a Blocker and an Antiblocker.  <i>Exploit</i>, to my shame, keeps track of block lifespans using Flash&#8217;s built-in <code>alpha</code> variable, which doesn&#8217;t always behave as you&#8217;d expect.  They should each take the same amount of time to recover, but for some reason Antiblockers are recovering quicker for me.  Oh, well.  If you want a demonstration of the new unit, check out <a href="http://www.kongregate.com/games/GregoryWeir/exploit?level=163954">the sample level I made</a>.</p>
<p>I do have plans for an <i>Exploit 2</i>, by the way, although they&#8217;re strictly on paper.  These plans include social engineering, puzzles with obscured contents, and a virtual gray marketplace where you can purchase (fake ingame) DDOSes and other bonuses with money earned through optional objectives.  Perhaps the best features I&#8217;ve got written down are scripts and tools.  I&#8217;d like players to be able to record and replay click sequences, as well as set ports to auto-fire as soon as they recharge.  This should eliminate some of the frustration that players experienced with the game&#8217;s sometimes overdemanding timing.</p>
<p>Let me repeat that any plans for a sequel are just that: plans.  Not one character of code has been written for such a game, and the due date isn&#8217;t a question of &#8220;when it&#8217;s done,&#8221; but rather a question of &#8220;if I start in the first place.&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://ludusnovus.net/2010/08/10/exploit-antiblocker-update/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Looming Fanart</title>
		<link>http://ludusnovus.net/2010/07/07/looming-fanart/</link>
		<comments>http://ludusnovus.net/2010/07/07/looming-fanart/#comments</comments>
		<pubDate>Wed, 07 Jul 2010 15:39:07 +0000</pubDate>
		<dc:creator>Gregory Weir</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ludusnovus.net/?p=991</guid>
		<description><![CDATA[It&#8217;s always cool to see art inspired by one of my games, and I think Mick &#8220;RicePirate&#8221; Lauer has captured a scene from the game perfectly. Click through to the art on Newgrounds for a link to the full-sized image.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.newgrounds.com/art/view/ricepirate/looming"><img src="http://ludusnovus.net/images/ricepirate_looming.jpg" /></a></p>
<p>It&#8217;s always cool to see art inspired by one of my games, and I think <a href="http://ricepirate.newgrounds.com/">Mick &#8220;RicePirate&#8221; Lauer</a> has <a href="http://www.newgrounds.com/art/view/ricepirate/looming">captured a scene from the game perfectly</a>.  Click through to the art on Newgrounds for a link to the full-sized image.</p>
]]></content:encoded>
			<wfw:commentRss>http://ludusnovus.net/2010/07/07/looming-fanart/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>2D vs 3D: Diagram vs Architecture</title>
		<link>http://ludusnovus.net/2010/05/22/2d-vs-3d-diagram-vs-architecture/</link>
		<comments>http://ludusnovus.net/2010/05/22/2d-vs-3d-diagram-vs-architecture/#comments</comments>
		<pubDate>Sat, 22 May 2010 05:08:43 +0000</pubDate>
		<dc:creator>Gregory Weir</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ludusnovus.net/?p=907</guid>
		<description><![CDATA[The &#8217;90s was a decade of tremendous change for video games. 1992 birthed Ultima Underworld and Wolfenstein 3D, heralds of an oncoming wave that crashed ashore with 1993&#8242;s Doom. This wave brought the supremacy of 3D. During the &#8217;80s, 3D was mostly the domain of roleplaying games, but by the end of the &#8217;90s virtually [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://ludusnovus.net/images/2dvs3d.jpg" class="leadimage" /><br />
The &#8217;90s was a decade of tremendous change for video games. 1992 birthed <i>Ultima Underworld</i> and <i>Wolfenstein 3D</i>, heralds of an oncoming wave that crashed ashore with 1993&#8242;s <i>Doom</i>. This wave brought the supremacy of 3D.  During the &#8217;80s, 3D was mostly the domain of roleplaying games, but by the end of the &#8217;90s virtually all new mainstream video games were rendered in polygonal 3D.</p>
<p>This was more than just a graphical innovation.  It was a revolution of perspective.  The transition from two dimensions to three also marked a transition in the role of the player from observer to inhabitant.  More important than 2D or 3D graphics is the 2D or 3D perspective.  A 2D perspective places the player, the narrator, in a role of watching the game world from outside.  A 3D perspective places the player inside the game world.<br />
<br/>Read the rest of <a href="http://ludusnovus.net/2010/05/22/2d-vs-3d-diagram-vs-architecture/">2D vs 3D: Diagram vs Architecture</a>...</p>
]]></content:encoded>
			<wfw:commentRss>http://ludusnovus.net/2010/05/22/2d-vs-3d-diagram-vs-architecture/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The Majesty of Colored Fish</title>
		<link>http://ludusnovus.net/2010/04/21/the-majesty-of-colored-fish/</link>
		<comments>http://ludusnovus.net/2010/04/21/the-majesty-of-colored-fish/#comments</comments>
		<pubDate>Thu, 22 Apr 2010 04:55:28 +0000</pubDate>
		<dc:creator>Gregory Weir</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ludusnovus.net/?p=868</guid>
		<description><![CDATA[From time to time I receive stuff that people have made that&#8217;s inspired by my game &#8220;The Majesty of Colors.&#8221; Jessica works in an office, and they hold coloring contests for some reason. She took a perfectly innocent picture of some fish and turned into something just a little more&#8230; creepy. Click on the image [...]]]></description>
			<content:encoded><![CDATA[<p>From time to time I receive stuff that people have made that&#8217;s inspired by my game &#8220;<a href="http://ludusnovus.net/my-games/the-majesty-of-colors/">The Majesty of Colors</a>.&#8221;  Jessica works in an office, and they hold coloring contests for some reason.  She took a perfectly innocent picture of some fish and turned into something just a little more&#8230; creepy.</p>
<p><a href="http://ludusnovus.net/images/majestyoffish.png"><img src="http://ludusnovus.net/images/majestyoffish-thumb.png" /></a></p>
<p>Click on the image to see it full-size.</p>
]]></content:encoded>
			<wfw:commentRss>http://ludusnovus.net/2010/04/21/the-majesty-of-colored-fish/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Out of Town in San Francisco</title>
		<link>http://ludusnovus.net/2010/03/07/out-of-town-in-san-francisco/</link>
		<comments>http://ludusnovus.net/2010/03/07/out-of-town-in-san-francisco/#comments</comments>
		<pubDate>Sun, 07 Mar 2010 17:01:31 +0000</pubDate>
		<dc:creator>Gregory Weir</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ludusnovus.net/?p=788</guid>
		<description><![CDATA[I&#8217;ll be out of town all this week attending Flash Gaming Summit and Game Developers Conference 2010. My lovely resident PHP expert will be looking into the Case of the Missing Comics while I&#8217;m gone.]]></description>
			<content:encoded><![CDATA[<p><img src="http://ludusnovus.net/images/GDC2010.JPG" /><br />
I&#8217;ll be out of town all this week attending <a href="http://www.flashgamingsummit.com/">Flash Gaming Summit</a> and <a href="http://www.gdconf.com/">Game Developers Conference</a> 2010.  My lovely resident <a href="http://irrsinn.net/">PHP expert</a> will be looking into the Case of the Missing Comics while I&#8217;m gone.</p>
]]></content:encoded>
			<wfw:commentRss>http://ludusnovus.net/2010/03/07/out-of-town-in-san-francisco/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Designing for LARP</title>
		<link>http://ludusnovus.net/2010/01/30/designing-for-larp/</link>
		<comments>http://ludusnovus.net/2010/01/30/designing-for-larp/#comments</comments>
		<pubDate>Sat, 30 Jan 2010 17:00:46 +0000</pubDate>
		<dc:creator>Gregory Weir</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ludusnovus.net/?p=746</guid>
		<description><![CDATA[I may or may not be heading out in a few minutes to drive across snow-covered Charlotte to do the first character-creation session for the Geist: the Sin-Eaters LARP I&#8217;ll be running. Designing for LARP is very different than designing for tabletop or for a digital game; it&#8217;s really more about logistics than creativity. Read [...]]]></description>
			<content:encoded><![CDATA[<p>I may or may not be heading out in a few minutes to drive across snow-covered Charlotte to do the first character-creation session for the <i>Geist: the Sin-Eaters</i> <abbr title="Live Action RolePlaying game">LARP</abbr> I&#8217;ll be running.  Designing for LARP is very different than designing for tabletop or for a digital game; it&#8217;s really more about logistics than creativity.<br />
<br/>Read the rest of <a href="http://ludusnovus.net/2010/01/30/designing-for-larp/">Designing for LARP</a>...</p>
]]></content:encoded>
			<wfw:commentRss>http://ludusnovus.net/2010/01/30/designing-for-larp/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>I Twitted</title>
		<link>http://ludusnovus.net/2009/12/09/i-twitted/</link>
		<comments>http://ludusnovus.net/2009/12/09/i-twitted/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 05:36:42 +0000</pubDate>
		<dc:creator>Gregory Weir</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ludusnovus.net/?p=637</guid>
		<description><![CDATA[I made a Twitter account today. Username GregoryWeir. It will likely be a mix of personal and game-related tweets. Bear with me as I get the hang of yet another new service (new to me, anyway).]]></description>
			<content:encoded><![CDATA[<p>I made <a href="http://twitter.com/GregoryWeir">a Twitter account</a> today.  Username GregoryWeir.  It will likely be a mix of personal and game-related tweets.  Bear with me as I get the hang of yet another new service (new to me, anyway).</p>
]]></content:encoded>
			<wfw:commentRss>http://ludusnovus.net/2009/12/09/i-twitted/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Exploit on Platogo</title>
		<link>http://ludusnovus.net/2009/09/15/exploit-on-platogo/</link>
		<comments>http://ludusnovus.net/2009/09/15/exploit-on-platogo/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 17:45:41 +0000</pubDate>
		<dc:creator>Gregory Weir</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ludusnovus.net/?p=571</guid>
		<description><![CDATA[For those of you who have played my game Exploit and wanted a better way to create and share levels, you&#8217;re in luck! The flash game site Platogo has just launched, and Exploit is one of its initial games! Platogo&#8217;s got a neat developer API that allows, among other things, level creation and sharing. You [...]]]></description>
			<content:encoded><![CDATA[<p>For those of you who have played my game <i>Exploit</i> and wanted a better way to create and share levels, you&#8217;re in luck!  The flash game site <a href="http://www.platogo.com/">Platogo</a> has just launched, and Exploit is one of its initial games!  Platogo&#8217;s got a neat developer API that allows, among other things, level creation and sharing.  You can make levels, rate them for quality and difficulty, comment on them, and generally do all sorts of social stuff.  There&#8217;s even a leaderboard for each user level ranking how fast you complete it, and a global leaderboard for how many user levels you&#8217;ve finished.</p>
<p><a href="http://www.platogo.com/games/exploit">Play <i>Exploit</i> on Platogo</a> to check out these new features.</p>
<p>(My August game is delayed.  I&#8217;m still working on it.)</p>
]]></content:encoded>
			<wfw:commentRss>http://ludusnovus.net/2009/09/15/exploit-on-platogo/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Torn Paper GIMP Filter</title>
		<link>http://ludusnovus.net/2009/08/09/torn-paper-gimp-filter/</link>
		<comments>http://ludusnovus.net/2009/08/09/torn-paper-gimp-filter/#comments</comments>
		<pubDate>Sun, 09 Aug 2009 20:07:22 +0000</pubDate>
		<dc:creator>Gregory Weir</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ludusnovus.net/?p=563</guid>
		<description><![CDATA[In the process of working on my next game, I found myself in need of a particular photo editing effect: torn paper, as if an image has been ripped out of a magazine and glued in place. I found an excellent method for the image editor I use, the GIMP, but it requires several steps. [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://ludusnovus.net/images/tornpaperexample.jpg" class="leadimage" /><br />
In the process of working on my next game, I found myself in need of a particular photo editing effect: torn paper, as if an image has been ripped out of a magazine and glued in place.  I found <a href="http://neilandtheresa.co.uk/Blog/GIMP%20Stuff/#torn-paper">an excellent method</a> for the image editor I use, the <acronym title="GNU Image Manipulation Program">GIMP</acronym>, but it requires several steps.  The solution?  Script-fu!  I haven&#8217;t coded in Scheme in forever, but it was relatively straightforward to put together a new filter.</p>
<p><strong><a href="http://ludusnovus.net/files/tornpaper.scm">Download the filter here.</a></strong></p>
<p>Save it to your GIMP scripts directory, which will be ~/.gimp-2.6/scripts/ (or something like C:\Users\Gregory\.gimp-2.6\scripts for Windows users).  The filter will be added to the end of your Filters menu.  To use, just make a selection of any shape, make sure the layer you want to tear out is active, and go to Filters->Torn Paper.  The filter will make a new layer with the torn out piece on it.</p>
<p>This filter allows you to make images like the one above.  Cool, huh?</p>
]]></content:encoded>
			<wfw:commentRss>http://ludusnovus.net/2009/08/09/torn-paper-gimp-filter/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Silent Conversation Release Date</title>
		<link>http://ludusnovus.net/2009/08/05/silent-conversation-release/</link>
		<comments>http://ludusnovus.net/2009/08/05/silent-conversation-release/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 21:32:11 +0000</pubDate>
		<dc:creator>Gregory Weir</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ludusnovus.net/?p=559</guid>
		<description><![CDATA[Looks like Silent Conversation, my latest game, will be out next week. I&#8217;ll post when it&#8217;s released!]]></description>
			<content:encoded><![CDATA[<p>Looks like <i>Silent Conversation</i>, my latest game, will be out next week.  I&#8217;ll post when it&#8217;s released!</p>
]]></content:encoded>
			<wfw:commentRss>http://ludusnovus.net/2009/08/05/silent-conversation-release/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Coming at the End of June</title>
		<link>http://ludusnovus.net/2009/06/21/coming-at-the-end-of-june/</link>
		<comments>http://ludusnovus.net/2009/06/21/coming-at-the-end-of-june/#comments</comments>
		<pubDate>Sun, 21 Jun 2009 17:41:04 +0000</pubDate>
		<dc:creator>Gregory Weir</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[wip]]></category>

		<guid isPermaLink="false">http://ludusnovus.net/?p=504</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><img src="http://ludusnovus.net/images/dragon4up.png" alt="Screenshot from my upcoming game" /></p>
]]></content:encoded>
			<wfw:commentRss>http://ludusnovus.net/2009/06/21/coming-at-the-end-of-june/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Layered Gameplay in Disgaea</title>
		<link>http://ludusnovus.net/2009/05/04/layered-gameplay-in-disgaea/</link>
		<comments>http://ludusnovus.net/2009/05/04/layered-gameplay-in-disgaea/#comments</comments>
		<pubDate>Tue, 05 May 2009 04:16:29 +0000</pubDate>
		<dc:creator>Gregory Weir</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ludusnovus.net/?p=439</guid>
		<description><![CDATA[My latest article has gone up over at GameSetWatch. It&#8217;s called &#8220;Layered Gameplay in Disgaea,&#8221; and it&#8217;s about how that game lets you get as in-depth as you want with character and gameplay customization.]]></description>
			<content:encoded><![CDATA[<p>My latest article has gone up over at <a href="http://www.gamesetwatch.com/">GameSetWatch</a>.  It&#8217;s called &#8220;<a href="http://www.gamesetwatch.com/2009/05/column_the_interactive_palette_12.php">Layered Gameplay in <i>Disgaea</i></a>,&#8221; and it&#8217;s about how that game lets you get as in-depth as you want with character and gameplay customization.</p>
]]></content:encoded>
			<wfw:commentRss>http://ludusnovus.net/2009/05/04/layered-gameplay-in-disgaea/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Puzzle Design in the Myst Series</title>
		<link>http://ludusnovus.net/2009/02/20/puzzle-design-in-the-myst-series/</link>
		<comments>http://ludusnovus.net/2009/02/20/puzzle-design-in-the-myst-series/#comments</comments>
		<pubDate>Fri, 20 Feb 2009 18:41:16 +0000</pubDate>
		<dc:creator>Gregory Weir</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ludusnovus.net/?p=342</guid>
		<description><![CDATA[My latest article is up at GameSetWatch. It&#8217;s about puzzle design, and three cases where the Myst series gets it totally right. Read it here. I freely acknowledge the flaws of the Myst series, but there&#8217;s something utterly compelling about these games that nothing else has captured for me. The Ages serve as exploration environments [...]]]></description>
			<content:encoded><![CDATA[<p>My latest article is up at <a href="http://www.gamesetwatch.com/">GameSetWatch</a>.  It&#8217;s about puzzle design, and three cases where the <i>Myst</i> series gets it totally right.  <a href="http://www.gamesetwatch.com/2009/02/column_the_interactive_palette_9.php">Read it here.</a></p>
<p>I freely acknowledge the flaws of the <i>Myst</i> series, but there&#8217;s something utterly compelling about these games that nothing else has captured for me.  The Ages serve as exploration environments as well as puzzle arenas, and the world has developed quite well, to the point that <i>Uru</i> and its followups require a bit of world knowledge in order to play them.  The rules can be determined by experimentation, but it&#8217;s handy to know ahead of time that, say, a Link always takes you to the same position in space relative to the planet.  And of course, in the <i>Myst</i> universe, &#8220;planet&#8221; is a very vague term.</p>
<p>I have several other favorite puzzles that didn&#8217;t make it into the article.  Here are a few of them, in an arbitrary order:</p>
<p><br/>Read the rest of <a href="http://ludusnovus.net/2009/02/20/puzzle-design-in-the-myst-series/">Puzzle Design in the Myst Series</a>...</p>
]]></content:encoded>
			<wfw:commentRss>http://ludusnovus.net/2009/02/20/puzzle-design-in-the-myst-series/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Failure-Friendly Gameplay in Crayon Physics Deluxe</title>
		<link>http://ludusnovus.net/2009/02/09/failure-friendly-gameplay-in-crayon-physics-deluxe/</link>
		<comments>http://ludusnovus.net/2009/02/09/failure-friendly-gameplay-in-crayon-physics-deluxe/#comments</comments>
		<pubDate>Mon, 09 Feb 2009 17:36:54 +0000</pubDate>
		<dc:creator>Gregory Weir</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ludusnovus.net/?p=335</guid>
		<description><![CDATA[Failing isn&#8217;t fun. The way most video games implement failure, it halts the experience and shoves the player out of immersion head-first. In my latest article for GameSetWatch, I discuss the way Crayon Physics Deluxe embraces failure. Go read &#8220;Failure-Friendly Gameplay in Crayon Physics Deluxe.&#8221;]]></description>
			<content:encoded><![CDATA[<p>Failing isn&#8217;t fun.  The way most video games implement failure, it halts the experience and shoves the player out of immersion head-first.  In my latest article for <a href="http://www.gamesetwatch.com/">GameSetWatch</a>, I discuss the way <i>Crayon Physics Deluxe</i> embraces failure.  Go read &#8220;<a href="http://www.gamesetwatch.com/2009/02/column_the_interactive_palette_7.php">Failure-Friendly Gameplay in <i>Crayon Physics Deluxe</i></a>.&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://ludusnovus.net/2009/02/09/failure-friendly-gameplay-in-crayon-physics-deluxe/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

