<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: A Theory of Fun</title>
	<atom:link href="http://grandtextauto.org/2005/01/04/a-theory-of-fun/feed/" rel="self" type="application/rss+xml" />
	<link>http://grandtextauto.org/2005/01/04/a-theory-of-fun/</link>
	<description>A group blog about computer narrative, games, poetry, and art.</description>
	<lastBuildDate>Wed, 13 Jan 2010 15:44:40 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: raphkoster.com &#187; Bartle wins a No-Prize</title>
		<link>http://grandtextauto.org/2005/01/04/a-theory-of-fun/comment-page-1/#comment-75066</link>
		<dc:creator>raphkoster.com &#187; Bartle wins a No-Prize</dc:creator>
		<pubDate>Mon, 24 Oct 2005 15:53:48 +0000</pubDate>
		<guid isPermaLink="false">/?p=624#comment-75066</guid>
		<description>[...] t update. 	The book seems to be doing well. There&#8217;s some active discussion over at Grand Text Auto, which is an excellent blog focusing primarily on int [...]</description>
		<content:encoded><![CDATA[<p>[...] t update. 	The book seems to be doing well. There&#8217;s some active discussion over at Grand Text Auto, which is an excellent blog focusing primarily on int [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nick</title>
		<link>http://grandtextauto.org/2005/01/04/a-theory-of-fun/comment-page-1/#comment-27323</link>
		<dc:creator>nick</dc:creator>
		<pubDate>Tue, 25 Jan 2005 17:57:54 +0000</pubDate>
		<guid isPermaLink="false">/?p=624#comment-27323</guid>
		<description>Thanks, Raph, for being kind enough to discuss your view on fun and its role in games. I did find your book in a nearby bookstore and finally got to read and &lt;a href=&quot;/2005/01/25/a-theory-of-fun-reviewed/&quot;&gt;review it.&lt;/a&gt; I know some people feel odd replying to reviews of their work, but it&#039;s an esteemed tradition on &lt;i&gt;Grand Text Auto&lt;/i&gt; - feel free to comment there, if you want to.</description>
		<content:encoded><![CDATA[<p>Thanks, Raph, for being kind enough to discuss your view on fun and its role in games. I did find your book in a nearby bookstore and finally got to read and <a href="/2005/01/25/a-theory-of-fun-reviewed/">review it.</a> I know some people feel odd replying to reviews of their work, but it&#8217;s an esteemed tradition on <i>Grand Text Auto</i> &#8211; feel free to comment there, if you want to.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raph</title>
		<link>http://grandtextauto.org/2005/01/04/a-theory-of-fun/comment-page-1/#comment-26462</link>
		<dc:creator>Raph</dc:creator>
		<pubDate>Wed, 12 Jan 2005 03:31:32 +0000</pubDate>
		<guid isPermaLink="false">/?p=624#comment-26462</guid>
		<description>I have to admit that when I played with the Erasmatron and Laura Mixon&#039;s project using it when I visited Chris&#039; home several years ago, it came across as feeling exactly like an adventure game with slightly more autonomous characters. I am sure it has evolved with the years, though.</description>
		<content:encoded><![CDATA[<p>I have to admit that when I played with the Erasmatron and Laura Mixon&#8217;s project using it when I visited Chris&#8217; home several years ago, it came across as feeling exactly like an adventure game with slightly more autonomous characters. I am sure it has evolved with the years, though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Malcolm Ryan</title>
		<link>http://grandtextauto.org/2005/01/04/a-theory-of-fun/comment-page-1/#comment-26445</link>
		<dc:creator>Malcolm Ryan</dc:creator>
		<pubDate>Wed, 12 Jan 2005 01:05:08 +0000</pubDate>
		<guid isPermaLink="false">/?p=624#comment-26445</guid>
		<description>I think this actually illustrates my point well. The symbols that &quot;emerge&quot; are at a level of abstraction above the symbols you put into the system. So if you program a collection of moving objects as in a graphical game, the emergent symbols are how they congregrate and interact. If you program a series of &quot;beats&quot; in a dialog like Facade, then the emergent symbol is the story that emerges from combining these beats.

I guess I just want some unit of input smaller than a &quot;beat&quot; so that beats themselves can be emergent and not designed. Chris Crawford would have the characters and their attributes be the designed units, and so the events emerge from their interactions. I like this, but I see great difficulty in turning it into readable text. I&#039;m not really clear on what Chris&#039; answer to this is.

I&#039;ve been working on a little project to make an IF Billiards/Pool game, which has a realistic pool simulation as the underlying event engine, but with a text-only interface. The tricky part, of course, is converting numerical outcomes from the engine into interesting english descriptions - which tell not just what happened, but what it &quot;means&quot; in the context of the game.

Malcolm</description>
		<content:encoded><![CDATA[<p>I think this actually illustrates my point well. The symbols that &#8220;emerge&#8221; are at a level of abstraction above the symbols you put into the system. So if you program a collection of moving objects as in a graphical game, the emergent symbols are how they congregrate and interact. If you program a series of &#8220;beats&#8221; in a dialog like Facade, then the emergent symbol is the story that emerges from combining these beats.</p>
<p>I guess I just want some unit of input smaller than a &#8220;beat&#8221; so that beats themselves can be emergent and not designed. Chris Crawford would have the characters and their attributes be the designed units, and so the events emerge from their interactions. I like this, but I see great difficulty in turning it into readable text. I&#8217;m not really clear on what Chris&#8217; answer to this is.</p>
<p>I&#8217;ve been working on a little project to make an IF Billiards/Pool game, which has a realistic pool simulation as the underlying event engine, but with a text-only interface. The tricky part, of course, is converting numerical outcomes from the engine into interesting english descriptions &#8211; which tell not just what happened, but what it &#8220;means&#8221; in the context of the game.</p>
<p>Malcolm</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raph</title>
		<link>http://grandtextauto.org/2005/01/04/a-theory-of-fun/comment-page-1/#comment-26443</link>
		<dc:creator>Raph</dc:creator>
		<pubDate>Wed, 12 Jan 2005 00:58:57 +0000</pubDate>
		<guid isPermaLink="false">/?p=624#comment-26443</guid>
		<description>&lt;blockquote&gt;I would say argue even with a distinct number of results, it isn’t trivial to have varying methods of getting there the author never anticipated.&lt;/blockquote&gt;

I think this is true of regular fiction as well. ;)</description>
		<content:encoded><![CDATA[<blockquote><p>I would say argue even with a distinct number of results, it isn’t trivial to have varying methods of getting there the author never anticipated.</p></blockquote>
<p>I think this is true of regular fiction as well. ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Dyer</title>
		<link>http://grandtextauto.org/2005/01/04/a-theory-of-fun/comment-page-1/#comment-26391</link>
		<dc:creator>Jason Dyer</dc:creator>
		<pubDate>Tue, 11 Jan 2005 21:40:48 +0000</pubDate>
		<guid isPermaLink="false">/?p=624#comment-26391</guid>
		<description>For IF with answers the author hasn&#039;t anticipated, try &lt;a href=&quot;http://www.wurb.com/if/game/1004&quot;&gt;Verb!&lt;/a&gt; by Neil deMause.It has more actions and points possible than the author originally anticipated.

This is because it is set in a wordplay environment where any new successful command will score a point.

Also, I would say argue even with a distinct number of results, it isn&#039;t trivial to have varying methods of getting there the author never anticipated. Emily Short comments about this in her article &lt;a href=&quot;http://home.mindspring.com/~emshort/multi.htm&quot;&gt;Multilinear IF&lt;/a&gt;; sure, there are discrete ending texts, but who is to say that&#039;s the complete meaning of each ending?

&lt;blockquote&gt;Yes, I generated all the text; yes, I have the source at my disposal. But that doesn&#039;t mean I have anticipated everything that could come out of the game. Not really. Even knowing all the endings does not mean knowing all the different ways to reach them, all the possible spins they can carry in different contexts. &lt;/blockquote&gt;

As a thought experiment, take a work of IF with a single ending: the PC dies. The text is always the same. However, on the way the character can have a varying number of accomplishments. Perhaps the PC gets drunk, or brings world peace, or falls in love. In each case the ending would be essentially different, even if the text was the same. Perhaps in one variation it was justice, while in another it was tragedy.

This can be compared to a film experiment of &lt;a href=&quot;http://en.wikipedia.org/wiki/Kuleshov_Experiment&quot;&gt;Kuleshov&lt;/a&gt;:

&lt;blockquote&gt;Lev Kuleshov was an early Russian filmmaker who believed that juxtaposing two unrelated images could convey a separate meaning. In the Kuleshov experiment he filmed Ivan Mozhukhin, a famous Russian actor, and shots of a bowl of soup, a girl, a teddy bear, and a child&#039;s coffin. He then cut the shot of the actor into the other shot; each time it was the same shot of the actor. Viewers felt that the shots of the actor conveyed different emotions suggested by the other stimulus, though each time it was in fact the same shot.&lt;/blockquote&gt;

Now, I understand regarding the point IF doesn&#039;t have emergent gameplay; text is crafted, and when it is not the effect can be tedious (taking the &quot;simulation&quot; parts of Amnesia as an example -- sure, you can travel across all of Manhattan, and 99.9% of the intersections look the same). What we can do with our current technology (while maintaining good prose) is make our &quot;cuts&quot; faster (see &lt;i&gt;Facade&lt;/i&gt;).</description>
		<content:encoded><![CDATA[<p>For IF with answers the author hasn&#8217;t anticipated, try <a href="http://www.wurb.com/if/game/1004">Verb!</a> by Neil deMause.It has more actions and points possible than the author originally anticipated.</p>
<p>This is because it is set in a wordplay environment where any new successful command will score a point.</p>
<p>Also, I would say argue even with a distinct number of results, it isn&#8217;t trivial to have varying methods of getting there the author never anticipated. Emily Short comments about this in her article <a href="http://home.mindspring.com/~emshort/multi.htm">Multilinear IF</a>; sure, there are discrete ending texts, but who is to say that&#8217;s the complete meaning of each ending?</p>
<blockquote><p>Yes, I generated all the text; yes, I have the source at my disposal. But that doesn&#8217;t mean I have anticipated everything that could come out of the game. Not really. Even knowing all the endings does not mean knowing all the different ways to reach them, all the possible spins they can carry in different contexts. </p></blockquote>
<p>As a thought experiment, take a work of IF with a single ending: the PC dies. The text is always the same. However, on the way the character can have a varying number of accomplishments. Perhaps the PC gets drunk, or brings world peace, or falls in love. In each case the ending would be essentially different, even if the text was the same. Perhaps in one variation it was justice, while in another it was tragedy.</p>
<p>This can be compared to a film experiment of <a href="http://en.wikipedia.org/wiki/Kuleshov_Experiment">Kuleshov</a>:</p>
<blockquote><p>Lev Kuleshov was an early Russian filmmaker who believed that juxtaposing two unrelated images could convey a separate meaning. In the Kuleshov experiment he filmed Ivan Mozhukhin, a famous Russian actor, and shots of a bowl of soup, a girl, a teddy bear, and a child&#8217;s coffin. He then cut the shot of the actor into the other shot; each time it was the same shot of the actor. Viewers felt that the shots of the actor conveyed different emotions suggested by the other stimulus, though each time it was in fact the same shot.</p></blockquote>
<p>Now, I understand regarding the point IF doesn&#8217;t have emergent gameplay; text is crafted, and when it is not the effect can be tedious (taking the &#8220;simulation&#8221; parts of Amnesia as an example &#8212; sure, you can travel across all of Manhattan, and 99.9% of the intersections look the same). What we can do with our current technology (while maintaining good prose) is make our &#8220;cuts&#8221; faster (see <i>Facade</i>).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raph</title>
		<link>http://grandtextauto.org/2005/01/04/a-theory-of-fun/comment-page-1/#comment-26052</link>
		<dc:creator>Raph</dc:creator>
		<pubDate>Tue, 11 Jan 2005 03:17:46 +0000</pubDate>
		<guid isPermaLink="false">/?p=624#comment-26052</guid>
		<description>Well, Malcolm, I think the answer lies in taking a step back.

Does fiction, the old-fashioned ink on paper kind, manage to meet this challenge?

I would say yes.

The part of IF that seems immediately subject to interpretation is the fictional part. The part that you seem to focus on not being that way is the interactive part.</description>
		<content:encoded><![CDATA[<p>Well, Malcolm, I think the answer lies in taking a step back.</p>
<p>Does fiction, the old-fashioned ink on paper kind, manage to meet this challenge?</p>
<p>I would say yes.</p>
<p>The part of IF that seems immediately subject to interpretation is the fictional part. The part that you seem to focus on not being that way is the interactive part.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: josh g.</title>
		<link>http://grandtextauto.org/2005/01/04/a-theory-of-fun/comment-page-1/#comment-26007</link>
		<dc:creator>josh g.</dc:creator>
		<pubDate>Tue, 11 Jan 2005 01:20:39 +0000</pubDate>
		<guid isPermaLink="false">/?p=624#comment-26007</guid>
		<description>Re: Raph&#039;s post:

Ok, it&#039;s definitely just semantics then, and I should go read the book. =)</description>
		<content:encoded><![CDATA[<p>Re: Raph&#8217;s post:</p>
<p>Ok, it&#8217;s definitely just semantics then, and I should go read the book. =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Malcolm Ryan</title>
		<link>http://grandtextauto.org/2005/01/04/a-theory-of-fun/comment-page-1/#comment-25999</link>
		<dc:creator>Malcolm Ryan</dc:creator>
		<pubDate>Tue, 11 Jan 2005 00:48:42 +0000</pubDate>
		<guid isPermaLink="false">/?p=624#comment-25999</guid>
		<description>To start a different thread on discussion (hoping it won&#039;t get lost) I wanted to comment on Raph&#039;s statement (in the slides, I haven&#039;t read the book):
 
&lt;i&gt;[G]ames will never be mature as long as the designers create them with complete answers to their own puzzles in mind&lt;/i&gt;.

I entirely agree, at least in my personal measure of what makes a games fun. There are two games that to me have infinite replayability: Any title from Sid Meier&#039;s Civilisation Series, and Nethack. I think one of the reasons for this replayability and continued enjoyment is exactly what Raph states. They both have enormous complexity which presents the player with interesting novel situations every time they player. And they both allow users to come up with their own ways of solving these problems without being any less challenging for doing so.

Compare this with another game I recently purchased: Neverwinter Nights. This game frustrates me a great deal because it very much tailored to a single style of gameplay: you run it, kill everything in sight, take the treasure and move on. The frustration is amplified because the game engine provides a perfectly good alternative: the thief character can sneak, steal, bribe, persuade... but the quests and the XP system are designed in a way which hobbles this approach and makes it unviable. This is Not Fun.

But I didn&#039;t mean to just post a rant, I have a legitimate question. I am here at GTxA not because I&#039;m interested in games, but because I&#039;m interested in Interactive Fiction. I want to build things like (the mythological) Facade. My question then is this: what ramifications does Raph&#039;s comment quoted above have for building IF?

It seems to me that every piece of IF ever written intrinsically falls victim to the &quot;complete answers&quot; criticism. Even works like Emily Short&#039;s &lt;a href=&quot;http://jerz.setonhill.edu/if/gallery/galatea/index.html&quot;&gt;Galatea&lt;/a&gt; (wonderful as it is) are just collections of MANY &quot;complete answers&quot;. Is it even possible to build IF which has answers the author hadn&#039;t imagined?

This seems to me to be related to the Emergence/Design argument. To have &quot;unanticipated answers&quot; is somehow to advocate games built as emergent systems, with sufficient complexity that they are not entirely predictable even to their authors. But obviously not just any system will do. A great deal of design needs to go into such a system to ensure that it produces interesting/dramatic/challanging/fun results. 

This alone is not prohibitive, and some game designers have indeed achieved it with some success. My question is: can it be done in a text-based medium like IF? There is an intrinsic difference between a graphical game and a text-based one, which is about the level of internal representation. As an AI researcher, I understand it as the Signal/Symbol problem. 

Graphical games typically represent the state of the game at a low level of abstraction, largely numerical: unit positions, strengths, etc. Actions likewise are numerical: movement, timing etc. This allows a great richness of representation. A simple design can represent a very large number of possible scenarios and responses to them. Done well, this richness allows a great variety of unanticipated problems and solutions.

Textual games (like IF) on the other hand represent the state of the game in more abstract symbols. Your location is a discrete room. Other actors are either with you or not. You can unlock the door if you have the key from the well, or else you can&#039;t. It is much easier to represent and direct a story in this fashion, but there is little room for emergence as the interesting symbols/patterns are ones designed into the system, not ones which emerge from the underlying complexity. 

Roleplaying games (like NWN) show this disparity most profoundly because they fuse elements of both styles together (usually poorly). So if you don&#039;t have a key, you can hack or blast away at every door you encounter instead -- except one which is an Important Door, and which is Magically Protected, ie which cannot open until you&#039;ve performed a particular plot event.

So my question is this: can this dichotomy be overcome? Can we produce systems which have sufficient complexity to have unanticipated solutions while maintaining some direction over the narrative process?</description>
		<content:encoded><![CDATA[<p>To start a different thread on discussion (hoping it won&#8217;t get lost) I wanted to comment on Raph&#8217;s statement (in the slides, I haven&#8217;t read the book):</p>
<p><i>[G]ames will never be mature as long as the designers create them with complete answers to their own puzzles in mind</i>.</p>
<p>I entirely agree, at least in my personal measure of what makes a games fun. There are two games that to me have infinite replayability: Any title from Sid Meier&#8217;s Civilisation Series, and Nethack. I think one of the reasons for this replayability and continued enjoyment is exactly what Raph states. They both have enormous complexity which presents the player with interesting novel situations every time they player. And they both allow users to come up with their own ways of solving these problems without being any less challenging for doing so.</p>
<p>Compare this with another game I recently purchased: Neverwinter Nights. This game frustrates me a great deal because it very much tailored to a single style of gameplay: you run it, kill everything in sight, take the treasure and move on. The frustration is amplified because the game engine provides a perfectly good alternative: the thief character can sneak, steal, bribe, persuade&#8230; but the quests and the XP system are designed in a way which hobbles this approach and makes it unviable. This is Not Fun.</p>
<p>But I didn&#8217;t mean to just post a rant, I have a legitimate question. I am here at GTxA not because I&#8217;m interested in games, but because I&#8217;m interested in Interactive Fiction. I want to build things like (the mythological) Facade. My question then is this: what ramifications does Raph&#8217;s comment quoted above have for building IF?</p>
<p>It seems to me that every piece of IF ever written intrinsically falls victim to the &#8220;complete answers&#8221; criticism. Even works like Emily Short&#8217;s <a href="http://jerz.setonhill.edu/if/gallery/galatea/index.html">Galatea</a> (wonderful as it is) are just collections of MANY &#8220;complete answers&#8221;. Is it even possible to build IF which has answers the author hadn&#8217;t imagined?</p>
<p>This seems to me to be related to the Emergence/Design argument. To have &#8220;unanticipated answers&#8221; is somehow to advocate games built as emergent systems, with sufficient complexity that they are not entirely predictable even to their authors. But obviously not just any system will do. A great deal of design needs to go into such a system to ensure that it produces interesting/dramatic/challanging/fun results. </p>
<p>This alone is not prohibitive, and some game designers have indeed achieved it with some success. My question is: can it be done in a text-based medium like IF? There is an intrinsic difference between a graphical game and a text-based one, which is about the level of internal representation. As an AI researcher, I understand it as the Signal/Symbol problem. </p>
<p>Graphical games typically represent the state of the game at a low level of abstraction, largely numerical: unit positions, strengths, etc. Actions likewise are numerical: movement, timing etc. This allows a great richness of representation. A simple design can represent a very large number of possible scenarios and responses to them. Done well, this richness allows a great variety of unanticipated problems and solutions.</p>
<p>Textual games (like IF) on the other hand represent the state of the game in more abstract symbols. Your location is a discrete room. Other actors are either with you or not. You can unlock the door if you have the key from the well, or else you can&#8217;t. It is much easier to represent and direct a story in this fashion, but there is little room for emergence as the interesting symbols/patterns are ones designed into the system, not ones which emerge from the underlying complexity. </p>
<p>Roleplaying games (like NWN) show this disparity most profoundly because they fuse elements of both styles together (usually poorly). So if you don&#8217;t have a key, you can hack or blast away at every door you encounter instead &#8212; except one which is an Important Door, and which is Magically Protected, ie which cannot open until you&#8217;ve performed a particular plot event.</p>
<p>So my question is this: can this dichotomy be overcome? Can we produce systems which have sufficient complexity to have unanticipated solutions while maintaining some direction over the narrative process?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raph</title>
		<link>http://grandtextauto.org/2005/01/04/a-theory-of-fun/comment-page-1/#comment-25994</link>
		<dc:creator>Raph</dc:creator>
		<pubDate>Tue, 11 Jan 2005 00:21:22 +0000</pubDate>
		<guid isPermaLink="false">/?p=624#comment-25994</guid>
		<description>DDR is a good example. Let&#039;s consider the cognitive challenges in DDR:

- There&#039;s a language, a new form of writing/reading to learn. It&#039;s a notation system for both rhythm and position. New versions of DDR have introduced more signs into this language (triplets, freeze arrows, etc).

- There&#039;s mastering rhythm itself, which at more complex levels is quite difficult for many people. This is not an instinctive movement it&#039;s a cognitively learned skill--which is why musical training has you learn it by counting until you can internalize it.

- There&#039;s a spatial challenge to the positioning that requires analysis. Beginning DDR players return to the center after every step, for example. Mastering the space is a cognitive challenge you have to overcome to get better.

Quite aside from those challenges, there&#039;s

- stepping on the arrows when you want to step on them, which involves motor control.

You can be a fantastic DDR player and still lack the motor control (maybe you&#039;re exhausted from playing too much; maybe you&#039;re drunk and dizzy; maybe you stubbed your toe and are limping).

There&#039;s the cognitive dimension there, and the execution.

Reflexive, reactive behaviors are almost all built BY cognitive processes that occur first (there are some that are purely instinctual, but not many). And it is a huge mistake to think that cognition or decision-making is conscious or &quot;rationalization&quot; as you put it--that&#039;s not how the brain works at all. For most things, you practice until you build the autonomic response, the reflexive response, the physical skill.

I am simply saying that &quot;the game&quot; lies in the practicing process.

Once you have internalized and rendered automatic the movements and also have no cognitive challenges, then the game is frequently boring or at best meditative. It&#039;s almost certainly not &quot;fun&quot; in the traditional sense (or the chemical sense, in terms of which endorphins get released).</description>
		<content:encoded><![CDATA[<p>DDR is a good example. Let&#8217;s consider the cognitive challenges in DDR:</p>
<p>- There&#8217;s a language, a new form of writing/reading to learn. It&#8217;s a notation system for both rhythm and position. New versions of DDR have introduced more signs into this language (triplets, freeze arrows, etc).</p>
<p>- There&#8217;s mastering rhythm itself, which at more complex levels is quite difficult for many people. This is not an instinctive movement it&#8217;s a cognitively learned skill&#8211;which is why musical training has you learn it by counting until you can internalize it.</p>
<p>- There&#8217;s a spatial challenge to the positioning that requires analysis. Beginning DDR players return to the center after every step, for example. Mastering the space is a cognitive challenge you have to overcome to get better.</p>
<p>Quite aside from those challenges, there&#8217;s</p>
<p>- stepping on the arrows when you want to step on them, which involves motor control.</p>
<p>You can be a fantastic DDR player and still lack the motor control (maybe you&#8217;re exhausted from playing too much; maybe you&#8217;re drunk and dizzy; maybe you stubbed your toe and are limping).</p>
<p>There&#8217;s the cognitive dimension there, and the execution.</p>
<p>Reflexive, reactive behaviors are almost all built BY cognitive processes that occur first (there are some that are purely instinctual, but not many). And it is a huge mistake to think that cognition or decision-making is conscious or &#8220;rationalization&#8221; as you put it&#8211;that&#8217;s not how the brain works at all. For most things, you practice until you build the autonomic response, the reflexive response, the physical skill.</p>
<p>I am simply saying that &#8220;the game&#8221; lies in the practicing process.</p>
<p>Once you have internalized and rendered automatic the movements and also have no cognitive challenges, then the game is frequently boring or at best meditative. It&#8217;s almost certainly not &#8220;fun&#8221; in the traditional sense (or the chemical sense, in terms of which endorphins get released).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: josh g.</title>
		<link>http://grandtextauto.org/2005/01/04/a-theory-of-fun/comment-page-1/#comment-25993</link>
		<dc:creator>josh g.</dc:creator>
		<pubDate>Tue, 11 Jan 2005 00:00:45 +0000</pubDate>
		<guid isPermaLink="false">/?p=624#comment-25993</guid>
		<description>What do you mean by the &quot;making of choices&quot; in a case like this?  When someone plays DDR and has horrible rhythm, is that a function of what you&#039;d call his decision-making process?

I&#039;ve got this distinction in my head between rationalization and reaction.  Perhaps you&#039;re applying the term cognitive to both, but to me it maps more directly onto rationalization.  

Or to fall back to a geeky AI analogy, cognitive thought would be Prolog and logic-based AI.  Reflexive, reactive sorts of behaviour are like neural networks, on the other hand.  The brain uses both, but some types of problems call for one more than the other.</description>
		<content:encoded><![CDATA[<p>What do you mean by the &#8220;making of choices&#8221; in a case like this?  When someone plays DDR and has horrible rhythm, is that a function of what you&#8217;d call his decision-making process?</p>
<p>I&#8217;ve got this distinction in my head between rationalization and reaction.  Perhaps you&#8217;re applying the term cognitive to both, but to me it maps more directly onto rationalization.  </p>
<p>Or to fall back to a geeky AI analogy, cognitive thought would be Prolog and logic-based AI.  Reflexive, reactive sorts of behaviour are like neural networks, on the other hand.  The brain uses both, but some types of problems call for one more than the other.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raph</title>
		<link>http://grandtextauto.org/2005/01/04/a-theory-of-fun/comment-page-1/#comment-25931</link>
		<dc:creator>Raph</dc:creator>
		<pubDate>Mon, 10 Jan 2005 18:23:21 +0000</pubDate>
		<guid isPermaLink="false">/?p=624#comment-25931</guid>
		<description>&lt;blockquote&gt;Most of the world sees nothing inherently unfair about a footrace, despite the fact that some of the racers are more physically capable of winning than others. &lt;/blockquote&gt;

This is inaccurate. They see nothing unfair amount it as long as the contestants are fairly evenly matched. There would many cries of unfairness were one of the racers an Olympian and the other a Special Olympian; or one of them a Olympian and the other a twelve-year-old; or one of them male and the other female.

And of course, the direct example that is comparable is giving steroids to one of the racers and not to the others. This boils down to &quot;one of the racers being more physically capable.&quot;

There&#039;s a heavy load of assumptions that goes into &quot;fairness.&quot; For example, competitive games of all sorts make use of leagues and handicapping in order to try to make things &quot;fair,&quot; and we take those for granted. In the case of athletics such as our hypothetical footrace, our hidden assumption is that &lt;i&gt;training is part of the race&lt;/i&gt;, and training has rules that cannot be broken. And interestingly, training is a heavily cognitive task.

If training were not part of the race, then doping would be acceptable. But the magic circle clearly does not encompass only the moments between the starting gun and the finish line.

As an sf-nal sort of gedankenexperiment, consider the world where everyone is genetically enhanced to maximize human potential. To keep professional sports alive, we might well need a class of citizen who intentionally refuses all such enhancements.

&lt;blockquote&gt;I think this demonstrates that not every game, and not all gameplay, is purely about cognitive ability. Different games will, and should by design, test different abilities - some cognitive, some reflexive or intuitive, some physical, some social, etc. &lt;/blockquote&gt;

Trying to find a game that is &lt;i&gt;purely&lt;/i&gt; cognitive is a waste of time; it&#039;s impossible to divorce, say, presentation, from the experience (cf the go example in the book).

However, I think that it is safe to say that you will not find a game where there is no cognitive process. I cannot think of any games which are &quot;purely reflexive&quot; or &quot;purely physical.&quot;

My personal take on your argument is that you are conflating execution of choices with the making of choices. The locus of the game lies in the making of choices, not the execution. 

As another sf-nal hypothetical, consider the kid who is paraplegic, but who can play soccer in a perfectly faithful soccer virtual game, via some sort of total-immersion interface. Whether he is a good or bad soccer player is a mental question, not a physical one. The varying degrees of execution of the kicks are important, but knowing where and when to kick is more so. Being unable to physically kick the ball could arise from a myriad of circumstances, from an unfortunate gust of wind to a charleyhorse to a glitch in the software. Kicking the ball is a matter of &lt;i&gt;interface&lt;/i&gt; to the system.</description>
		<content:encoded><![CDATA[<blockquote><p>Most of the world sees nothing inherently unfair about a footrace, despite the fact that some of the racers are more physically capable of winning than others. </p></blockquote>
<p>This is inaccurate. They see nothing unfair amount it as long as the contestants are fairly evenly matched. There would many cries of unfairness were one of the racers an Olympian and the other a Special Olympian; or one of them a Olympian and the other a twelve-year-old; or one of them male and the other female.</p>
<p>And of course, the direct example that is comparable is giving steroids to one of the racers and not to the others. This boils down to &#8220;one of the racers being more physically capable.&#8221;</p>
<p>There&#8217;s a heavy load of assumptions that goes into &#8220;fairness.&#8221; For example, competitive games of all sorts make use of leagues and handicapping in order to try to make things &#8220;fair,&#8221; and we take those for granted. In the case of athletics such as our hypothetical footrace, our hidden assumption is that <i>training is part of the race</i>, and training has rules that cannot be broken. And interestingly, training is a heavily cognitive task.</p>
<p>If training were not part of the race, then doping would be acceptable. But the magic circle clearly does not encompass only the moments between the starting gun and the finish line.</p>
<p>As an sf-nal sort of gedankenexperiment, consider the world where everyone is genetically enhanced to maximize human potential. To keep professional sports alive, we might well need a class of citizen who intentionally refuses all such enhancements.</p>
<blockquote><p>I think this demonstrates that not every game, and not all gameplay, is purely about cognitive ability. Different games will, and should by design, test different abilities &#8211; some cognitive, some reflexive or intuitive, some physical, some social, etc. </p></blockquote>
<p>Trying to find a game that is <i>purely</i> cognitive is a waste of time; it&#8217;s impossible to divorce, say, presentation, from the experience (cf the go example in the book).</p>
<p>However, I think that it is safe to say that you will not find a game where there is no cognitive process. I cannot think of any games which are &#8220;purely reflexive&#8221; or &#8220;purely physical.&#8221;</p>
<p>My personal take on your argument is that you are conflating execution of choices with the making of choices. The locus of the game lies in the making of choices, not the execution. </p>
<p>As another sf-nal hypothetical, consider the kid who is paraplegic, but who can play soccer in a perfectly faithful soccer virtual game, via some sort of total-immersion interface. Whether he is a good or bad soccer player is a mental question, not a physical one. The varying degrees of execution of the kicks are important, but knowing where and when to kick is more so. Being unable to physically kick the ball could arise from a myriad of circumstances, from an unfortunate gust of wind to a charleyhorse to a glitch in the software. Kicking the ball is a matter of <i>interface</i> to the system.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: josh g.</title>
		<link>http://grandtextauto.org/2005/01/04/a-theory-of-fun/comment-page-1/#comment-25744</link>
		<dc:creator>josh g.</dc:creator>
		<pubDate>Mon, 10 Jan 2005 07:05:00 +0000</pubDate>
		<guid isPermaLink="false">/?p=624#comment-25744</guid>
		<description>&lt;blockquote&gt;Er, no, you have it backwards. It’s not the cognitive aspects that result in a lack of a level playing field… it’s the fact that success in footracing is largely predetermined.&lt;/blockquote&gt;

Let me try to rephrase what I&#039;m thinking.  Most of the world sees nothing inherently unfair about a footrace, despite the fact that some of the racers are more physically capable of winning than others.  On the other hand, if a championship Starcraft match was held where one player was given access to more resources than the other, all other things equal, it would be considered an unfair match.  I think this demonstrates that not every game, and not all gameplay, is purely about cognitive ability.  Different games will, and should by design, test different abilities - some cognitive, some reflexive or intuitive, some physical, some social, etc.</description>
		<content:encoded><![CDATA[<blockquote><p>Er, no, you have it backwards. It’s not the cognitive aspects that result in a lack of a level playing field… it’s the fact that success in footracing is largely predetermined.</p></blockquote>
<p>Let me try to rephrase what I&#8217;m thinking.  Most of the world sees nothing inherently unfair about a footrace, despite the fact that some of the racers are more physically capable of winning than others.  On the other hand, if a championship Starcraft match was held where one player was given access to more resources than the other, all other things equal, it would be considered an unfair match.  I think this demonstrates that not every game, and not all gameplay, is purely about cognitive ability.  Different games will, and should by design, test different abilities &#8211; some cognitive, some reflexive or intuitive, some physical, some social, etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raph</title>
		<link>http://grandtextauto.org/2005/01/04/a-theory-of-fun/comment-page-1/#comment-25115</link>
		<dc:creator>Raph</dc:creator>
		<pubDate>Sat, 08 Jan 2005 05:36:59 +0000</pubDate>
		<guid isPermaLink="false">/?p=624#comment-25115</guid>
		<description>&lt;blockquote&gt;Footracing fails the test of a level playing field only if the cognitive aspects of the game are all that’s considered. I think that’s sort of begging the question. ;)&lt;/blockquote&gt;

Er, no, you have it backwards. It&#039;s not the cognitive aspects that result in a lack of a level playing field... it&#039;s the fact that success in footracing is largely predetermined.

&lt;blockquote&gt;I’m still confused as to why you would want to use “fun” to frame the arguments for a broader possibility space in games. Recasting fun to include responses that seem contrary to fun seems far less productive to me than working to expand our receptivity to game artifacts. Likewise, arguing that all those responses are in fact a particular kind of fun strikes me as counterintuitive at best and counterproductive at worst.&lt;/blockquote&gt;

I guess you&#039;ve lost me. Where did I include responses that seemed contrary to fun? Where did I conflate multiple types of responses into one particular kind of fun?</description>
		<content:encoded><![CDATA[<blockquote><p>Footracing fails the test of a level playing field only if the cognitive aspects of the game are all that’s considered. I think that’s sort of begging the question. ;)</p></blockquote>
<p>Er, no, you have it backwards. It&#8217;s not the cognitive aspects that result in a lack of a level playing field&#8230; it&#8217;s the fact that success in footracing is largely predetermined.</p>
<blockquote><p>I’m still confused as to why you would want to use “fun” to frame the arguments for a broader possibility space in games. Recasting fun to include responses that seem contrary to fun seems far less productive to me than working to expand our receptivity to game artifacts. Likewise, arguing that all those responses are in fact a particular kind of fun strikes me as counterintuitive at best and counterproductive at worst.</p></blockquote>
<p>I guess you&#8217;ve lost me. Where did I include responses that seemed contrary to fun? Where did I conflate multiple types of responses into one particular kind of fun?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Bogost</title>
		<link>http://grandtextauto.org/2005/01/04/a-theory-of-fun/comment-page-1/#comment-25038</link>
		<dc:creator>Ian Bogost</dc:creator>
		<pubDate>Fri, 07 Jan 2005 23:16:54 +0000</pubDate>
		<guid isPermaLink="false">/?p=624#comment-25038</guid>
		<description>&lt;i&gt;Were I to invent words for these various sensations, I am unsure that it would actually work for readers, to be honest.&lt;/i&gt;

Certainly inventing or coopting a wholly inappropriate word would indeed confuse readers. But that&#039;s not what I&#039;m suggesting. Rather, I wonder if a better strategy would be to expand the types of conditions games can engender in players into multiple states, rather than one.

&lt;i&gt;The second question, whether it undermines the ways in which gameplay can provide more than fun, is a tougher one. Again, in the context of the whole book, I have difficulty seeing how someone would emerge with that impression, given the later chapters.&lt;/i&gt;

Having read the book, I agree (I especially liked the James Joyce reference) but I&#039;m still confused as to why you would want to use &quot;fun&quot; to frame the arguments for a broader possibility space in games. Recasting fun to include responses that seem contrary to fun seems far less productive to me than working to expand our receptivity to game artifacts. Likewise, arguing that all those responses are in fact a particular kind of fun strikes me as counterintuitive at best and counterproductive at worst.</description>
		<content:encoded><![CDATA[<p><i>Were I to invent words for these various sensations, I am unsure that it would actually work for readers, to be honest.</i></p>
<p>Certainly inventing or coopting a wholly inappropriate word would indeed confuse readers. But that&#8217;s not what I&#8217;m suggesting. Rather, I wonder if a better strategy would be to expand the types of conditions games can engender in players into multiple states, rather than one.</p>
<p><i>The second question, whether it undermines the ways in which gameplay can provide more than fun, is a tougher one. Again, in the context of the whole book, I have difficulty seeing how someone would emerge with that impression, given the later chapters.</i></p>
<p>Having read the book, I agree (I especially liked the James Joyce reference) but I&#8217;m still confused as to why you would want to use &#8220;fun&#8221; to frame the arguments for a broader possibility space in games. Recasting fun to include responses that seem contrary to fun seems far less productive to me than working to expand our receptivity to game artifacts. Likewise, arguing that all those responses are in fact a particular kind of fun strikes me as counterintuitive at best and counterproductive at worst.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: josh g.</title>
		<link>http://grandtextauto.org/2005/01/04/a-theory-of-fun/comment-page-1/#comment-24951</link>
		<dc:creator>josh g.</dc:creator>
		<pubDate>Fri, 07 Jan 2005 19:25:11 +0000</pubDate>
		<guid isPermaLink="false">/?p=624#comment-24951</guid>
		<description>&lt;blockquote&gt;Footracing actually fails to meet two important tests of “good games” – a level playing field and clear feedback.&lt;/blockquote&gt;

Footracing fails the test of a level playing field only if the cognitive aspects of the game are all that&#039;s considered.  I think that&#039;s sort of begging the question. ;)</description>
		<content:encoded><![CDATA[<blockquote><p>Footracing actually fails to meet two important tests of “good games” – a level playing field and clear feedback.</p></blockquote>
<p>Footracing fails the test of a level playing field only if the cognitive aspects of the game are all that&#8217;s considered.  I think that&#8217;s sort of begging the question. ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raph</title>
		<link>http://grandtextauto.org/2005/01/04/a-theory-of-fun/comment-page-1/#comment-24914</link>
		<dc:creator>Raph</dc:creator>
		<pubDate>Fri, 07 Jan 2005 17:55:48 +0000</pubDate>
		<guid isPermaLink="false">/?p=624#comment-24914</guid>
		<description>&lt;blockquote cite = &quot;nick&quot;&gt;If Justin Gatlin beats me in the hundred meter dash, as he certainly would, it would true, but rather inadequate, to explain that he had bested me at a cognitive challenge. As a game designer, I can’t particularly see how I’d be able to make the footrace more fun by making it a better cognitive challenge, leaving everything else about it the same.
&lt;/blockquote&gt;

Uh, define &quot;better.&quot; You could easily argue that footracing could be made &quot;better&quot; for a large group of people if you flattened the playing field so that Justin Gatlin would only beat you &quot;fairly&quot; if he outplayed you based on skill, as opposed to &quot;cheating&quot; by having a genetic leg up, for example. You could argue that footracing would be made &quot;better&quot; by being more accessible, so for example by providing heads-up displays for oxygen in the blood, rate of heartbeat, length of stride, etc, so that you could do analysis on what you&#039;re doing as you do it. Footracing actually fails to meet two important tests of &quot;good games&quot; -- a level playing field and clear feedback.

&lt;blockquote&gt;So, even if I can think of every game as a cognitive challenge, that doesn’t mean that doing so will explain everything interesting about the game. For instance, to understand why people enjoy running track, we might need to understand how the cognitive challenge of a footrace combine with physical fitness and training.&lt;/blockquote&gt;

I didn&#039;t say I had a theory of games. I said I had a theory of FUN in games, which is different. ;)

More seriously, yes, there&#039;s a lot to games as a medium beyond the &quot;ludemography&quot; of them, and that is what the latter half of the book is about. :)

BTW, you will have better luck ordering it online than finding it in stores, I suspect. Please do feel free to ask every bookstore you come across to order it however! ;)

&lt;blockquote cite = &quot;Jason Dyer&quot;&gt;
there are a good number of people who find exercise “fun&quot;, but I suppose it isn’t the same fun that games provide.
&lt;/blockquote&gt;

They are almost certainly finding exercise fun because of the context. Few would say that physical therapy is fun, and yet it consists of exactly the same sort of exercise. If a machine was yanking on your legs for you, rather than you doing it yourself, I suspect that you would not find it fun even if you found exercise to be fun.

In my formulation, the core requirements for fun to exist are that there be a pattern you are trying to grasp, and that there be no undue pressure on you to grasp it--that it not be a high-stakes situation.</description>
		<content:encoded><![CDATA[<blockquote cite = "nick"><p>If Justin Gatlin beats me in the hundred meter dash, as he certainly would, it would true, but rather inadequate, to explain that he had bested me at a cognitive challenge. As a game designer, I can’t particularly see how I’d be able to make the footrace more fun by making it a better cognitive challenge, leaving everything else about it the same.
</p></blockquote>
<p>Uh, define &#8220;better.&#8221; You could easily argue that footracing could be made &#8220;better&#8221; for a large group of people if you flattened the playing field so that Justin Gatlin would only beat you &#8220;fairly&#8221; if he outplayed you based on skill, as opposed to &#8220;cheating&#8221; by having a genetic leg up, for example. You could argue that footracing would be made &#8220;better&#8221; by being more accessible, so for example by providing heads-up displays for oxygen in the blood, rate of heartbeat, length of stride, etc, so that you could do analysis on what you&#8217;re doing as you do it. Footracing actually fails to meet two important tests of &#8220;good games&#8221; &#8212; a level playing field and clear feedback.</p>
<blockquote><p>So, even if I can think of every game as a cognitive challenge, that doesn’t mean that doing so will explain everything interesting about the game. For instance, to understand why people enjoy running track, we might need to understand how the cognitive challenge of a footrace combine with physical fitness and training.</p></blockquote>
<p>I didn&#8217;t say I had a theory of games. I said I had a theory of FUN in games, which is different. ;)</p>
<p>More seriously, yes, there&#8217;s a lot to games as a medium beyond the &#8220;ludemography&#8221; of them, and that is what the latter half of the book is about. :)</p>
<p>BTW, you will have better luck ordering it online than finding it in stores, I suspect. Please do feel free to ask every bookstore you come across to order it however! ;)</p>
<blockquote cite = "Jason Dyer"><p>
there are a good number of people who find exercise “fun&#8221;, but I suppose it isn’t the same fun that games provide.
</p></blockquote>
<p>They are almost certainly finding exercise fun because of the context. Few would say that physical therapy is fun, and yet it consists of exactly the same sort of exercise. If a machine was yanking on your legs for you, rather than you doing it yourself, I suspect that you would not find it fun even if you found exercise to be fun.</p>
<p>In my formulation, the core requirements for fun to exist are that there be a pattern you are trying to grasp, and that there be no undue pressure on you to grasp it&#8211;that it not be a high-stakes situation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Dyer</title>
		<link>http://grandtextauto.org/2005/01/04/a-theory-of-fun/comment-page-1/#comment-24666</link>
		<dc:creator>Jason Dyer</dc:creator>
		<pubDate>Fri, 07 Jan 2005 03:37:01 +0000</pubDate>
		<guid isPermaLink="false">/?p=624#comment-24666</guid>
		<description>I am not convinced by the definition, but it looks like I am only getting 1/8 of the story. I will need to track down that book. I will return later.

Regarding:

&lt;i&gt;However, training a reflex in and of itself is not fun by anyone’s definition. Fun is heavily contextual.&lt;/i&gt;

there are a good number of people who find exercise &quot;fun&quot;, but I suppose it isn&#039;t the same fun that games provide.

Beh. Enough of this and before long we&#039;ll have to resort to using untranslated German words to define 10 different types of fun.</description>
		<content:encoded><![CDATA[<p>I am not convinced by the definition, but it looks like I am only getting 1/8 of the story. I will need to track down that book. I will return later.</p>
<p>Regarding:</p>
<p><i>However, training a reflex in and of itself is not fun by anyone’s definition. Fun is heavily contextual.</i></p>
<p>there are a good number of people who find exercise &#8220;fun&#8221;, but I suppose it isn&#8217;t the same fun that games provide.</p>
<p>Beh. Enough of this and before long we&#8217;ll have to resort to using untranslated German words to define 10 different types of fun.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nick</title>
		<link>http://grandtextauto.org/2005/01/04/a-theory-of-fun/comment-page-1/#comment-24656</link>
		<dc:creator>nick</dc:creator>
		<pubDate>Fri, 07 Jan 2005 02:57:02 +0000</pubDate>
		<guid isPermaLink="false">/?p=624#comment-24656</guid>
		<description>Thanks for continuing the conversation here, Raph. I wasn&#039;t able to find your book in either of the two bookstores where I checked today, but I&#039;ve berated them about that and will try to check another one tomorrow.

I can see how a footrace can be a cognitive puzzle, but I still see a problem with using that term to define games, and as a total theory. If &lt;a href=&quot;http://en.wikipedia.org/wiki/Justin_Gatlin&quot;&gt;Justin Gatlin&lt;/a&gt; beats me in the hundred meter dash, as he certainly would, it would true, but rather inadequate, to explain that he had bested me at a cognitive challenge. As a game designer, I can&#039;t particularly see how I&#039;d be able to make the footrace more fun by making it a better cognitive challenge, leaving everything else about it the same.

So, even if I can think of every game as a cognitive challenge, that doesn&#039;t mean that doing so will explain everything interesting about the game. For instance, to understand why people enjoy running track, we might need to understand how the cognitive challenge of a footrace combine with physical fitness and training.

Nevertheless, I&#039;m interested to see what you have to say about cognitive challenges in more detail, even if I sense that this topic by itself doesn&#039;t exhaust all the interesting things there are to say about games.</description>
		<content:encoded><![CDATA[<p>Thanks for continuing the conversation here, Raph. I wasn&#8217;t able to find your book in either of the two bookstores where I checked today, but I&#8217;ve berated them about that and will try to check another one tomorrow.</p>
<p>I can see how a footrace can be a cognitive puzzle, but I still see a problem with using that term to define games, and as a total theory. If <a href="http://en.wikipedia.org/wiki/Justin_Gatlin">Justin Gatlin</a> beats me in the hundred meter dash, as he certainly would, it would true, but rather inadequate, to explain that he had bested me at a cognitive challenge. As a game designer, I can&#8217;t particularly see how I&#8217;d be able to make the footrace more fun by making it a better cognitive challenge, leaving everything else about it the same.</p>
<p>So, even if I can think of every game as a cognitive challenge, that doesn&#8217;t mean that doing so will explain everything interesting about the game. For instance, to understand why people enjoy running track, we might need to understand how the cognitive challenge of a footrace combine with physical fitness and training.</p>
<p>Nevertheless, I&#8217;m interested to see what you have to say about cognitive challenges in more detail, even if I sense that this topic by itself doesn&#8217;t exhaust all the interesting things there are to say about games.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raph</title>
		<link>http://grandtextauto.org/2005/01/04/a-theory-of-fun/comment-page-1/#comment-24635</link>
		<dc:creator>Raph</dc:creator>
		<pubDate>Fri, 07 Jan 2005 01:15:54 +0000</pubDate>
		<guid isPermaLink="false">/?p=624#comment-24635</guid>
		<description>Hmm, Jason, have you read the book yet?

I do not understand why you are linking &quot;complexity&quot; (which is a matter of degree) and &quot;cognitive puzzle&quot; which is a matter of type. You seem to assume that a cognitive puzzle must be complex, and this is not the case. Your analogy does not, to my mind, represent what I am saying in the book at all.

A better analogy to what I am saying is that all stories (games) have the form of a narrative (cognitive puzzle).* It may be a complex one or a simple one.

The (better, I think) analogy that I use in the book is that all games have abstract formal systems (e.g. cognitive puzzles) at their core, in the way that dance has choreography at its core.

The extended definition (which is the first third of the book) does not discard the physical. However, training a reflex in and of itself is not fun by anyone&#039;s definition. Fun is heavily contextual.

I also have to warn you that I don&#039;t make a huge distinction between the physical and the mental; for example, there&#039;s research showing you can mentally practice physical activities involving fine motor skills and get a measurable improvement. 

The original PDF used just &quot;puzzle.&quot; But really, what is going on is a cognitive process, the process of grokking a pattern and chunking it for later use. Fun is the positive feedback the brain gives for working on that cognitive task.

*(I hesitate to say plot--not all stories have a plot).</description>
		<content:encoded><![CDATA[<p>Hmm, Jason, have you read the book yet?</p>
<p>I do not understand why you are linking &#8220;complexity&#8221; (which is a matter of degree) and &#8220;cognitive puzzle&#8221; which is a matter of type. You seem to assume that a cognitive puzzle must be complex, and this is not the case. Your analogy does not, to my mind, represent what I am saying in the book at all.</p>
<p>A better analogy to what I am saying is that all stories (games) have the form of a narrative (cognitive puzzle).* It may be a complex one or a simple one.</p>
<p>The (better, I think) analogy that I use in the book is that all games have abstract formal systems (e.g. cognitive puzzles) at their core, in the way that dance has choreography at its core.</p>
<p>The extended definition (which is the first third of the book) does not discard the physical. However, training a reflex in and of itself is not fun by anyone&#8217;s definition. Fun is heavily contextual.</p>
<p>I also have to warn you that I don&#8217;t make a huge distinction between the physical and the mental; for example, there&#8217;s research showing you can mentally practice physical activities involving fine motor skills and get a measurable improvement. </p>
<p>The original PDF used just &#8220;puzzle.&#8221; But really, what is going on is a cognitive process, the process of grokking a pattern and chunking it for later use. Fun is the positive feedback the brain gives for working on that cognitive task.</p>
<p>*(I hesitate to say plot&#8211;not all stories have a plot).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Dyer</title>
		<link>http://grandtextauto.org/2005/01/04/a-theory-of-fun/comment-page-1/#comment-24630</link>
		<dc:creator>Jason Dyer</dc:creator>
		<pubDate>Fri, 07 Jan 2005 00:45:04 +0000</pubDate>
		<guid isPermaLink="false">/?p=624#comment-24630</guid>
		<description>What I mean by &#039;matter of degree&#039; is that some games have more layers than others. On arcade scoreboards (like twingalaxies.com) there are certain games called &#039;trivial&#039; in that anyone can get a maximum score with very little effort; these games are intentionally omitted from the scoring boards. On the other hand, Starcraft has professionals with their own trading cards and there are strategy arguments that have raged since the game first came out.

So, I would call complexity an &quot;aspect&quot;, rather than a form. If a &quot;cognitive puzzle&quot; is the basic formula for all games, roulette would have died long ago.

As an analogy, it&#039;s like you said &lt;i&gt;all stories have the form of a character&lt;/i&gt; when it should be &lt;i&gt;all stories have the form of a plot, and those plots contain characters&lt;/i&gt;. There&#039;s a higher level one can step to, I think.

In any case, I distrust a definition that tosses the physical aspect of games altogether. Sometimes the difficulty is in training one&#039;s physical reflex; while there might be some mental aspects to fixate on, if the physical one predominates that can hardly be discarded. (Maybe it&#039;s just the word &quot;cognitive&quot;. Just &quot;puzzle&quot;? That doesn&#039;t scan well and is easy to misconstrue, though. Hm.)</description>
		<content:encoded><![CDATA[<p>What I mean by &#8216;matter of degree&#8217; is that some games have more layers than others. On arcade scoreboards (like twingalaxies.com) there are certain games called &#8216;trivial&#8217; in that anyone can get a maximum score with very little effort; these games are intentionally omitted from the scoring boards. On the other hand, Starcraft has professionals with their own trading cards and there are strategy arguments that have raged since the game first came out.</p>
<p>So, I would call complexity an &#8220;aspect&#8221;, rather than a form. If a &#8220;cognitive puzzle&#8221; is the basic formula for all games, roulette would have died long ago.</p>
<p>As an analogy, it&#8217;s like you said <i>all stories have the form of a character</i> when it should be <i>all stories have the form of a plot, and those plots contain characters</i>. There&#8217;s a higher level one can step to, I think.</p>
<p>In any case, I distrust a definition that tosses the physical aspect of games altogether. Sometimes the difficulty is in training one&#8217;s physical reflex; while there might be some mental aspects to fixate on, if the physical one predominates that can hardly be discarded. (Maybe it&#8217;s just the word &#8220;cognitive&#8221;. Just &#8220;puzzle&#8221;? That doesn&#8217;t scan well and is easy to misconstrue, though. Hm.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raph</title>
		<link>http://grandtextauto.org/2005/01/04/a-theory-of-fun/comment-page-1/#comment-24598</link>
		<dc:creator>Raph</dc:creator>
		<pubDate>Thu, 06 Jan 2005 23:25:08 +0000</pubDate>
		<guid isPermaLink="false">/?p=624#comment-24598</guid>
		<description>Jason, yes, I do consider most games of pure chance to be degenerate in that sense. The pattern they are teaching is that of learning basic probability--as it happens, unbiased probability assessment is something that the human brain has severe trouble with. So we keep coming back to those games even though from a mathematical perspective they are pointless.

The illusion of complexity is a very important part of games, I think, because games are a form of practice for real-world cognitive situations. Games train you to see underlying patterns rather than the noise; many games will therefore supply noise along with their cognitive lesson. Shooters are a good example--a core mechanic in them is about clicking on an object on a 2d plane, yet much noise is applied to that, including the illusion of 3-dimensionality at the moment of firing (modern shooters went further and actually included 3-dimensionality in terms of range mattering, but that&#039;s not how the genre got started).

I definitely don&#039;t agree that cognitive puzzle is a matter of degree--I can&#039;t think of a game that ISN&#039;T a cognitive puzzle.</description>
		<content:encoded><![CDATA[<p>Jason, yes, I do consider most games of pure chance to be degenerate in that sense. The pattern they are teaching is that of learning basic probability&#8211;as it happens, unbiased probability assessment is something that the human brain has severe trouble with. So we keep coming back to those games even though from a mathematical perspective they are pointless.</p>
<p>The illusion of complexity is a very important part of games, I think, because games are a form of practice for real-world cognitive situations. Games train you to see underlying patterns rather than the noise; many games will therefore supply noise along with their cognitive lesson. Shooters are a good example&#8211;a core mechanic in them is about clicking on an object on a 2d plane, yet much noise is applied to that, including the illusion of 3-dimensionality at the moment of firing (modern shooters went further and actually included 3-dimensionality in terms of range mattering, but that&#8217;s not how the genre got started).</p>
<p>I definitely don&#8217;t agree that cognitive puzzle is a matter of degree&#8211;I can&#8217;t think of a game that ISN&#8217;T a cognitive puzzle.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Walter</title>
		<link>http://grandtextauto.org/2005/01/04/a-theory-of-fun/comment-page-1/#comment-24576</link>
		<dc:creator>Walter</dc:creator>
		<pubDate>Thu, 06 Jan 2005 22:08:35 +0000</pubDate>
		<guid isPermaLink="false">/?p=624#comment-24576</guid>
		<description>I got a review copy a couple weeks ago, and have yet to read it.  Not that I&#039;m unenthusiastic about reading it, of course, but I have a lot of other stuff on my plate.  On the other hand, if it&#039;s a quick read....

This discussion on cognitive puzzles is interesting.  Lately I&#039;ve come to view games as a form of rationality experiment, which may be a way of saying the same thing.  Probably depends on how one interprets &#039;puzzle&#039;.  Though I&#039;m not sure that there&#039;s a one-to-one relationship between all cognitive puzzles / rationality experiments and games: your average multiple choice test seems to fit the description pretty well (arguably for Jesper&#039;s and Salen &amp; Zimmerman&#039;s definitions, too).

The &#039;problem&#039; or the &#039;puzzle&#039; of roulette is basically this: how do you decide what choice to make in a situation where your decision process doesn&#039;t really matter?  (Although, at a minimum, your decision must correspond to the given possibilities.  Obviously, &#039;cat&#039; isn&#039;t a valid choice, nor is burping a valid response.)  Every person who plays roulette is faced with that problem, and the only way through it is cognition.

The interesting thing is that roulette basically decouples outcome from cognition.</description>
		<content:encoded><![CDATA[<p>I got a review copy a couple weeks ago, and have yet to read it.  Not that I&#8217;m unenthusiastic about reading it, of course, but I have a lot of other stuff on my plate.  On the other hand, if it&#8217;s a quick read&#8230;.</p>
<p>This discussion on cognitive puzzles is interesting.  Lately I&#8217;ve come to view games as a form of rationality experiment, which may be a way of saying the same thing.  Probably depends on how one interprets &#8216;puzzle&#8217;.  Though I&#8217;m not sure that there&#8217;s a one-to-one relationship between all cognitive puzzles / rationality experiments and games: your average multiple choice test seems to fit the description pretty well (arguably for Jesper&#8217;s and Salen &#038; Zimmerman&#8217;s definitions, too).</p>
<p>The &#8216;problem&#8217; or the &#8216;puzzle&#8217; of roulette is basically this: how do you decide what choice to make in a situation where your decision process doesn&#8217;t really matter?  (Although, at a minimum, your decision must correspond to the given possibilities.  Obviously, &#8216;cat&#8217; isn&#8217;t a valid choice, nor is burping a valid response.)  Every person who plays roulette is faced with that problem, and the only way through it is cognition.</p>
<p>The interesting thing is that roulette basically decouples outcome from cognition.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Dyer</title>
		<link>http://grandtextauto.org/2005/01/04/a-theory-of-fun/comment-page-1/#comment-24530</link>
		<dc:creator>Jason Dyer</dc:creator>
		<pubDate>Thu, 06 Jan 2005 19:41:57 +0000</pubDate>
		<guid isPermaLink="false">/?p=624#comment-24530</guid>
		<description>People perceiving some layer of complexity and that layer of complexity actually existing are different things. That is, both roulette and running can allow people to attempt to engage complexity, but in running the complexity is there while in roulette it&#039;s just an illusion.

So on at least some level with your definition, roulette is a degenerate sort of game. This isn&#039;t entirely unreasonable; some gambling experts might call roulette a sucker bet rather than a game. 

However, in many games having the illusion of complexity for some elements is important. Interactive fiction uses handwaving over anything involving complex NPC interaction. A massive multiplayer game may appear to mimic a natural ecology while simply resorting to a simple &#039;spawn every x minutes&#039; routine.

You might call the difference (as a cognitive puzzle) between roulette and a footrace and Chess and Star Wars Galaxies a matter of degree. This makes &quot;cognitive puzzle&quot; feel more like an attribute of games rather than a definition to me. In the case of some gambling games, that attribute can be set to 0.</description>
		<content:encoded><![CDATA[<p>People perceiving some layer of complexity and that layer of complexity actually existing are different things. That is, both roulette and running can allow people to attempt to engage complexity, but in running the complexity is there while in roulette it&#8217;s just an illusion.</p>
<p>So on at least some level with your definition, roulette is a degenerate sort of game. This isn&#8217;t entirely unreasonable; some gambling experts might call roulette a sucker bet rather than a game. </p>
<p>However, in many games having the illusion of complexity for some elements is important. Interactive fiction uses handwaving over anything involving complex NPC interaction. A massive multiplayer game may appear to mimic a natural ecology while simply resorting to a simple &#8217;spawn every x minutes&#8217; routine.</p>
<p>You might call the difference (as a cognitive puzzle) between roulette and a footrace and Chess and Star Wars Galaxies a matter of degree. This makes &#8220;cognitive puzzle&#8221; feel more like an attribute of games rather than a definition to me. In the case of some gambling games, that attribute can be set to 0.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raph</title>
		<link>http://grandtextauto.org/2005/01/04/a-theory-of-fun/comment-page-1/#comment-24416</link>
		<dc:creator>Raph</dc:creator>
		<pubDate>Thu, 06 Jan 2005 08:12:51 +0000</pubDate>
		<guid isPermaLink="false">/?p=624#comment-24416</guid>
		<description>I wouldn&#039;t say reconfigured so much as I would say honed in on a particular aspect, made the word more precise, at least in my usage.

As you say, it&#039;s partly a rhetorical device. Part of the reason to use the word fun is to point out that it&#039;s an important sensation--the device of using the very word that we typically use to refer to the trivial makes it more jarring and therefore something to think about more. That doesn&#039;t leave out the other sorts of enjoyment that I list in the book, nor render them less important. They are just not what the bulk of the book is about. 

Were I to invent words for these various sensations, I am unsure that it would actually work for readers, to be honest. For example, you say that I may be inadvertantly reducing gameplay back down to amusement--but amusement is an imprecise word again. I most specifically do not reduce it down to amusement, but rather to a word that I spend a few chapters pinning down a bit more precisely. If someone feels that I reduce it to &quot;amusement&quot; then they probably missed the point of the book, I guess is what I am saying. That&#039;s entirely possible, though--I am far from being a perfect writer.

The second question, whether it undermines the ways in which gameplay can provide more than fun, is a tougher one. Again, in the context of the whole book, I have difficulty seeing how someone would emerge with that impression, given the later chapters. In terms of a summarization of the argument, yes, I can see how the summarization could lead to that misimpression, particularly if the reader is only looking at the original PDF, which doesn&#039;t really go into this much (my verbal speech that accompanied it went into a bit more detail, but not that much).

That said, I do think that gameplay is aiming at learning; fun is merely the feedback for doing that successfully. That suggests that fun is unlikely to be sustained, and can be intermingled with other feelings brought about by &lt;i&gt;what&lt;/i&gt; is being learned.</description>
		<content:encoded><![CDATA[<p>I wouldn&#8217;t say reconfigured so much as I would say honed in on a particular aspect, made the word more precise, at least in my usage.</p>
<p>As you say, it&#8217;s partly a rhetorical device. Part of the reason to use the word fun is to point out that it&#8217;s an important sensation&#8211;the device of using the very word that we typically use to refer to the trivial makes it more jarring and therefore something to think about more. That doesn&#8217;t leave out the other sorts of enjoyment that I list in the book, nor render them less important. They are just not what the bulk of the book is about. </p>
<p>Were I to invent words for these various sensations, I am unsure that it would actually work for readers, to be honest. For example, you say that I may be inadvertantly reducing gameplay back down to amusement&#8211;but amusement is an imprecise word again. I most specifically do not reduce it down to amusement, but rather to a word that I spend a few chapters pinning down a bit more precisely. If someone feels that I reduce it to &#8220;amusement&#8221; then they probably missed the point of the book, I guess is what I am saying. That&#8217;s entirely possible, though&#8211;I am far from being a perfect writer.</p>
<p>The second question, whether it undermines the ways in which gameplay can provide more than fun, is a tougher one. Again, in the context of the whole book, I have difficulty seeing how someone would emerge with that impression, given the later chapters. In terms of a summarization of the argument, yes, I can see how the summarization could lead to that misimpression, particularly if the reader is only looking at the original PDF, which doesn&#8217;t really go into this much (my verbal speech that accompanied it went into a bit more detail, but not that much).</p>
<p>That said, I do think that gameplay is aiming at learning; fun is merely the feedback for doing that successfully. That suggests that fun is unlikely to be sustained, and can be intermingled with other feelings brought about by <i>what</i> is being learned.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Bogost</title>
		<link>http://grandtextauto.org/2005/01/04/a-theory-of-fun/comment-page-1/#comment-24389</link>
		<dc:creator>Ian Bogost</dc:creator>
		<pubDate>Thu, 06 Jan 2005 05:45:54 +0000</pubDate>
		<guid isPermaLink="false">/?p=624#comment-24389</guid>
		<description>&lt;i&gt;So yes, I decouple them to that degree. But in the sense that fun is intrinsic to gameplay and what games are about, that I most definitely do not decouple.&lt;/i&gt;

True, but in my reading you&#039;ve reconfigured the notion of fun. So, while you don&#039;t decouple fun from gameplay, you seem to have changed the stakes without changing the terms. I was going to save this point for my own review, but since we have a dialog started here I&#039;ll bring it up: why use the word &quot;fun&quot; at all? Doesn&#039;t the repetition of &quot;fun&quot; reinforce the fundamental idea that gameplay always returns to the realm of amusement? Does your rhetorical use of &quot;fun&quot; undermine the ways in which gameplay actually challenges this assumption, returning it to the realm of the same?</description>
		<content:encoded><![CDATA[<p><i>So yes, I decouple them to that degree. But in the sense that fun is intrinsic to gameplay and what games are about, that I most definitely do not decouple.</i></p>
<p>True, but in my reading you&#8217;ve reconfigured the notion of fun. So, while you don&#8217;t decouple fun from gameplay, you seem to have changed the stakes without changing the terms. I was going to save this point for my own review, but since we have a dialog started here I&#8217;ll bring it up: why use the word &#8220;fun&#8221; at all? Doesn&#8217;t the repetition of &#8220;fun&#8221; reinforce the fundamental idea that gameplay always returns to the realm of amusement? Does your rhetorical use of &#8220;fun&#8221; undermine the ways in which gameplay actually challenges this assumption, returning it to the realm of the same?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raph</title>
		<link>http://grandtextauto.org/2005/01/04/a-theory-of-fun/comment-page-1/#comment-24369</link>
		<dc:creator>Raph</dc:creator>
		<pubDate>Thu, 06 Jan 2005 04:31:46 +0000</pubDate>
		<guid isPermaLink="false">/?p=624#comment-24369</guid>
		<description>I am unsure how to respond to that. There are many times when gameplay does not provide any form of pleasure, and there are many forms of pleasure provided by gameplay that have little to do with the game itself (social reactions, for example).

So yes, I decouple them to that degree. But in the sense that fun is intrinsic to gameplay and what games are about, that I most definitely do not decouple. To me, games are learning challenges, and fun is the positive feedback from learning. That said, broadly speaking, many media also pose learning challenges, and none of them define themselves strictly around a single effect on the user.

It&#039;s important here to make the distinction between what I ended up crudely calling &quot;ludemography&quot; in the book, which is formal abstract system system, and the overall game experience, which is an art form that involves a lot more than just ludemography.</description>
		<content:encoded><![CDATA[<p>I am unsure how to respond to that. There are many times when gameplay does not provide any form of pleasure, and there are many forms of pleasure provided by gameplay that have little to do with the game itself (social reactions, for example).</p>
<p>So yes, I decouple them to that degree. But in the sense that fun is intrinsic to gameplay and what games are about, that I most definitely do not decouple. To me, games are learning challenges, and fun is the positive feedback from learning. That said, broadly speaking, many media also pose learning challenges, and none of them define themselves strictly around a single effect on the user.</p>
<p>It&#8217;s important here to make the distinction between what I ended up crudely calling &#8220;ludemography&#8221; in the book, which is formal abstract system system, and the overall game experience, which is an art form that involves a lot more than just ludemography.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Bogost</title>
		<link>http://grandtextauto.org/2005/01/04/a-theory-of-fun/comment-page-1/#comment-24345</link>
		<dc:creator>Ian Bogost</dc:creator>
		<pubDate>Thu, 06 Jan 2005 03:49:33 +0000</pubDate>
		<guid isPermaLink="false">/?p=624#comment-24345</guid>
		<description>&lt;i&gt;There IS no “ordinary sense.” The common usage of “fun” just means “pleasurable,” ... However, I’d be curious to hear about in what way my definition is not an enjoyable activity, as you seem to state.&lt;/i&gt;

Raph -- what you call the common use is what I was referring to as the ordinary sense. In my reading, your understanding of fun decouples the outcome of gameplay with pleasure in this ordinary sense, enabling other kinds of responses to it.</description>
		<content:encoded><![CDATA[<p><i>There IS no “ordinary sense.” The common usage of “fun” just means “pleasurable,” &#8230; However, I’d be curious to hear about in what way my definition is not an enjoyable activity, as you seem to state.</i></p>
<p>Raph &#8212; what you call the common use is what I was referring to as the ordinary sense. In my reading, your understanding of fun decouples the outcome of gameplay with pleasure in this ordinary sense, enabling other kinds of responses to it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raph</title>
		<link>http://grandtextauto.org/2005/01/04/a-theory-of-fun/comment-page-1/#comment-24305</link>
		<dc:creator>Raph</dc:creator>
		<pubDate>Thu, 06 Jan 2005 01:52:56 +0000</pubDate>
		<guid isPermaLink="false">/?p=624#comment-24305</guid>
		<description>Whee, another long answer coming!

Josh, I have noticed little consistency, except that in the console world, a producer tends to be the closest thing to the &quot;director of the game&quot; that there is. They tend to be heavily into the design. In the PC world, producer often means much more of a management-only role, and a design director or lead designer is the equivalent &quot;director of the game.&quot;

On SWG we had an executive producer (who was concerned with managing budgets, the team, the studio proper, the relationship with upper management, the relationship with the publisher, etc); the producer &amp; assistant producers, who dealt with &quot;making sure things got done&quot; and with scheduling and personnel issues and day to day facilitation; a technical director, art director, and creative director (me)--the latter managing the design team; leads for server code, client code, character art, world art, game content, and game systems (ultimately, these two were combined into one &quot;lead designer&quot; because of personnel reasons); and then the team.

For most creative content decisions, it came was mostly me arguing with the producers. We used to say that it was a bad day if any one of us won all the arguments. :) I SHOULD have also been supervising the work of everyone, but that&#039;s basically impossible with that many people, but definitely my failing.

Nick, as it happens, a footrace is an example I use in the book. A footrace is indeed a cognitive challenge--you have pacing of mvement, breath control, who to pace as you race, what path to take on the track--there&#039;s a lot of variables there to juggle, and &quot;solving it wrong&quot; will lead to loss of the race. Trust me, I ran track a bit when I was a kid. :)

I do make the distinction between learning skills and exercising mastery over them. Exercising mastery over skills you already know is enjoyable, but not what I call &quot;fun&quot; in terms of games.

Roulette and other gambling games also come up briefly in the book, though not very much. I would suggest to you that the huge number of people who put together &quot;systems&quot; for winning at gambling suggests that people do perceive these as cognitive puzzles, whether they are or not.

Space Channel 5 and PaRappa also strike me as being cognitive puzzles. They are presenting patterns--fairly simple ones, it&#039;s true--and then demanding that we demonstrate our mastery of those patterns. They both gradually increase the difficulty of the pattern. If you say that these games are not cognitive challenges, then you&#039;d also have to say that learning how to play piano is not a cognitive challenge--really, it&#039;s very similar.

The first portion of the book spends a fair amount of time on &quot;chunking&quot; and &quot;schemata&quot; and other such cognitive terms, which may help put this into context. Basically, I argue that games are abstract patterns that closely mimic the &quot;chunked&quot; version of reality that our minds typically operate with. Fun is the process of internalizing or chunking a ruleset, something for which we are rewarded with endorphins.

On yourlast paragraph, I tend to agree with you--however, one of the points I make in the book is that most games &lt;i&gt;as gameplay&lt;/i&gt; fail to resonate with the real world. Yes, we should strive for games that want re-solving, revisiting, that reveal new aspects. I am simply calling for that to happen through formal abstract systems -- not cheating by adding story or art into the mix -- and for games to actually have concepts like ambiguity in them. Right now, they mostly don&#039;t. They rarely &quot;connect to the rest of our lives.&quot;</description>
		<content:encoded><![CDATA[<p>Whee, another long answer coming!</p>
<p>Josh, I have noticed little consistency, except that in the console world, a producer tends to be the closest thing to the &#8220;director of the game&#8221; that there is. They tend to be heavily into the design. In the PC world, producer often means much more of a management-only role, and a design director or lead designer is the equivalent &#8220;director of the game.&#8221;</p>
<p>On SWG we had an executive producer (who was concerned with managing budgets, the team, the studio proper, the relationship with upper management, the relationship with the publisher, etc); the producer &#038; assistant producers, who dealt with &#8220;making sure things got done&#8221; and with scheduling and personnel issues and day to day facilitation; a technical director, art director, and creative director (me)&#8211;the latter managing the design team; leads for server code, client code, character art, world art, game content, and game systems (ultimately, these two were combined into one &#8220;lead designer&#8221; because of personnel reasons); and then the team.</p>
<p>For most creative content decisions, it came was mostly me arguing with the producers. We used to say that it was a bad day if any one of us won all the arguments. :) I SHOULD have also been supervising the work of everyone, but that&#8217;s basically impossible with that many people, but definitely my failing.</p>
<p>Nick, as it happens, a footrace is an example I use in the book. A footrace is indeed a cognitive challenge&#8211;you have pacing of mvement, breath control, who to pace as you race, what path to take on the track&#8211;there&#8217;s a lot of variables there to juggle, and &#8220;solving it wrong&#8221; will lead to loss of the race. Trust me, I ran track a bit when I was a kid. :)</p>
<p>I do make the distinction between learning skills and exercising mastery over them. Exercising mastery over skills you already know is enjoyable, but not what I call &#8220;fun&#8221; in terms of games.</p>
<p>Roulette and other gambling games also come up briefly in the book, though not very much. I would suggest to you that the huge number of people who put together &#8220;systems&#8221; for winning at gambling suggests that people do perceive these as cognitive puzzles, whether they are or not.</p>
<p>Space Channel 5 and PaRappa also strike me as being cognitive puzzles. They are presenting patterns&#8211;fairly simple ones, it&#8217;s true&#8211;and then demanding that we demonstrate our mastery of those patterns. They both gradually increase the difficulty of the pattern. If you say that these games are not cognitive challenges, then you&#8217;d also have to say that learning how to play piano is not a cognitive challenge&#8211;really, it&#8217;s very similar.</p>
<p>The first portion of the book spends a fair amount of time on &#8220;chunking&#8221; and &#8220;schemata&#8221; and other such cognitive terms, which may help put this into context. Basically, I argue that games are abstract patterns that closely mimic the &#8220;chunked&#8221; version of reality that our minds typically operate with. Fun is the process of internalizing or chunking a ruleset, something for which we are rewarded with endorphins.</p>
<p>On yourlast paragraph, I tend to agree with you&#8211;however, one of the points I make in the book is that most games <i>as gameplay</i> fail to resonate with the real world. Yes, we should strive for games that want re-solving, revisiting, that reveal new aspects. I am simply calling for that to happen through formal abstract systems &#8212; not cheating by adding story or art into the mix &#8212; and for games to actually have concepts like ambiguity in them. Right now, they mostly don&#8217;t. They rarely &#8220;connect to the rest of our lives.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nick</title>
		<link>http://grandtextauto.org/2005/01/04/a-theory-of-fun/comment-page-1/#comment-24282</link>
		<dc:creator>nick</dc:creator>
		<pubDate>Thu, 06 Jan 2005 01:02:14 +0000</pubDate>
		<guid isPermaLink="false">/?p=624#comment-24282</guid>
		<description>Raph, thanks for the comments, not to mention the manifesto. Sorry I hadn&#039;t noticed the book out earlier, but it&#039;s been a busy month. And I think it&#039;s quite fair for you to appropriate &quot;fun&quot; for your own purposes, given how little fun and computer gaming have been discussed.

Here I go plowing ahead without having read the book, but hey, I did read your slides a few times, and I&#039;ll limit my comments to those, and to your reply, for now...

&lt;i&gt;my assertion is that all games are in fact forms of &lt;/i&gt;cognitive&lt;i&gt; puzzles&lt;/i&gt;

I guess reading Jesper Juul&#039;s dissertation and reading bits of &lt;i&gt;Rules of Play&lt;/i&gt; has put me in a different frame of mind. I don&#039;t see, for instance, how a footrace is a cognitive puzzle, nor do I see how roulette is a cognitive puzzle, but these both clearly seem to be games to me.

Perhaps you&#039;d reply that these &quot;games&quot; aren&#039;t the sort you&#039;re interested in, and aren&#039;t very useful for computer game developers to think about, but there are certainly computer games that involve a lot of skill, even if they aren&#039;t games of pure physical strength and skill. I guess one could think of &lt;i&gt;Space Channel 5&lt;/i&gt; and &lt;i&gt;PaRappa the Rapper&lt;/i&gt; as being cognitive puzzles, but it seems a bit of a stretch. It&#039;s even harder for me to imagine gun-interface games such as the &lt;i&gt;House of the Dead&lt;/i&gt; series as being cognitive puzzles rather than footrace-style tests of skill. There are some computer games that, like roulette, involve chance to a large extent, too, although interesting examples don&#039;t come as easily to mind.

However, many of the games that interest me most, and the sort of games that I work to create, have cognition, puzzling out, figuring out, and other similar sorts of activity as pretty central to them, so I&#039;m still quite interested in your perspective on games as cognitive puzzles, even if I think that perspective leaves out a few interesting aspects of computer gaming.

The slide of yours that I &quot;quoted&quot; in my original post makes an interesting point related to emergence and complexity - &quot;games will never be mature as long as the designers create them with complete answers to their own puzzles in mind&quot; - but I wonder if that point, as nice as it sounds, isn&#039;t really a bit mystical? I like a lot of interactive fiction works that seem to me to be pretty mature as games (although they might not be mature as multimedia experiences, if that&#039;s what someone is looking for), and they were designed by people who did have complete answers in mind. At times, some elements come together in unexpected and pleasing ways that surprise even the designers - Robert Pinsky has spoken about one of these moments, when he was watching someone play his venerable computer game &lt;i&gt;Mindwheel&lt;/i&gt; - but the experience of the game doesn&#039;t really rely on such occurrences. They&#039;re a bonus.

My own reaction is that games with &quot;complete answers&quot; already figured out can actually be mature and interesting, because the presence of a &quot;complete answer&quot; doesn&#039;t limit what the experience of the game can mean to someone; it doesn&#039;t limit how the game experience resonates with the player&#039;s experience of the world. Emily Dickinson wrote the poem &quot;A narrow fellow in the grass,&quot; which clearly has a particular &quot;complete answer&quot; to it. It&#039;s a riddle with the answer &lt;i&gt;snake.&lt;/i&gt; But the answer isn&#039;t the end of a person&#039;s experience of the poem; there&#039;s still more to learn. Maybe games will be mature when they are so rich and compelling that we want to re-solve them, to remember the challenges they posed the first time, reflect on what the experience of the game means, and connect the game to the rest of our lives?</description>
		<content:encoded><![CDATA[<p>Raph, thanks for the comments, not to mention the manifesto. Sorry I hadn&#8217;t noticed the book out earlier, but it&#8217;s been a busy month. And I think it&#8217;s quite fair for you to appropriate &#8220;fun&#8221; for your own purposes, given how little fun and computer gaming have been discussed.</p>
<p>Here I go plowing ahead without having read the book, but hey, I did read your slides a few times, and I&#8217;ll limit my comments to those, and to your reply, for now&#8230;</p>
<p><i>my assertion is that all games are in fact forms of </i>cognitive<i> puzzles</i></p>
<p>I guess reading Jesper Juul&#8217;s dissertation and reading bits of <i>Rules of Play</i> has put me in a different frame of mind. I don&#8217;t see, for instance, how a footrace is a cognitive puzzle, nor do I see how roulette is a cognitive puzzle, but these both clearly seem to be games to me.</p>
<p>Perhaps you&#8217;d reply that these &#8220;games&#8221; aren&#8217;t the sort you&#8217;re interested in, and aren&#8217;t very useful for computer game developers to think about, but there are certainly computer games that involve a lot of skill, even if they aren&#8217;t games of pure physical strength and skill. I guess one could think of <i>Space Channel 5</i> and <i>PaRappa the Rapper</i> as being cognitive puzzles, but it seems a bit of a stretch. It&#8217;s even harder for me to imagine gun-interface games such as the <i>House of the Dead</i> series as being cognitive puzzles rather than footrace-style tests of skill. There are some computer games that, like roulette, involve chance to a large extent, too, although interesting examples don&#8217;t come as easily to mind.</p>
<p>However, many of the games that interest me most, and the sort of games that I work to create, have cognition, puzzling out, figuring out, and other similar sorts of activity as pretty central to them, so I&#8217;m still quite interested in your perspective on games as cognitive puzzles, even if I think that perspective leaves out a few interesting aspects of computer gaming.</p>
<p>The slide of yours that I &#8220;quoted&#8221; in my original post makes an interesting point related to emergence and complexity &#8211; &#8220;games will never be mature as long as the designers create them with complete answers to their own puzzles in mind&#8221; &#8211; but I wonder if that point, as nice as it sounds, isn&#8217;t really a bit mystical? I like a lot of interactive fiction works that seem to me to be pretty mature as games (although they might not be mature as multimedia experiences, if that&#8217;s what someone is looking for), and they were designed by people who did have complete answers in mind. At times, some elements come together in unexpected and pleasing ways that surprise even the designers &#8211; Robert Pinsky has spoken about one of these moments, when he was watching someone play his venerable computer game <i>Mindwheel</i> &#8211; but the experience of the game doesn&#8217;t really rely on such occurrences. They&#8217;re a bonus.</p>
<p>My own reaction is that games with &#8220;complete answers&#8221; already figured out can actually be mature and interesting, because the presence of a &#8220;complete answer&#8221; doesn&#8217;t limit what the experience of the game can mean to someone; it doesn&#8217;t limit how the game experience resonates with the player&#8217;s experience of the world. Emily Dickinson wrote the poem &#8220;A narrow fellow in the grass,&#8221; which clearly has a particular &#8220;complete answer&#8221; to it. It&#8217;s a riddle with the answer <i>snake.</i> But the answer isn&#8217;t the end of a person&#8217;s experience of the poem; there&#8217;s still more to learn. Maybe games will be mature when they are so rich and compelling that we want to re-solve them, to remember the challenges they posed the first time, reflect on what the experience of the game means, and connect the game to the rest of our lives?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
