<?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>Paper Dino Software &#187; Playtests</title>
	<atom:link href="http://paperdino.com/category/dev-log/playtests/feed/" rel="self" type="application/rss+xml" />
	<link>http://paperdino.com</link>
	<description>Fun!  With Games!</description>
	<lastBuildDate>Tue, 29 Jun 2010 23:04:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Still here!</title>
		<link>http://paperdino.com/2009/10/26/still-here/</link>
		<comments>http://paperdino.com/2009/10/26/still-here/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 08:18:58 +0000</pubDate>
		<dc:creator>Montoli</dc:creator>
				<category><![CDATA[Boss Rush]]></category>
		<category><![CDATA[Dev Log]]></category>
		<category><![CDATA[Playtests]]></category>

		<guid isPermaLink="false">http://paperdino.com/?p=193</guid>
		<description><![CDATA[Busy weeks! Not a whole lot to say here, but progress on Boss Rush continues well.  At this point, the game is basically nailed down and probably a good 90% complete.  Most of the work at this point is down to playtesting and polish, and occasionally adding a new level or two if I think [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-197" title="BossRushIcon1" src="http://biz82.inmotionhosting.com/~paperd6/wp-content/uploads/2009/10/BossRushIcon1.png" alt="BossRushIcon1" width="116" height="108" />Busy weeks!</p>
<p>Not a whole lot to say here, but progress on Boss Rush continues well.  At this point, the game is basically nailed down and probably a good 90% complete.  Most of the work at this point is down to playtesting and polish, and occasionally adding a new level or two if I think of one that seems like it would be fast, easy, and safe to add.</p>
<p>In addition to the occasional friend or family member that I can rope into playing my game, I have enlisted the aid of some forumgoers over at <a title="The Independent Gaming Source!" href="http://tigsource.com" target="_blank">TIGSource</a>.  I have to say.  They have been <em>wonderful</em> fonts of information, suggestions and excellent feedback.  (Frankly wishing I had gotten around to adding more playtesters quite a bit earlier.  One more data point for the postmortem I guess&#8230;)</p>
<p>It&#8217;s getting close though!  I finally realized just <em>how</em> close when I watched a friend play on Sunday.  I think he spent a good hour playing through levels, and still didn&#8217;t get through all of them.  (And he didn&#8217;t even touch multiple difficulty levels.)  It was an interesting perspective moment, where I realized just how much I had completed, and started to feel, <em>really feel,</em> like &#8220;huh, it&#8217;s starting to feel like a full game now.&#8221;</p>
<p>It was a good feeling!   I&#8217;m feeling kind of proud of my game at this point.  Now to just finish it!</p>
]]></content:encoded>
			<wfw:commentRss>http://paperdino.com/2009/10/26/still-here/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Playtests:  Encountering Difficulties</title>
		<link>http://paperdino.com/2009/07/31/boss-rush-playtests-encountering-difficulties/</link>
		<comments>http://paperdino.com/2009/07/31/boss-rush-playtests-encountering-difficulties/#comments</comments>
		<pubDate>Fri, 31 Jul 2009 09:44:46 +0000</pubDate>
		<dc:creator>Montoli</dc:creator>
				<category><![CDATA[Boss Rush]]></category>
		<category><![CDATA[Game Design]]></category>
		<category><![CDATA[Playtests]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://paperdino.com/?p=43</guid>
		<description><![CDATA[So as a designer, I have a problem.  In a game where a large part of your score is &#8220;how long you survived&#8221;, I need some assurance that the game-time is finite.  That eventually, no matter how good a fight they put up, the player will lose eventually, and the game will come to an [...]]]></description>
			<content:encoded><![CDATA[<p>So as a designer, I have a problem.  In a game where a large part of your score is &#8220;how long you survived&#8221;, I need some assurance that the game-time is finite.  That eventually, no matter how good a fight they put up, the player <em>will</em> lose eventually, and the game <em>will</em> come to an end.  Stasis is my enemy.  If the player can find a way to force a permanent stalemate, they have effectively won in a way that invalidates everyone else&#8217;s scores.  Their ability to get a high score is then only bounded by their patience, meaning that my game has transformed into a flashy version of <a title="Desert bus!" href="http://en.wikipedia.org/wiki/Penn_&amp;_Teller%27s_Smoke_and_Mirrors" target="_blank">Desert Bus</a>.<br />
<span id="more-43"></span></p>
<p>So to make sure that doesn&#8217;t happen, I need to make sure that stasis is never reached.  And one of the easiest ways to do that is to gradually shift the game rules.  This gives me two advantages.  First, if they have found something that works, then as I shift the rules, there is a good chance that it will stop working at some point.  (Provided I&#8217;m shifting the right rules at least.)  Second, I can use it to effectively put a cap on game time by shifting towards something that is, for all intents and purposes, impossibly hard.</p>
<p>Tetris is a classic example of a game that uses this.  (Particularly the impossibly hard part.)  It gradually gets more difficult by making pieces fall faster.  At some point, the pieces are falling fast enough that it is not even physically possible to move them to the edges of the board before they hit the bottom.  At this point, the game is effectively over.  The player can, if high enough skill, put off the inevitable for a little bit, but the writing is on the wall.  The game is going to end.</p>
<p>So too in Boss Rush.  The little red ships eventually gain homing missiles as an upgrade.  If they survive long enough, this gives them the ability to hit you from just about anywhere on the screen.  This is important to me for balance, since it is my only real defense against strategies that involve bugging out my ship AI by trapping it in a corner somewhere where it can&#8217;t hit you.  (I have far more faith in players&#8217; abilities to abuse my AI than I do in my own ability to foresee all such gimmicks and plan against them.)</p>
<p>However, here is where playtesting gave me some interesting insights.  It turns out that, while players don&#8217;t mind being hit by missiles if the little ship got them through power ups, they <em>detest</em> having the ship start out with missiles.  This feels completely unfair, and they generally feel (fairly correctly, really) that the game is effectively over, but for the screaming.</p>
<p>&#8220;Huh&#8221;, I said.  &#8220;That&#8217;s problematic.  I really kind of need ships to start getting missiles, as part of the difficulty curve.&#8221;  So as an experiment, instead of letting the ships start with better weapons, I instead cranked up the spawn rate of ship power ups.  It becomes somewhat absurd now, with powerups pretty much pouring from the sky in curtains, like some kind of weapon-improving raindrops.  The ships still get missile upgrades pretty quickly.</p>
<p>And yet&#8230;  It works.  Players (at least the ones I tested with) don&#8217;t seem to mind this nearly as much, even though the net result is the same.  Some theories as to why:</p>
<ul>
<li>Since it&#8217;s a familiar scenario (little ship vs. big ship) changing the little ship starting loadout feels like it&#8217;s breaking the metaphor.  We&#8217;ve all played shmups before, and we know, the reward for being blown up isn&#8217;t starting up again with full powerups.  It&#8217;s being kicked back down to weakling level, and having to claw our way back up.  So maybe this implicit break in the expected structure is jarring?</li>
<li>Having the ships collect items feels like there is more agency involved.  It is still theoretically possible for you to stop them, or at least delay them from getting enough to hit missiles.  And if you can kill them before they get the missiles, then they have to start over.  So even though it&#8217;s hard, it presents the players with more of a feeling of &#8220;I have a chance&#8221;?</li>
<li>The abruptness of the spike.  While missiles are only level 3 out of 5 possible power ups, they represent a significant increase in danger level.  Players tended to not care as much about ships starting with more guns, but once they started with missiles, it suddenly felt like they were on borrowed time.</li>
<li>The two step process &#8220;it&#8217;s raining powerups&#8221; -&gt; &#8220;he has missiles now, oh crap I&#8217;m dead&#8221; is better for the anticipation than just jumping straight to the &#8220;crap, missiles&#8221; stage of the game.</li>
</ul>
<p>I&#8217;m still not completely sure what the exact motivation is here.  I still don&#8217;t feel like  I completely understand what is going on in my testers&#8217; heads.  (Which, I suppose, is why I&#8217;m running playtests in the first place&#8230;)  It might be different for each person, and might not be any of these.  Even so though, I think I can draw at least a couple of useful lessons from the experience that I should keep in mind in the future.</p>
<ul>
<li>A slim chance that is almost impossible feels better to players than zero chance.</li>
<li>Anticipation and telescoping are good.  (Valve talked about this at GDC this year in fact.  Hearing &#8220;rumblerumblerumble&#8221; and going &#8220;oh crap, incoming tank&#8221; is a more memorable experience than just &#8220;Surprise!  Tank!&#8221;)</li>
<li>Attacks that are very difficult to dodge are acceptable as a punishment (you didn&#8217;t do XXX so now he gets to attack you with YYY) but not as an unavoidable part of a game.</li>
</ul>
<p>Good stuff!  Hooray for playtesters, I guess!</p>
]]></content:encoded>
			<wfw:commentRss>http://paperdino.com/2009/07/31/boss-rush-playtests-encountering-difficulties/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
