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

<channel>
	<title>Free Video Games News &#187; Lost Garden</title>
	<atom:link href="http://www.freevideogamesnews.com/category/lost-garden/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.freevideogamesnews.com</link>
	<description>Video Games News For the Win!</description>
	<lastBuildDate>Tue, 05 Apr 2011 06:59:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<image>
<link>http://www.freevideogamesnews.com</link>
<url>http://www.bestseoblogs.com/wp-content/mbp-favicon/globe.ico</url>
<title>Free Video Games News</title>
</image>
		<item>
		<title>Steambirds: Survival:  Goodbye Handcrafted Levels</title>
		<link>http://www.freevideogamesnews.com/steambirds-survival-goodbye-handcrafted-levels/</link>
		<comments>http://www.freevideogamesnews.com/steambirds-survival-goodbye-handcrafted-levels/#comments</comments>
		<pubDate>Sun, 05 Dec 2010 22:45:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Lost Garden]]></category>

		<guid isPermaLink="false">http://www.freevideogamesnews.com/steambirds-survival-goodbye-handcrafted-levels/</guid>
		<description><![CDATA[Steambirds: Survival, the sequel to our original steampunk airplane strategy game was just released today. &#160; You can go play it right now at Steambirds.com. Steambirds: Survival takes place on a grim fall morning at the start of the Battle of London. &#160;The British forces are taken by surprise as thousands of Axis steam-planes descend [...]]]></description>
			<content:encoded><![CDATA[<div><a href="http://4.bp.blogspot.com/_VzXlmJG8Y3Q/TPCJ79F_0YI/AAAAAAAAAYU/9ahx4TONXsQ/s1600/SteambirdsSurvival-Logo-Small.PNG"><img border="0" height="263" src="http://4.bp.blogspot.com/_VzXlmJG8Y3Q/TPCJ79F_0YI/AAAAAAAAAYU/9ahx4TONXsQ/s400/SteambirdsSurvival-Logo-Small.PNG" width="400" /></a></div>
<p><a href="http://www.steambirds.com/">Steambirds: Survival</a>, the sequel to our original steampunk airplane strategy game was just released today. &nbsp; You can go play it right now at <a href="http://steambirds.com/">Steambirds.com</a>.
<div></div>
<p>Steambirds: Survival takes place on a grim fall morning at the start of the Battle of London. &nbsp;The British forces are taken by surprise as thousands of Axis steam-planes descend upon the doomed city. &nbsp;Outnumbered and outgunned, your heroic mission is to delay the invaders long enough that a handful of civilians might escape the&nbsp;genocidal&nbsp;gas attacks. &nbsp;You have one plane. &nbsp;How long can you last?
<div></div>
<p><a href="http://www.edery.org/2010/12/the-business-of-steambirds-survival/#more-1751">David has a great post</a> about how we integrated microtransactions, but today I wanted to focus on a couple of design lessons that came up while building Steambirds: Survivial.
<ul>
<li>Removing handcraft levels as a method of finding deeper fun</li>
<li>Create game modes, not levels&nbsp;</li>
<li>Corollary: Focusing on static levels decreases the depth of your game.</li>
</ul>
<h1>Find deeper fun by killing levels</h1>
<p>Steambirds: Survival started with the observation that the core mechanic of maneuvering planes was fun independent of the level design. &nbsp;When we were building the first game, we&#8217;d toss in enemy planes nearly at random and interesting combat scenarios would emerge. &nbsp;My personal design process is highly exploratory: &nbsp;I examine a working prototype, identify whiffs of an opportunity and then attempt to amplify those desirable moments in the next iteration. The lack of levels was one such opportunity.</p>
<p>What if we built a version of Steambirds that relied entirely on randomly generated levels where planes came at you in ever increasing waves? &nbsp;In essence, create the Steambirds version of Gears of War &#8216;Horde mode&#8217;. &nbsp;This path harkens back to the escalating arcade mode found in Asteroids, Space Invaders or most traditional arcade games.</p>
<p>At first, we randomly spawned planes and saw how the game played out. &nbsp;Then we polished the systems until the game was fun to play every single time. I observed several higher level attributes of this design process.
<ul>
<li><b>No preferred perspective</b>: We were forced experience the gameplay from a variety of perspectives. &nbsp; When I create static levels, it is &nbsp;easy to quickly fall into a rut where I start polishing the experience for one or two &#8216;correct&#8217; paths. &nbsp;If a specific scenario is too powerful, I might simply adjust the health of an individual enemy instance so the player has less difficulty. The result is localized polish that translates into shallow gameplay. With random levels, this class of tweaking is impossible.</li>
</ul>
<p>
<table align="center" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td><a href="http://4.bp.blogspot.com/_VzXlmJG8Y3Q/TPMLcEfNzXI/AAAAAAAAAYg/iq4Fu5X2QPs/s1600/Efficient+Game+Design-07.png"><img border="0" height="400" src="http://4.bp.blogspot.com/_VzXlmJG8Y3Q/TPMLcEfNzXI/AAAAAAAAAYg/iq4Fu5X2QPs/s400/Efficient+Game+Design-07.png" width="337" /></a></td>
</tr>
<tr>
<td>Fig 1: Polishing a single scenario and a single success path leads to polishing only a narrow portion of the playspace</td>
</tr>
</tbody>
</table>
<ul>
<li><b>System-level iteration</b>: In order to polish the experience, we instead needed to iterate and polish at the system-level, not the content level. &nbsp;Most changes occurred in the planes, powerups and scoring. These are systems that affected the entire player experience. &nbsp;In the end, a much broader playspace ends up being polished.&nbsp;</li>
</ul>
<table align="center" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td><a href="http://3.bp.blogspot.com/_VzXlmJG8Y3Q/TPMLbhuCuuI/AAAAAAAAAYc/oXXSei7YpVw/s1600/Efficient+Game+Design-06.png"><img border="0" height="400" src="http://3.bp.blogspot.com/_VzXlmJG8Y3Q/TPMLbhuCuuI/AAAAAAAAAYc/oXXSei7YpVw/s400/Efficient+Game+Design-06.png" width="337" /></a></td>
</tr>
<tr>
<td>Fig 2: Polishing a variety of scenarios leads to polishing a broad set of systems that yields a deep playspace</td>
</tr>
</tbody>
</table>
<div></div>
<ul>
<li><b>Depth through new systems</b>: &nbsp;When the game wasn&#8217;t engaging, we added new systems such as having downed planes drop powerups. A more traditional approach might be to manually create more detailed scenarios with surprise plot points where a pack of planes pop out of a hidden cloud when you collide with a pre-determined trigger. &nbsp;However, by instead focusing on new general systems, we created an entire universe of fascinating tactical possibilities. &nbsp;Do you head for the heal powerup or do you turn to face the Dart at 6 o&#8217;clock? &nbsp;That&#8217;s a meaningful decision driven by systems, not a cheap authored thrill.&nbsp;</li>
</ul>
<p>The self imposed constraint of avoiding the creation of static content in the form of hand crafted levels resulted in a game that is in my humble opinion, more enjoyable than the original Steambirds. &nbsp;Personally, I&#8217;m going to continue using this philosophy of limiting static levels in future games because I see the following benefits
<ul>
<li><b>More game for less overall effort</b>: &nbsp;You can play Steambirds: Survival for dozens (if not hundreds) of delightful hours. &nbsp;Yet development time was considerably less than if we had handcrafted an equivalent number of puzzle levels. .&nbsp;</li>
<li><b>Deeper gameplay with a longer mastery curve</b>. &nbsp;I&#8217;ve played a lot of Steambirds: Survival and I still find new skills and tricks that keep me coming back. &nbsp;At a certain level of depth, a game transcends being a disposible blip and turns into a life-long hobby. &nbsp;We aren&#8217;t quite yet at a hobby-class activity with Steambirds, but this design process inevitably leads us there. &nbsp;As a designer, I feel like I&#8217;m wasting my life when I create a disposable game. I feel like I&#8217;ve contributed in a meaningful way if I can create an evergreen activity that attracts a community that last far into the future.&nbsp;</li>
</ul>
<div>
<h1>Create game modes, not levels</h1>
<div>As designers, we have access to a much broader exploration of the space created by a set of game rules than is available to the player. &nbsp;During development, it is common to run crazy experiments where speed is doubled or health knocked down to nothing. &nbsp;Most of these variations are unplayable, so we chop them from the final product.</div>
<div></div>
<div></div>
<div>Yet a handful of tweaks end up being fascinating. &nbsp; I think of these areas much like the Goldilocks zone for planets. &nbsp;In order for life to exist, a planet must be close enough to the sun to be warm and far enough away so that it isn&#8217;t boiled. &nbsp; These two factors create a thin band around a sun in which a habitable planet may exist. &nbsp;The same thing happens with games. &nbsp;You push a particular variable too far and the game stops being enjoyable. &nbsp;But within a certain range, the possibility for fun exists. &nbsp;This experimentation helps use define the valid playspace for a particular set of mechanics.&nbsp;</div>
<div></div>
<div>For Steambirds Survival, we took some time to discover the limits of the combat system. &nbsp;We spent hours tweaking various variables, and testing to see if they were fun. &nbsp;The goals was to build a multi-dimensional map of where the fun lurked in the Steambirds mechanics. &nbsp;In the end, we took snapshot of the various gameplay variables in 24 initial states and saved these out as unique planes that you can play. &nbsp;The long range sniping Aught Nine plays quite differently from a delicately swooping Chickadee-S518 &nbsp;The result is really 24 game modes, each of which is infinitely playable.</div>
<h3>Level design vs initial conditions</h3>
<div>How is this different from level design?</div>
<div></div>
<ul>
<li>Instead of creating content that can be enjoyed only a handful of times, we are setting up game modes that can be played a very large number of times.&nbsp;</li>
<li>How each mode unfolds is primarily determined by game mechanics, not a set of scripted events. &nbsp;As a result there is a very wide range of possible&nbsp;scenarios, not a single predetermined outcome.&nbsp;</li>
<li>Modes are modular,&nbsp;<b>robust&nbsp;</b>and <b>loosely coupled</b> so that tweaking critical values is rarely damaging to the mode&#8217;s fun. &nbsp;Level design is&nbsp;<b>fragile&nbsp;</b>because you are trying to squeeze fun out of a very narrow playspace. &nbsp;One tiny mistake and the experience is broken. However, when you have a big broad playspace and you&#8217;ve plunked the player smack in the middle of a wide Goldilocks zone, you have a lot of room to push variables about without harming the rich pleasures of the game.&nbsp;</li>
</ul>
<h3>Mapping the playspace</h3>
<div>Here&#8217;s the process I used to map the playspace and create the various play modes.&nbsp;</div>
<ul>
<li><b>Identify</b>: Identify the variables. &nbsp;Many of the important variables in the original Steambirds were hidden away in code. &nbsp;Andy surfaced these in an XML file so they could be readily tweaked.&nbsp;</li>
<li><b>Explore</b>: Methodically explore the space. &nbsp;I created a matrix of planes, each with one variable pushed to the extreme. &nbsp;Then I played them. &nbsp; The majority were unplayable and I&#8217;m not sure a single one made it into the final game. &nbsp;However, through the process of testing concrete variations, I gained a sense for what worked and what didn&#8217;t. &nbsp;I was mapping out the Goldilocks zone.&nbsp;</li>
<li><b>Theorize</b>: &nbsp;Now that I had some data, I created theories for fun planes. &nbsp;&#8221;I think that a slow, short range plane that needed to trap enemies in webs of poison trails would result in interesting tactics&#8221;&nbsp;</li>
<li><b>Test</b>: &nbsp;Then I would change a few variables and try it out. &nbsp;Did the theory yield a new way of playing the game?</li>
<li><b>Refine</b>: At this point, we&#8217;d iterate on the plane many, many times to get the feel just right.&nbsp;</li>
<li><b>Cull</b>: We made a lot of planes. &nbsp;Some were more fun than others so those got chopped and the good ones stayed. &nbsp; This follows the philosophy of designing from a position of plenty, where you are overflowing with good content and can choose to put forth only the best.&nbsp;</li>
</ul>
</div>
<ul></ul>
<h1>Static levels decreases the depth of your game</h1>
<p>Let&#8217;s take a step back and look more broadly at what this simple observation means for the industry at large. There is a very real opportunity cost associated with creating static level content. &nbsp;In fact, it is baked into the pre-production and production stages suggested by the popular Cerny method of game development. &nbsp;During preproduction, you test and finalize your game mechanics. &nbsp;By locking down your game systems early on, you reduce your production risk when building &nbsp;large amounts of static content. &nbsp;Heaven forbid you change the jump distance on your main character after you&#8217;ve built 20 expensive levels based off that value.</p>
<p>At first glance this staged approach seems like a sane and rational practice. In fact, it originally came about as a way of giving design a place to iterate within the increasingly rigid development schedule. However, it also requires that you limit your iteration upon your mechanics at some point in your schedule. &nbsp; Yet such a design lock down conflicts with how design actually occurs in the real world.</p>
<div><a href="http://3.bp.blogspot.com/_VzXlmJG8Y3Q/TPHGA3vfHqI/AAAAAAAAAYY/9NLE-8LgsZU/s1600/Efficient+Game+Design-08.png"><img border="0" height="272" src="http://3.bp.blogspot.com/_VzXlmJG8Y3Q/TPHGA3vfHqI/AAAAAAAAAYY/9NLE-8LgsZU/s400/Efficient+Game+Design-08.png" width="400" /></a></div>
<p>Consider the common scenario: a designer, after playing the game for several months, finally groks a&nbsp;fundamental&nbsp;relationship in the system that will make the game immensely more enjoyable. This actually happens all the time&#8230;designs often need to sit for a while before they reveal their true nature. &nbsp;<b>We are closer to mathematicians exploring a new class of equations than we are authors banging out another variation of the Hero&#8217;s Journey</b>. &nbsp;And like mathematicians, insight rarely occurs on a predictable schedule.</p>
<div><a href="http://2.bp.blogspot.com/_VzXlmJG8Y3Q/TPMRY_Xd-CI/AAAAAAAAAYk/zXK9cn0lA6E/s1600/Efficient+Game+Design-09.png"><img border="0" height="282" src="http://2.bp.blogspot.com/_VzXlmJG8Y3Q/TPMRY_Xd-CI/AAAAAAAAAYk/zXK9cn0lA6E/s400/Efficient+Game+Design-09.png" width="400" /></a></div>
<p>In a procedural game, a new design insight translates into a quick experiment that tests the idea. &nbsp;Many of our big design changes in Steambirds: Survival took minutes. &nbsp;The largest, a new progression system, took a week. &nbsp;In a game with a heavy production burden, a new design insight instead provokes immediate push back. &nbsp;Almost all other disciplines have something to lose since almost any mechanics change&nbsp;occurring&nbsp;in the middle of production has two follow-on effects:
<ol>
<li>Design changes during production threaten to invalidate many man years of labor. &nbsp;The producer sees a threatened schedule. &nbsp;The level designers see destroyed levels. &nbsp;The gameplay programmers see destroyed scripts. &nbsp;The narrative designers see altered plot lines and discarded&nbsp;cinematics. The reality of modern development is that <b>any design change in production has a large political cost</b>.&nbsp;</li>
<li>If the change is accepted, large amounts of new content needs to be implemented. &nbsp; <b>Even if the design change is the right thing to do for the player, it is often economically not feasible.</b></li>
</ol>
<p>As a result, polishing and improvement on the game design is almost always locked down prematurely. &nbsp;It is not random chance that nearly every postmortem wishes they had a longer preproduction phase. &nbsp;The entire Cerny method creates logistical constraints that unwittingly damage the team&#8217;s ability to build and iterate on deep and meaningful systems.</p>
<p>Agile methods help here by allowing teams to lock down content on a more modular level, but this is a patch, &nbsp;not a solution. &nbsp;Ultimately static content is inherently difficult to refactor. &nbsp;The marginal cost to change content is often equal to original cost of creation. &nbsp;The reliance of the design on structurally brittle content like levels and narrative lies at the root of the problem of premature design&nbsp;lock-down.</p>
<p>After many years of living this reality, modern AAA development teams have retreated from most meaningful exploration of deep game systems. &nbsp;Over time, economics and production logistics shape design as surely as the currents in the ocean shape the rocky shoreline. &nbsp;If you look at games like God of War or Uncharted, you see the end result: &nbsp;Mechanically safe and simplistic games heavily larded up with a constant streams of static content. &nbsp;There is no meaningful systems to learn nor choices for the player to make. &nbsp;Instead, players submit themselves to a constant stream of pretty pictures whilst bashing buttons to advance. &nbsp; By following the siren&#8217;s call of &#8216;evocative&#8217; static content, most AAA teams have managed to&nbsp;suffocate&nbsp;the playspaces that make games great.</p>
<p>As a movie-trained consumer looking for mindless escape, I understand the appeal. &nbsp;As a game designer, I find this direction repugnant. &nbsp;We have a unique medium capable of immersing players in a rich systematic understanding of complex models of the universe. &nbsp;It is time for a very different philosophy of design that minimizes static content and level design and maximizes the impact of game mechanics and meaningful systems.</p>
<p>With Steambirds: Survival, we were able to create relatively major changes to the gameplay late in development. &nbsp;What little static content existed was highly modular, contained few dependencies on other systems and was therefore quite robust in the face of changes.</p>
<p>I highly recommend that you distance yourself from handcrafted static levels. Cull linear structures and content dependencies. Treat production as a form of waste that should be stripped from your development process. &nbsp;These elements destroy your ability to iterate on your design and suck you into a mediocre and limited vision of what games can become.
<ul></ul>
<h1>Conclusion</h1>
<p>When I look at back at the origins of electronic games with their infinite arcade modes and their procedural levels, I see the seed of something great. &nbsp;Somewhere along the way we took a wrong turn, away from interesting interactive systems and towards static disposable content. &nbsp;For decades we&#8217;ve been investing outrageous sums of money in production activities that actively&nbsp;diminish&nbsp;the key value proposition of our interactive craft.</p>
<p>My goal with the games I work on is to shift the balance back toward gameplay. &nbsp; Throwaway bits of plot and puzzle are still useful as training that gets players into the game. They are great as the occasional dash of spicy emotional seasoning. &nbsp;We have such things in Steambirds, modularized and tucked in the background where they belong. But they are not, nor should they ever be, the meaty center of the experience. </p>
<p>What I&#8217;ve been describing with my last few posts is a philosophy of how I prefer to design games&#8230;<b>a school of efficient game design</b>, if you will. &nbsp;The pillars I&#8217;ve discussed to far are simple stated:
<ul>
<li><b>Use design to lower costs: </b>By following efficient design practices, we can build world changing games at low cost. &nbsp;Escalating cost curves are a symptom of broken design practices.&nbsp;</li>
<li><b>Always evergreen</b>: Deeper, more meaningful systems yield lifelong hobbies, not disposable media.</li>
<li><b>New games</b>: Design from the root using iterative, exploratory design to create unique, differentiated products. &nbsp;Clones are projects for wage cogs and poor designers.&nbsp;</li>
<li><b>Small teams</b>: Leverage the immense creativity, flexibility and productivity of small teams of co-creators. &nbsp;Large teams destroy&nbsp;efficiency.&nbsp;</li>
<li><b>Robust play spaces: </b>Create broad landscapes of possibility that can easily withstand both player and designer induced variation. &nbsp;Avoid brittle structures.</li>
<li><b>Lean Content</b>: Unchain our ability to iterate on design by reducing our&nbsp;debilitating&nbsp;dependency on puzzles, levels and other static content.</li>
<li><b>Leverage Players</b>: Our designed systems seed value structures that empower players to create stories, community and culture. &nbsp;The deepest dramas happen in the players&#8217; heads, not in our labored delivery.&nbsp;</li>
</ul>
<p>The existence of a school of game design&nbsp;does not mean that all games need to follow these constraints and processes. &nbsp;If anything we need passionate variety more than we need a theocracy of design. &nbsp;Instead, a school of design acts as one (hopefully of many) beacons for thinking designers. &nbsp;We look to the past and call out our long history of mistakes and successes. &nbsp;We look to the future by building concrete works of art that&nbsp;boldly promote the lessons learned.</p>
<p>Design is first and foremost a conscious act and we should take an educated and thoughtful stance on what styles of design we pursue and what ones we reject. &nbsp;Steambirds: Survival is a simple game, but it is one that is designed based on a passionately held ideals. To make games due to habit, fads, instinct or pursuit of a mundane paycheck means that you are wasting not only your life but the lives of all your players. A thing blindly created is always a thing blindly consumed. What is your stated philosophy of game design? &nbsp;What are the beliefs that drive your creation?</p>
<p>Give Steambirds: Survival a try. &nbsp;There is still so much more work to do, but this should give a small taste of where we are heading.</p>
<p>take care,<br />Danc.
<div><img width="1" height="1" src="https://blogger.googleusercontent.com/tracker/11719805-727217181600465658?l=www.lostgarden.com" alt="" /></div>
<p><a href="http://lostgarden.com/rss.xml">Go to Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.freevideogamesnews.com/steambirds-survival-goodbye-handcrafted-levels/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Announcing Spry Fox (my happy new company)</title>
		<link>http://www.freevideogamesnews.com/announcing-spry-fox-my-happy-new-company/</link>
		<comments>http://www.freevideogamesnews.com/announcing-spry-fox-my-happy-new-company/#comments</comments>
		<pubDate>Thu, 16 Sep 2010 18:02:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Lost Garden]]></category>

		<guid isPermaLink="false">http://www.freevideogamesnews.com/announcing-spry-fox-my-happy-new-company/</guid>
		<description><![CDATA[How do you change the world? &#160;For me one of the brightest opportunities to have a meaningful impact is by creating games. Video games, board games, games inside applications&#8230;you name it. &#160;We are living amidst an explosion of game innovation that will shape the very culture of our society. In the past 15 years, I&#8217;ve [...]]]></description>
			<content:encoded><![CDATA[<div></div>
<div><a href="http://www.spryfox.com/"><img border="0" src="http://4.bp.blogspot.com/_VzXlmJG8Y3Q/TJBmNWRQR0I/AAAAAAAAAVk/SZ_poiOmnIk/s320/SpryFox+-+Logo-08.png" /></a></div>
<p>How do you change the world? &nbsp;For me one of the brightest opportunities to have a meaningful impact is by creating games. Video games, board games, games inside applications&#8230;you name it. &nbsp;We are living amidst an explosion of game innovation that will shape the very culture of our society. In the past 15 years, I&#8217;ve had the honor to work at some of the biggest companies in our industry and seen this opportunity growing. &nbsp;And I&#8217;m humbled by the fact that well over 16 million unique players have been delighted by the games I&#8217;ve designed. &nbsp;Averaging a million plus players a year is a good start. </p>
<p>Now it is time to push games even further. I’m pleased to formally announce the birth of <a href="http://www.spryfox.com/">Spry Fox</a>, a new kind of game development studio that I’ve co-founded with my good friend, <a href="http://www.edery.org/">David Edery</a>. The fearless <a href="http://gameattorney.com/blog/">Tom Buscaglia</a> is our general counsel. </p>
<p>What do I mean by &#8220;new kind of game development studio?&#8221; Put simply: we focus on the business and design aspects of game development. We do not employ developers and we do not outsource. We create games by partnering with other talented individuals whose development abilities we respect, and everyone shares in the profit. In this regard, Spry Fox functions somewhat like a modern <a href="http://en.wikipedia.org/wiki/Movie_studio">movie studio</a> &#8212; <b>we form teams around a project</b> that everyone is passionate about, and the team disbands when the project is done (or, in the case of a free-to-play game, when the projects stops generating meaningful revenue). With a bit of luck, a team will gel nicely and may reunite many times (ala a <a href="http://en.wikipedia.org/wiki/Kevin_Smith">Kevin Smith</a> production), but it isn’t strictly necessary. We work together on what we love, and we part ways when our interests diverge.</p>
<p>Such a system puts the incentives where they belong: the team is focused on making a great innovative game, not on compromising the soul of their idea (or the creators) to ensure the survival of the studio.</p>
<p>
<div><a href="http://2.bp.blogspot.com/_VzXlmJG8Y3Q/TJD8AvLJo8I/AAAAAAAAAWM/oZtwCsT6nbE/s1600/Vision+Diagrams-13.png"><img border="0" height="126" src="http://2.bp.blogspot.com/_VzXlmJG8Y3Q/TJD8AvLJo8I/AAAAAAAAAWM/oZtwCsT6nbE/s400/Vision+Diagrams-13.png" width="400" /></a></div>
<div></div>
<p>Game studios of this sort have been <a href="http://www.gamasutra.com/view/feature/2415/wideload_games_alexander_seropian_.php">attempted in the past</a>, but the most prominent attempts have focused on larger, more expensive projects, which plays against the strengths of the distributed model.  More importantly, previous studios appear to have been fixated on the debatable benefits of &#8220;outsourcing,&#8221; as opposed to building true partnerships with outside individuals and firms who are treated as integral to the creative process and who share in the profit. We believe that by building small, tightly-knit teams, we can make this work.</p>
<p>
<div><a href="http://4.bp.blogspot.com/_VzXlmJG8Y3Q/TJD8Q3USoeI/AAAAAAAAAWc/LxXeuraxyJ8/s1600/Vision+Diagrams-15.png"><img border="0" height="127" src="http://4.bp.blogspot.com/_VzXlmJG8Y3Q/TJD8Q3USoeI/AAAAAAAAAWc/LxXeuraxyJ8/s400/Vision+Diagrams-15.png" width="400" /></a></div>
<div></div>
<p>Most importantly, we have no interest in becoming yet another middleman in the increasingly crowded digital publishing space. When I am involved in a project, <a href="http://www.andymoore.ca/2010/03/the-history-of-steambirds/">I play a major role in every aspect of a game’s design</a>, including building the UI, architecting the major gameplay loops, fine tuning the balance, mentoring and directing the art production (<a href="http://www.lostgarden.com/2009/04/bunni.html">when I don&#8217;t just pop out the art myself</a>.) When David is involved in a project, he is deeply involved in the design (particularly with an eye towards monetization systems), the in-game writing, and all aspects of the business including marketing and distribution. We are not publishers. We are co-creators.</p>
<div><a href="http://2.bp.blogspot.com/_VzXlmJG8Y3Q/TJD8nX2mGzI/AAAAAAAAAWk/jyHbFJZ5OXY/s1600/Vision+Diagrams-16.png"><img border="0" height="127" src="http://2.bp.blogspot.com/_VzXlmJG8Y3Q/TJD8nX2mGzI/AAAAAAAAAWk/jyHbFJZ5OXY/s400/Vision+Diagrams-16.png" width="400" /></a></div>
<p>Spry Fox is focused primarily on emerging opportunities in the digital game market. For now, this means two things: web-based free-to-play games for various demographics, and downloadable titles for emerging platforms like mobile. Our reasons for focusing on these two things are straightforward:
<ul>
<li>There are <a href="http://www.edery.org/2010/01/a-game-developers-catch-22-market-timing/">strategic benefits</a> to focusing on under-served markets</li>
<li>As noted earlier, our development model likely works best with smaller teams</li>
<li>We don’t enjoy waiting two+ years to discover whether our game will resonate with fans or not.</li>
</ul>
<p>Some of you might wonder if developing &#8220;web-based free-to-play games&#8221; qualifies as targeting an under-served market. I&#8217;ve written about this in the past and I’d argue that there is no opportunity more compelling at this moment in time. The ratio of quality content to potential consumers is vastly out of whack on the Web relative to the console ecosystem or the iPhone app market. Despite the fact that 99% of all Internet-enabled PCs have Flash installed, boasting an audience more than 10x the size of even the most popular game console, you can literally count on one hand the number of really good Flash-based F2P games in any particular genre. That&#8217;s our kind of market.</p>
<div><a href="http://2.bp.blogspot.com/_VzXlmJG8Y3Q/TJD8uGu_FzI/AAAAAAAAAWs/UFkOZHDbYc0/s1600/Vision+Diagrams-14.png"><img border="0" height="127" src="http://2.bp.blogspot.com/_VzXlmJG8Y3Q/TJD8uGu_FzI/AAAAAAAAAWs/UFkOZHDbYc0/s400/Vision+Diagrams-14.png" width="400" /></a></div>
<p>Because our teams are (and will continue to be) relatively small, we need to focus on design methodologies that deliver the greatest amount of bang for the buck. That means user-generated content, procedurally generated content, and multiplayer mechanics that don&#8217;t require a constant influx of expensive content. So that&#8217;s exactly what we&#8217;ve started doing.
<ul>
<li>We’re building on my previous work with <a href="http://www.andymoore.ca/">Andy Moore</a> to create a bigger, more engaging, multiplayer version of <a href="http://armorgames.com/play/5426/steambirds">Steambirds</a> that will fully capitalize on that IP’s potential (with an intermediate version in the meanwhile). &nbsp;Can we resurrect turn-based games for an entirely new generation of players? &nbsp;Why not try?</li>
<li>We’re working with Andre Spierings to evolve the impossibly cute <a href="http://www.google.com/url?sa=t&amp;source=web&amp;cd=1&amp;ved=0CBcQFjAA&amp;url=http%3A%2F%2Fbunnibunni.com%2F&amp;ei=h-yGTKDNFIKqsAPJztGaCg&amp;usg=AFQjCNEfTffj9p6JA3ZcFmcKHtH68gQeow">Bunni</a> into the fully social experience we have always known it could be. &nbsp;I&#8217;ve been immensely inspired by the vision of what Spore could have been.&nbsp;</li>
<li>And we have two downloadable games and one exceedingly unusual flash MMOG in the works, (but unfortunately I can’t share any more information about those projects at this time!)</li>
</ul>
<p>As these projects ramp up, I&#8217;ve been having immense amounts of fun doing some consulting across a large slice of the gaming universe (console games, f2p games, serious games, etc). Here I&#8217;ve again been partnering with David over at <a href="http://www.fuzbi.com/">Fuzbi</a>. Unfortunately, there is limited time to work with everyone, but I&#8217;m happy sharing my thoughts on design with forward-looking teams passionate about changing the world.</p>
<p>I can’t wait to share more with you all soon.  Thanks for reading this post and for all your comments and encouragement in the past. And if you think you&#8217;d like to work with Spry Fox (or Fuzbi), don&#8217;t hesitate to drop me a line. We&#8217;re more than a little busy right now, but the future is always just around the corner.  <img src='http://www.freevideogamesnews.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>take care,<br />Danc.
<div><img width="1" height="1" src="https://blogger.googleusercontent.com/tracker/11719805-1573631710930555317?l=www.lostgarden.com" alt="" /></div>
<p><a href="http://lostgarden.com/rss.xml">Go to Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.freevideogamesnews.com/announcing-spry-fox-my-happy-new-company/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visualizing the Creative Process</title>
		<link>http://www.freevideogamesnews.com/visualizing-the-creative-process/</link>
		<comments>http://www.freevideogamesnews.com/visualizing-the-creative-process/#comments</comments>
		<pubDate>Fri, 20 Aug 2010 00:01:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Lost Garden]]></category>

		<guid isPermaLink="false">http://www.freevideogamesnews.com/visualizing-the-creative-process/</guid>
		<description><![CDATA[As I coach new developers, I&#8217;ve taken to scribbling out the same useful diagram for visualizing the creative process again and again on coffee-ringed napkins. &#160;In order to limit my future abuse of culinary paper wares, I&#8217;ve reproduced my images in a more formal fashion in this essay. The conversation usually starts with the following [...]]]></description>
			<content:encoded><![CDATA[<p>As I coach new developers, I&#8217;ve taken to scribbling out the same useful diagram for visualizing the creative process again and again on coffee-ringed napkins. &nbsp;In order to limit my future abuse of culinary paper wares, I&#8217;ve reproduced my images in a more formal fashion in this essay.</p>
<p>The conversation usually starts with the following statement:&nbsp;<i>&#8220;Creativity is like a snake swallowing a series of tennis balls.&#8221;</i></p>
<p>And when confused looks inevitably result, I sketch some variant of this odd little picture:
<div><img height="166" src="https://lh3.googleusercontent.com/6Xr4xtKY5XTY_6KZlwrt7GULdflaONOUs1l777hvoq_Nv5VNnErKs3nC4BK6372FeSQj5-LoWnEyEcXgRL1gOtqLKEpv9h7mrgCfKxq6ntJ3XYSkAdLg6NqD1P5YygI" width="400" /></div>
<p>Using this as a starting point, we start chatting about joys and pitfalls of creativity.
<ul>
<li>The Brainstorming Phase</li>
<li>Failures in brainstorming</li>
<li>The Culling Phase</li>
<li>Failures in culling</li>
<li>Cycling</li>
<li>Failures in cycling</li>
</ul>
<h3>The Brainstorming Phase</h3>
<p>We all start with an idea. &nbsp;It could be a small inspiration or a large insight. &nbsp;Immediately, you begin a process of brainstorming and daydreaming. &nbsp;This is a time of infinite possibility and promise. &nbsp;I use the term brainstorming broadly to include any activities that expand the options or possibilities of a project. &nbsp;The traditional image of a group of designer types sitting in a room with a whiteboard is indeed part of the brainstorming phase, but it is really only one of a much broader spectrum of activities.
<div><img height="283px;" src="https://lh5.googleusercontent.com/WvmjAid9eGjr5rqFfuE3JceR-WTzkK7ka1ANQ7x0NDE07LMa026bVolxK_vahxsRhyFKXKMYKdhqixAxdY--zT75vQxwRshu1W2sBYPkaS90hFvaFyozRpM0W7XpTnY" width="283px;" /></div>
<div><i>Brainstorming starts out small and expands over time</i></div>
<p>There are several activities that occur during this phase:
<ul>
<li><b>Ideas</b>: Generate new ideas related to your initial insight. These are proto-experiments. A half-jotted note in a notebook &#8220;Solar powered underpants!&#8221; is an example of an idea. (This is a real idea. &nbsp;It has been hot in Seattle lately)</li>
<li><b>Thought experiments</b>: Invest energy in your ideas to understand how they might be built and thinking through the theoretical impact of each idea. &nbsp;A spec concerning &#8220;A Method for inserting a small fan in one&#8217;s shorts to reduce ambient temperature&#8221; is an example of a thought experiment.</li>
<li><b>Real world experiments</b>: Build working models from physical materials or usable code so you can experience your idea first hand. A working model of underpants plus a small metal fan (plus a ready supply of bandages) is an example of a real world experiment.</li>
<li><b>Cross fertilization</b>: As you work through ideas, you see new possibilities. &nbsp;I&#8217;ve discovered through much trial and error that escaping to a coffee shop with air conditioning is immensely more effective than other attempted alternatives.</li>
</ul>
<div><img height="283px;" src="https://lh6.googleusercontent.com/_oFFyrLMFPFI3L8lE6N_LEKLdHQHweW65FMvYEJOuSqHFlo1h_Bcwy77AOnOf6kxXYFEvd9yqWKUS3jBmoXIFaCxvKeGseQLaR7kRAxlfwsEcOFhnqHVWA2y9V97tgQ" width="425px;" /></div>
<p>
<div><i>A multitude of experiments arise during brainstorming</i></div>
<p><b><br /></b><br /><b>Brainstorming is ultimately the act of kick starting experiments.</b> Even when you dream up a completely off-the-wall idea, you are stating that &#8220;There is some potential in this direction.&#8221;  You&#8217;ve formed a postulate at the fuzziest possible level. &nbsp;Future steps during the brainstorming &nbsp;involve making more detailed predictions and modeling the results.</p>
<p>When brainstorming is successful, we end up with a <b>portfolio of experiments</b> These go by a variety of different names in software development: &nbsp;features, user stories, use cases and &#8216;the thing Bob made while screwing around on the weekend.&#8217;<br />
<h3>Problems with brainstorming</h3>
<p>The single most common flaw during the brainstorming period is that creators do not build enough testable experiments. &nbsp;This mistake comes in a variety of flavors.
<ul>
<li>The creator already knows what needs to be done</li>
<li>Experimentation is considered expensive</li>
<li>The original idea is brittle</li>
</ul>
<h2>The creator already knows what needs to be done</h2>
<div><img height="92px;" src="https://lh4.googleusercontent.com/5qzNHZr3NjDKJYAhRX1Q1FXn37WzHu5Oe2unSCewMLXOJwGp1uDnbHGaFWqdpd9Q2onBHWeQ2RyH2WDPqW1ZrR5iYc5c2G8ienSyEie5CTBjkkv_wp9n7ZjVGMP-0MQ" width="150px;" /></div>
<div><i>Creator pursues a single solution</i></div>
<p>Why waste time on expensive experiments when the right answer is obvious? The flaw in this thinking is that creativity is an iterative process in which you synthesize the final result from a variety of sources and thousands of potential solutions. It is not purely a deductive process with a single right answer. </p>
<p>When you fail to experiment broadly, you are building your solution from an anemic set of mental and technical resources. It is the equivalent of trying to design a bridge when the only material you&#8217;ve tested is paper. &nbsp;You can certainly build a bridge, but it will not be nearly as good compared to someone who experimented with a broad range of materials and construction techniques including steel or concrete.</p>
<p>To understand the power of a portfolio of experiments, consider some simple statistics. &nbsp;If 4 out of 5 experimental systems are bound for failure and you create only one experiment, you have a 20% chance of overall success. &nbsp;On the other hand if you create 10 experiments, you have a 89% chance of finding a success. &nbsp;In practice, your chance of success is even higher since ideas cross pollinate. &nbsp;By learning and adapting to your new knowledge you&#8217;ll uncover new options that are often far superior than the original set of experiments.</p>
<p>(Note: If the goal of experimentation is hands on knowledge, try including a wide range of participants that can bring a variety of pertinent skills to the table.)<br />
<h2>Experimentation is considered expensive</h2>
<div><img height="283px;" src="https://lh6.googleusercontent.com/dSRzkLSFbrtUgx_Vtmg6Vc6iZl6kMMbx7RFwmoFeWRpBl6D-BTw0S6vnpX-JA22m7DwwY1lGJTlNjLOqgzgM-fQDubt4Wv-56SRZ-kG1c3u7ACjdbUIKaglwrzGcF6c" width="150px;" /></div>
<div><i>Each individual experiment is expensive</i></div>
<p>In the example above, a savvy counter of beans might note that 10 experiments is likely to cost 10 times as much as a single experiment. &nbsp;Yet all this extra money only increases the additive chance of success by a mere 450%. &nbsp;So the team compromises and invests in a handful of expensive experiments.</p>
<p>The solution here is to use less expensive experiments, not fewer experiments. What can you make in a day? What can you make in an hour? Instead of using teams of 5 to 10, what can you learn with a team of 1or 2? &nbsp;By focusing on lightweight experimentation and rapid turnover between experiments you can pack more experiments into your brainstorming phase.</p>
<p>One technique I love that keeps experiments small is <a href="http://www.lostgarden.com/2008/12/post-it-note-design-docs.html" target="_blank">Post-it note design docs</a>. &nbsp;Since your experiments must fit on a sticky note, you are forced to keep the scope small and easily implementable.<br />
<h2>The original idea is brittle</h2>
<p>
<div><img height="83px;" src="https://lh3.googleusercontent.com/RFFktWPltKb2e498-6GjGpvpsJShjWhvFlNxqJKbF4nJHuDTADjUvyeEq53iKVC86D9ITJgRDaCzp5uYwf8GJro08DVc_rBtLbP6Qu8gZLj5MYN7Ew28ad6WEZVK8W0" width="150px;" /></div>
<div><i>No matter how hard you try, you only can come up with a handful of ideas</i></div>
<p>Sometimes you start with an idea that seems brilliant, but as you try to expand upon it, you keep running into walls. &nbsp;You know you&#8217;ve found a <b>brittle idea</b> when you try to bend the concept in interesting new directions and it collapses again and again.</p>
<p>Over time, you get learn to recognize brilliant yet brittle ideas early in the creative process. My test is to try to think up 20 or 30 crazy variations on the idea. If I can imagine that most of those variations would be exciting to build, then I know I&#8217;ve discovered a <b>robust idea</b> that is worth investing in further. If I can&#8217;t, then I have a brittle idea.</p>
<p>It is too easy to invest months, even years of your life trying to &#8220;make it work.&#8221; Instead there are a couple techniques for making the idea more robust:</p>
<p><b>Put the idea aside</b>: The single best thing you can do is to put the brittle idea on the back-burner. &nbsp;Over time, if the idea is in fact brilliant, it will find its way back into your creative process. &nbsp;A different perspective, be it brought on by time or new experiences, can be an essential ingredient in softening the idea&#8217;s previous constraints. </p>
<p>I wrote up an idea for a game called Cute God a while back, but none of the prototypes really gelled. &nbsp;It was a design with a thousand problems and very few good solutions. Instead of belaboring the point, I consciously stopped redesigning it. &nbsp;Years later, some of the original combinatorics ideas found their way into a game called Triple Town that should be released later this year. &nbsp;Ideas you cull are never really erased. &nbsp;Instead they turn into fertile soil from which the next generation of ideas are grown.</p>
<p><b>Radical simplification</b>: What is core experience that you are trying to achieve? &nbsp;&nbsp;Write a single sentence or draw a picture that represents that experience. &nbsp;Put that on the wall in front of you. Now brainstorm a dozen different incredibly simple ways of creating the essence of that experience for the user. &nbsp;Toss out all your complex systems and constraints and start over with just the core.</p>
<p>Recently a friend and I went through this exercise on a game concept that was born from a pencil drawing of dozens of stick figures attacking one another. &nbsp;The brilliant, yet brittle design was a Toribash-style fighting game where you could move individual joints for each of the stick figures in an epic multiplayer battle. &nbsp;As an exercise, we went back to the original drawing and asked &#8220;What was the simplest way to get that image up on the player&#8217;s screen&#8221; and &#8220;How do we &nbsp;evoke the coolness of a dozen stick figures blasting one another with shotguns.&#8221; Out goes the rag doll physics. &nbsp;Out goes the complex UI. &nbsp;Out goes the multiplayer. &nbsp;The resultant idea was robust, easier to implement and still captured the emotional joy of the original inspiration. &nbsp;At the very least, this exercise helped the designer look at the problem in a new light and question their original (brittle) constraints.</p>
<p>This process can all be summed up &#8220;If your design is difficult, cheat.&#8221;<br />
<h3>Culling Phase</h3>
<p>There is an entire second phase of of the creative process called culling. &nbsp;Inevitably, not all experiments are good experiments. &nbsp;Some show immediate value and others are plagued by obvious flaws.</p>
<p>During the Culling Phase, you need to kill flawed experiments so you can double down on good ones.
<div><img height="283px;" src="https://lh5.googleusercontent.com/7m-vu04jOTJsm2ewT76YA7Z61pgUzyEp9CHUvhGmIX2dxIXrlDZKHW9z-liK4TLQQLOpXcUVceUbWRyyBdPEYjLZqiUG3VLmzwNXKyK3He5fCwvJYCLGduMBeNEhXPo" width="283px;" /></div>
<p>
<div><i>Culling boils down all your experiments to a refined nugget of value</i></div>
<p>No one really talks much about this unpleasant part of creativity. &nbsp;We lionize the eureka moments of brainstorming and end up ignoring the agonizing process of trimming and shaping those meandering experiments into something coherent and valuable. &nbsp;This is a huge mistake.</p>
<p><b>Critically culling your experiments is an essential step to any successful creative act</b>. &nbsp;Culling focuses the creative act, ensures projects are finish-able and ultimately yields a more &nbsp;powerful final experience. &nbsp;When I start painting, I place down a thousand brush strokes. &nbsp;But only one stroke appears on top and is visible to the viewer. &nbsp;Each previous stroke is an experiment that leads me towards that final visible stroke. Once I&#8217;ve learned enough from my experiments, I make an informed decision, place the optimal mark and move on.</p>
<p>Those who fail to cull, fail to create meaningful projects. &nbsp;You can spot a newbie designer from a thousand yards by suggesting they kill a feature that doesn&#8217;t seem to be contributing much. &nbsp;Their nostrils flair and their voice rises. A litany of denials, excuses and accusations pour forth. &nbsp;And you know immediately that their project is going to be an incoherent piece of crap. &nbsp;This is a good coaching moment. <img src='http://www.freevideogamesnews.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> 
<div><img height="283px;" src="https://lh3.googleusercontent.com/kIzCRXdIBHaeN3dR3D48Zh3KJQYgsdC5LOgiAf9ed8OkiPpuLo0fXsBa7EmALU9bi5eFDib8My_mt0QLanN_s3OkSounGWhwXs3wJIJB6-qN36uxqUYJM7hQHd-6WP0" width="283px;" /></div>
<div><i>Good experiments get more love and the questionable ones get trimmed</i></div>
<p>Culling is composed of several activities
<ul>
<li><b>Determining your culling criteria</b>: &nbsp;You need to know how you are culling up front so you don&#8217;t end up making arbitrary decisions. The single best way I&#8217;ve found of defining culling criteria is to write down what success looks like. For example, in Bunni 2, we say that the game is a &#8216;social stickerbook&#8217;. &nbsp;Anything that doesn&#8217;t fit that vision is worth questioning.</li>
<li><b>Deciding what to invest in further</b>: &nbsp;Look for opportunities to amplify obvious value in your existing experiments. &nbsp;&nbsp;For example, in Half Life 2, one experiment was this risky concept called a &#8216;gravity gun&#8217;. &nbsp;When a real world prototype was made, players loved it. Valved decided to invest further and tried to figure out how that gun could be used throughout the entire game.</li>
<li><b>Deciding what to remove</b>. &nbsp;If something doesn&#8217;t fit your culling criteria, it is better to cut it early and spend those resources elsewhere. &nbsp;In Bunni 2, we dabbled with a combat system. &nbsp;However, after we built a simple version, we realized that it really didn&#8217;t fit our culling criteria so we put it on the backburner.</li>
</ul>
<h3>Problems with Culling</h3>
<p>There are several common issues that come up during the culling phase
<ul>
<li>No explicit culling criteria</li>
<li>Experiments are not tangible.</li>
<li>Assuming more is better</li>
<li>Fixing every problem</li>
<li>Focusing on problems not opportunities</li>
<li>Judging features not core experiences.</li>
</ul>
<h2>No culling criteria</h2>
<div><img height="283px;" src="https://lh3.googleusercontent.com/HRYOnyb8BHxhIbw3znIzqMavxAJ0zBS_gSyDGuj1ZHgcLN1OOWMv1021cFdUNY2pcSLLO-evhJgjGcbA6vjMTfaW4dMposqJlp-FNrtFEPRgO93JN1rQpLS6BDgAVtw" width="283px;" /></div>
<p>Often people get so caught up in the amazing optimism of brainstorming, they fail to agree upon explicit culling criteria. &nbsp;Instead the particular politics or opinions of the day hold sway and features are randomly invested in. &nbsp;Culling does occur, but in a haphazard fashion that is just as likely to kill good features as bad.</p>
<p>When you leave your culling criteria vague, you are saying that it is okay for everyone to have slightly different opinions about what is good and what is out. This leads to unnecessary conflicts. &nbsp;You need to bite the bullet and have the hard conversation about what your shared vision for the project should be. &nbsp;I like the term &#8216;culling criteria&#8217; since it ensures buy off from everyone that, yes, you will mothball experiments for the greater good of the project. &nbsp;The act of explicitly stating a small set of common goals ensures that everyone buys into something bigger than their individual efforts and passions.</p>
<p>I put &#8216;goals&#8217; at the top of almost every single design document I write. &nbsp;Though this is the shortest part of the design, it is often the section most critical to success. &nbsp;Experiments will blossom in dozens of directions, but the goals keep the project on track.<br />
<h2>The experiments are not tangible</h2>
<div><img height="283px;" src="https://lh6.googleusercontent.com/xJGdxf3pTeI-oEphmep4FUlORpqPIBbTe120OW-CsaLYg2qFg1VTPzv2QRjsbrwVChAo89isdq0-ObXbslZXc9cQMtVN8FbNfCcewnV0oRmO79ZivQFHeBx700pgBwE" width="158px;" /></div>
<div><i>Mere opinion is the only indicator if an experiment is good or bad</i></div>
<p>Often due to fear of creating expensive experiments, creative folks spend far too much time in the land of ideas and thought experiments. &nbsp;Some call this documentation and invest in it like some religious protection from mistakes. &nbsp;As a result, very few real world experiments are built. &nbsp;With nothing concrete to react to and judge in a critical fashion, it becomes difficult to apply the culling criteria in an objective fashion.</p>
<p>The solution is to make your ideas real as quickly as possible. Paper prototypes, 24-hour game jams, role-playing with a friend&#8230;<b>create your idea in the physical world.</b> To get a bit geeky, a vast portion of conscious cognition emerges as a post-processed rationalization of our body&#8217;s physical interactions with the world. Feed your subconscious cognition by creating systems you can touch, see and play with directly.</p>
<p>Instead of merely wearing down a single golden path in your mental thought experiments, you&#8217;ll accumulate the wisdom that only comes from a thousand real world observations. &nbsp;You&#8217;ll see players smile when they stumble. &nbsp;You sense the stickiness of a dialog that asks you to &#8216;click continue&#8217;. &nbsp;You&#8217;ll give yourself the richest possible source of information about the problem space in the shortest amount of time.</p>
<p>Recently I wrote out a design for a simple word game called Panda Poet. &nbsp;It was completely obvious how the game played on paper. &nbsp;The rules were crisply defined and I could easily play through the experience in my head and imagine the delight that would result. &nbsp;All it really needed was a quick implementation and the project would be done. </p>
<p>So we implemented the first prototype. The result was completely unplayable. The interface was fundamentally broken. &nbsp;The feedback loops were not functional. &nbsp;In the first 10 minutes of playing a physical prototype, I learned 10 times as much about the problem space than I had learned in the previous days spent designing on paper. &nbsp;Panda Poet was almost a failure, but by building multiple real world prototypes, we learned enough to salvage the design. &nbsp;It should be out later this year.<br />
<h2>Assuming more is better</h2>
<p>
<div><img height="283px;" src="https://lh6.googleusercontent.com/axlQpBBbBa_40-zXlGGFWbupj7VdpefMac-IF9WmJjX_UYTR0MS4Zv1Nf62jAQU54hiPSxZIp9RXMlNwt8rlw6HJYHN6Sm-7o3_Q1vmF-jTgF4UJdNAA-Cr_wG9QdSs" width="283px;" /></div>
<div><i>If you started something, you feel obligated to release it.</i></div>
<p>As a creator it is easy to get caught in the belief that more is more. &nbsp;Yet, the people consuming our creations rarely feel this. &nbsp;They have limited time and limited mental resources to spend on our work. &nbsp;Instead, they see all the <b>extra &#8216;stuff&#8217; as mental noise</b> that actively harms their enjoyment of the project. </p>
<p>Imagine that you have a painting of a duck and you start randomly adding static in the form of blobs from other pictures to it. &nbsp;You can add a lot of static and still tell it is a duck. But the static detracts from the image. &nbsp;The end user would likely be much happier if you just gave them a great picture of a duck.</p>
<p>The same thing occurs when you fail to kill experiments. You are actively adding low quality noise to your creation. </p>
<p>Creators that fear rigorously editing their creations suffer from the <b>sunk cost fallacy</b>. &nbsp;They assume that since they spent effort making something, value will be lost if it is removed. &nbsp;Often they consider their work &#8216;precious&#8217;. However, there is no inherent utilitarian value in a feature simply because it took a lot of effort to build. &nbsp;The user doesn&#8217;t see your effort. &nbsp;They only see the messy and imperfect noise that come from not rigorously culling your flawed experiments.</p>
<p><b>Practice killing your ideas</b>: &nbsp;David McClure has a great saying, &#8220;Kill a feature every week&#8221;. &nbsp;Culling with wisdom and discipline is a skill worth training much like any healthy habit. &nbsp;You practice and it slowly and steadily gets easier. &nbsp;&nbsp;You begin to see each feature and experiment as a small step in a much larger process, not a rare and precious thing that must be protected.</p>
<p><b>Be objective</b>: Another technique is to use objective, data-centric criteria. &nbsp;By boiling down decisions to numbers and metrics, you give yourself permission to make emotionally difficult decisions. &nbsp;This can be taken too far, but is particularly useful if you have a group of people that have divergent subjective opinions on a topic. &nbsp;Again, real world experiments facilitate this approach. &nbsp;There is an objective measurable reality to how people react to art. &nbsp;&nbsp;&nbsp;Understand this fact and used it to facilitate your culling.</p>
<p>One implementation of this technique is the use of Fun ratings. &nbsp;I have a survey built into many of the games I work on that asks users how fun the game is on a scale of 1 to 5. &nbsp;It is one thing to tell someone that their game sucks. &nbsp;That statement comes across as a purely subjective and potentially insulting opinion. &nbsp;It is another thing to have 10,000 people say that your game rates 3.1 out of 5 and to know from historical data that you need to reach 3.9 in order to have a chance at financial or critical success.<br />
<h2>Fixing every problem</h2>
<div><img height="283px;" src="https://lh5.googleusercontent.com/2bmJFMNu1zcSQ--41tkpf3LmacuzLJjs4oKPibR-u_mcEl96GpgxhoQrilc1gOt00g6Pk3lvoT72cHQpjrOqlXHPjAXAMEzwLOCompY4ptEMmuS5JAZZIH4mLenjgz8" width="283px;" /></div>
<div><i>Every problem with every feature must be solved</i></div>
<p>A related issue is that creators often attempt to fixed all the problems with their failed experiments. &nbsp;This is particularly common on projects that are thought of a series of modular features. &nbsp;The creator lists out the problems with each feature and then methodically fixes each in an attempt to bring the feature and therefore the project up to a reasonable level of quality.</p>
<p>The impact of this technique is painful to witness.
<ul>
<li>The expense of &#8216;completing&#8217; the projects blossoms and progress across the board slows to a crawl as multiple objectives are pursued simultaneously. &nbsp;Adding more resources often only slows down the project more (ala the Mythical Man Month.)</li>
<li>Quality still decreases. &nbsp;It is rare that each feature is completely aligned to the central value of the project. &nbsp;You end up with a project that is being pulled in a variety of directions all at once. &nbsp;The result is like student art where a new artist meticulously polishes every single shape in the drawing, but the end result is a hideously disjointed experience.</li>
</ul>
<p>A good rule of thumb for game development is that every experimental feature you start takes 30 times as much effort to finish. &nbsp;<b>So one day prototyping yields one month polishing</b>. &nbsp;If you try to polish everything, the surface area of your project grows huge in very short order.</p>
<p>I once worked on a failed online game that suffered from this issue. &nbsp;There were about 5 different project owners, each of which assumed that their job was to point out the flaws in the game and mandate (on threat of death) that the team fix them all. &nbsp;The team would scramble to plug holes one after another. &nbsp;In very short order, the game turned into an incoherent mass of half polished features. &nbsp;In hindsight, a cleaner set of culling criteria that resulted in killing broken features would have resulted in a more focused project of higher overall quality.</p>
<p>The solution is to focus less on the problems and more on the opportunities. You win when you generate value. If you release an unpolished version of a something genuinely interesting and wonderful, it is amazing what people will forgive. </p>
<p>In Steambirds, the levels were tossed together with a semi-random assortment of planes. &nbsp;The writing on the mission text was highly questionable. &nbsp;The graphics were one iteration past the initial prototype art. &nbsp;There was an invisible wall that caused players to die inexplicably. &nbsp;It could have easily turned into a 12-month project.</p>
<p>However, what we did right was polish the heck out of the core mechanic of movement and attacking. &nbsp;Of all our experiments, it was a robust and interesting gem that resulted in a powerful user experience. &nbsp;In the end, by focusing on the heart of the game, none of the other issues really mattered. &nbsp;We saved months of labor by focusing on what worked and killing or ignoring what didn&#8217;t.<br />
<h3>Cycling</h3>
<p>Brainstorming and culling occurs in an iterative cycle. &nbsp;In each cycle, you create experiments and then cull back to the valuable core. &nbsp;Then you repeat. &nbsp;Each complete cycle spawns a new spurt of ideas and experiments that must be culled in turn.
<div><img height="224px;" src="https://lh6.googleusercontent.com/DLy_BdBuiV9J-bqIDtJwT3HFRmuwFfwhjsQpFejLPspA6b17rk7ArcYrtLviuAeoo6ug5zLISH6K-u9_1t2eXpXUPI6o3CMSiQP3_DXw4jFTFUn2yhIK1hu8G6i-Acs" width="633px;" /></div>
<p>Each cycle results in accumulating more value for the customers of your labor. &nbsp;When you&#8217;ve generated enough value, you stop.<br />
<h3>Cycling problems</h3>
<p>There are a couple issues that occur during this process. 
<ul>
<li>Not iterating.</li>
<li>Not delivering value to the customer.</li>
</ul>
<h2>Not iterating</h2>
<div><img height="283px;" src="https://lh6.googleusercontent.com/icZasr76cltsol4xMRV6JRbHDvNSXB2E3hDSqRDzWMElr4IwCKrm7o1_zxhtpvDs1pnolPWepPPO3w8trY9T0rzirLdjdmXxklrj6ah2t0Vz4dhTO7hMznINM8gSaPQ" width="283px;" /></div>
<p>Often creators stop after a single cycle of brainstorming and culling. &nbsp;I see this quite often in groups that come from a waterfall-centric culture. &nbsp;Planning is treated as the equivalent of brainstorming and initial implementation. &nbsp;Culling is treated as scope reduction and bug fixing. &nbsp;After one long cycle, the product releases.</p>
<p>The solution here is shorter, lower cost cycles. &nbsp;&nbsp;Any of the various agile methodologies cover this ground extensively. &nbsp;To facilitate more cycles, I ask the question: How do I decrease cycle time so I can fit more learning cycles into my project? I&#8217;ve asked this question for art, for games, for UI design and for application development. &nbsp;In all situations, the more cycles I can pack in, the happier I am with the end result.<br />
<h2>Not delivering value to the customer</h2>
<div><img height="283px;" src="https://lh5.googleusercontent.com/0qFDjx3pCte4Qi9ZIXnHeiyEY3I0JK9936lvAAiiqIQ1RzWWRgvm70iMYKevtI9huR9h-pWvQ_WgQVixEyuMNFoaNBzdvEjy0pDNwvyuhl_3L4Uv_ydzGZTBcun41mo" width="550px;" /></div>
<p>The exact opposite of not enough iteration is to continue to iterate indefinitely and never release the value you have accumulated to a wider audience. &nbsp;There is always room for improvement and always new value to generate. &nbsp;You can get stuck in the trap of constantly cycling through the creative process and never feeling that your product is good enough to release.</p>
<p>Here are two good solutions I recommend
<ul>
<li><b>Timeboxing</b>: Set a release date and release regardless of how far you&#8217;ve gotten. Pixar&#8217;s Darla Anderson has a great quote that &#8220;we don&#8217;t finish our films. We just release them&#8221; The predetermined release date is a forcing function that ensure they pack in as much value as possible before they are forced to put something out. &nbsp;It also ensure that you stop working on a flawed experiment. &nbsp;The emotional distance that comes from releasing can be extremely helpful in realizing that you need to take a break from a particular great white whale that is eating your life.</li>
<li><b>Release criteria</b>: Another alternative is to set objective goals that trigger a release. &nbsp;&nbsp;For Flash games, I know that when I&#8217;ve hit a 3.9 fun rating, I can release the game. &nbsp;Certainly, I could invest further, but it really isn&#8217;t worth it.</li>
</ul>
<h3>Conclusion</h3>
<p>All these thoughts and pictures can be summarized in a very short list.
<ul>
<li><b>Brainstorm</b>: Create lots of low cost, real word experiments.</li>
<li><b>Cull</b>: Rigorously apply agreed upon culling criteria to weed out the weak ideas and reinvest in your most promising experiments.</li>
<li><b>Cycle</b>: Repeat the process until you generate meaningful value.</li>
<li><b>Practice</b>: Across multiple projects, practice all stages of the creative process so you constantly improve the myriad of skills involved in brainstorming, culling and cycling.</li>
</ul>
<p>Or if you are a visual learner, just reference this picture:
<div><img height="262px;" src="https://lh3.googleusercontent.com/6Xr4xtKY5XTY_6KZlwrt7GULdflaONOUs1l777hvoq_Nv5VNnErKs3nC4BK6372FeSQj5-LoWnEyEcXgRL1gOtqLKEpv9h7mrgCfKxq6ntJ3XYSkAdLg6NqD1P5YygI" width="628px;" /></div>
<p>take care,<br />Danc.
<div><img width="1" height="1" src="https://blogger.googleusercontent.com/tracker/11719805-646708119072575880?l=www.lostgarden.com" alt="" /></div>
<p><a href="http://lostgarden.com/rss.xml">Go to Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.freevideogamesnews.com/visualizing-the-creative-process/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordcamp 2010: Why we turned Microsoft Office into a Game</title>
		<link>http://www.freevideogamesnews.com/wordcamp-2010-why-we-turned-microsoft-office-into-a-game/</link>
		<comments>http://www.freevideogamesnews.com/wordcamp-2010-why-we-turned-microsoft-office-into-a-game/#comments</comments>
		<pubDate>Tue, 18 May 2010 06:00:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Lost Garden]]></category>

		<guid isPermaLink="false">http://www.freevideogamesnews.com/wordcamp-2010-why-we-turned-microsoft-office-into-a-game/</guid>
		<description><![CDATA[At the start of May, I gave a talk down in San Francisco on how game design can plug a gaping hole in the current practice of application design. Wordcamp 2010: Why we turned Microsoft Office into a Game View more documents from danctheduck. Here is the pdf with the speaking notes included. This contains [...]]]></description>
			<content:encoded><![CDATA[<div></div>
<p>At the start of May, I gave a talk down in San Francisco on how game design can plug a gaping hole in the current practice of application design.</p>
<div><strong><a href="http://www.slideshare.net/danctheduck/wordcamp-2010-public" title="Wordcamp 2010   public">Wordcamp 2010: Why we turned Microsoft Office into a Game</a></strong>
<div>View more <a href="http://www.slideshare.net/">documents</a> from <a href="http://www.slideshare.net/danctheduck">danctheduck</a>.</div>
</div>
<p>Here is the pdf with the speaking notes included.  This contains a bit more than the actual talk.</p>
<ul>
<li><a href="http://lunar.lostgarden.com/files/Wordcamp%202010-Public.pdf">WordCamp PDF with images and notes</a></li>
</ul>
<p>take care<br />Danc. </p>
<p>PS: You can embed PDF files in slide share! &nbsp;This allows me to share my presentation with notes. &nbsp;That took me a long time to figure out. &nbsp;Thank you, Rashmi!
<ul></ul>
<div><img width="1" height="1" src="https://blogger.googleusercontent.com/tracker/11719805-3244014568846161733?l=www.lostgarden.com" alt="" /></div>
<p><a href="http://lostgarden.com/rss.xml">Go to Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.freevideogamesnews.com/wordcamp-2010-why-we-turned-microsoft-office-into-a-game/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Goodbye lostgarden.com.  (Hello www.lostgarden.com)</title>
		<link>http://www.freevideogamesnews.com/goodbye-lostgarden-com-hello-www-lostgarden-com/</link>
		<comments>http://www.freevideogamesnews.com/goodbye-lostgarden-com-hello-www-lostgarden-com/#comments</comments>
		<pubDate>Tue, 11 May 2010 06:00:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Lost Garden]]></category>

		<guid isPermaLink="false">http://www.freevideogamesnews.com/goodbye-lostgarden-com-hello-www-lostgarden-com/</guid>
		<description><![CDATA[Google, in their infinite statistically derived wisdom, shut down an obscure feature on Blogger called &#8220;FTP publishing&#8221;. For the past 5+ years, this is how I&#8217;ve been putting words up on Lostgarden.com. It turns out that a pipsqueak 0.5%, a mere Seattle-sized city worth of users, were insisting on hosting their own files on disreputable [...]]]></description>
			<content:encoded><![CDATA[<div></div>
<p><a href="http://2.bp.blogspot.com/_VzXlmJG8Y3Q/S-X-GHOyIeI/AAAAAAAAAKk/b9Fxe_q8mNU/s1600/plucked-black-04.png"><img alt="" border="0" src="http://2.bp.blogspot.com/_VzXlmJG8Y3Q/S-X-GHOyIeI/AAAAAAAAAKk/b9Fxe_q8mNU/s400/plucked-black-04.png" style="cursor: hand;cursor: pointer;height: 336px;margin: 0px auto 10px;text-align: center;width: 397px" /></a><br /><span><u><br /></u></span>Google, in their infinite statistically derived wisdom, shut down an obscure feature on Blogger called &#8220;FTP publishing&#8221;. For the past 5+ years, this is how I&#8217;ve been putting words up on Lostgarden.com.</p>
<p>It turns out that a pipsqueak 0.5%, a mere Seattle-sized city worth of users, were insisting on hosting their own files on disreputable non-Google servers.  It was a grand deviant run, but compared to the scalable majority, we were tagged as a tad too exceptional.</p>
<p>That&#8217;s okay.  Out with the old, in with the new.  After a week of me half-heartedly poking the fiddly bits of my DNS entries, my brilliant and amazing friend Chard gently took over.  In a few hours he expertly managed to get Lostgarden.com working on one of Google&#8217;s custom domains.  Huzzah!</p>
<p>All the old posts are still around.  All the old links should redirect transparently.  If your RSS feed is broken, you may need to reset it by going to this link:  <a href="http://feeds.feedburner.com/LostGarden">Burn the Lostgarden Feed.</a><br />
<h3>What&#8217;s new</h3>
<p>As the rather emotional conversion process unfolded, I decided to make the plunge and swap out my template.  It is primarily a visual change, but there are a few nice things that come along.
<ul>
<li><b>Back and Previous links.</b>  In the old template, there was a big hairy drop down for browsing backwards in time.  Now we are somewhat modern and can simply click to the previous page. </li>
<li><b>What I&#8217;m reading</b>:  My shared items from Google Reader now appear in the left side bar.  These are updated on a far more regular basis than the main blog and many of them contain overly long, snarky comments.  Immense entertainment. </li>
<li><b>My sexy mug</b>: Yep. That&#8217;s what I look like.  Surprised?</li>
</ul>
<h3>A small personal note</h3>
<p>Sun has returned to Seattle, at least for few short blossoming months. After years of soul grinding illness, my wife has started feeling a little better. A small break in the clouds, if you will. As I stare out the window at a thousand shades of effervescent green, I am once again struck by the thought: This remains one of the most singularly amazing times to be creating games.</p>
<p>All the best,<br />Danc.
<div><img width="1" height="1" src="https://blogger.googleusercontent.com/tracker/11719805-7915691467492578974?l=www.lostgarden.com" alt="" /></div>
<p><a href="http://lostgarden.com/rss.xml">Go to Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.freevideogamesnews.com/goodbye-lostgarden-com-hello-www-lostgarden-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GDC 2010 Slides: Convergence of Flash Portals and Social Gaming</title>
		<link>http://www.freevideogamesnews.com/gdc-2010-slides-convergence-of-flash-portals-and-social-gaming/</link>
		<comments>http://www.freevideogamesnews.com/gdc-2010-slides-convergence-of-flash-portals-and-social-gaming/#comments</comments>
		<pubDate>Sat, 13 Mar 2010 06:00:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Lost Garden]]></category>

		<guid isPermaLink="false">http://www.freevideogamesnews.com/gdc-2010-slides-convergence-of-flash-portals-and-social-gaming/</guid>
		<description><![CDATA[Here are the slides from my talk at the Social Gaming Summit at GDC 2010. It was a good crowd in a very large room. Gdc 2010: Convergence of Flash Portals and Social Gaming View more presentations from danctheduck. take care Danc. Go to Source]]></description>
			<content:encoded><![CDATA[<p>Here are the slides from my talk at the Social Gaming Summit at GDC 2010. It was a good crowd in a very large room.</p>
<div><strong><a href="http://www.slideshare.net/danctheduck/gdc-2010-convergence-of-flash-portals-and-social-gaming" title="Gdc 2010: Convergence of Flash Portals and Social Gaming">Gdc 2010: Convergence of Flash Portals and Social Gaming</a></strong>
<div>View more <a href="http://www.slideshare.net/">presentations</a> from <a href="http://www.slideshare.net/danctheduck">danctheduck</a>.</div>
</div>
<p>
<div></div>
<p>take care
<div>Danc. </div>
<div>
<img width="1" height="1" src="https://blogger.googleusercontent.com/tracker/11719805-9094445072302830069?l=lostgarden.com" alt="" /></div>
<p><a href="http://lostgarden.com/rss.xml">Go to Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.freevideogamesnews.com/gdc-2010-slides-convergence-of-flash-portals-and-social-gaming/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>At GDC 2010</title>
		<link>http://www.freevideogamesnews.com/at-gdc-2010/</link>
		<comments>http://www.freevideogamesnews.com/at-gdc-2010/#comments</comments>
		<pubDate>Sat, 06 Mar 2010 06:00:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Lost Garden]]></category>

		<guid isPermaLink="false">http://www.freevideogamesnews.com/at-gdc-2010/</guid>
		<description><![CDATA[GDC has come once again. I&#8217;ll be in San Francisco and would be happy to meet up with anyone. Just drop me an email at danc [at] lostgarden.com. This year I&#8217;ll be giving two talks, both during the prime napping hours of day. The Convergence of Flash Games and Social GamesWednesday (March 10, 2010) 1:45pm [...]]]></description>
			<content:encoded><![CDATA[<p>GDC has come once again.  I&#8217;ll be in San Francisco and would be happy to meet up with anyone.  Just drop me an email at danc [at] lostgarden.com.</p>
<p>This year I&#8217;ll be giving two talks, both during the prime napping hours of day.</p>
<p><span>The Convergence of Flash Games and Social Games</span><br /><i>Wednesday (March 10, 2010)   1:45pm — 2:45pm</i></p>
<p><span>IGDA: Working to Death &#8211; Game Developers and the Future of Work-Life Balance</span><br /><i>Thursday (March 11, 2010)   1:30pm — 2:30pm<br />With Erin Hoffman (IGDA Board Member, Quality of Life SIG cofounder, Moderator), Hank Howie (President, Blue Fang Games)</i></p>
<p>take care<br />Danc.</p>
<p><a href="http://lostgarden.com/uploaded_images/Steambirds-Banner-230x134-762395.jpg"><img style="margin:0px auto 10px;text-align:center;cursor:pointer;cursor:hand;width: 230px;height: 134px" src="http://lostgarden.com/uploaded_images/Steambirds-Banner-230x134-762371.jpg" border="0" alt="" /></a><br />PS: Steambirds is out.  That means you can play it.  Right now.  If you like it, you owe Andy a beer. <a href="http://armorgames.com/play/5426/steambirds">http://armorgames.com/play/5426/steambirds</a>
<div>
<img width="1" height="1" src="https://blogger.googleusercontent.com/tracker/11719805-149022418662471891?l=lostgarden.com" alt="" /></div>
<p><a href="http://lostgarden.com/rss.xml">Go to Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.freevideogamesnews.com/at-gdc-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Steambirds: Why indie games are good for fans</title>
		<link>http://www.freevideogamesnews.com/steambirds-why-indie-games-are-good-for-fans/</link>
		<comments>http://www.freevideogamesnews.com/steambirds-why-indie-games-are-good-for-fans/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 06:00:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Lost Garden]]></category>

		<guid isPermaLink="false">http://www.freevideogamesnews.com/steambirds-why-indie-games-are-good-for-fans/</guid>
		<description><![CDATA[Here&#8217;s a rough sneak peak video of an indie gem called SteamBirds. As I was playing, I started thinking about questions of authorship and authenticity in the game industry. The gameSteambirds is a rare treat. The magical design equation = Steampunk + Turn-based strategy + Air combat. Despite my immense love of turn-based strategy games, [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a rough sneak peak video of an indie gem called SteamBirds.   As I was playing, I started thinking about questions of authorship and authenticity in the game industry.</p>
<p><b><span><span>The game</span></span></b><br />Steambirds is a rare treat. The magical design equation = Steampunk + Turn-based strategy + Air combat.</p>
<p>Despite my immense love of turn-based strategy games, I&#8217;ve found two problems with the genre over the years. First, very few people make them any longer. This is simple silliness and is easily rectified. Second, and perhaps more damning, most turn-based games that exist take forever to teach and play. The gaps and chinks that once appeared in my youthful schedule are now jam packed with accumulated tasks, looming responsibilities and the vast pressure of my imminent demise. I&#8217;m lucky to squeeze in even a few minutes of playtime at the end of a long day.</p>
<p>With Steambirds, the devs managed to make a deep strategy game where a single match is over in minutes. It fits into my life. The interface is super streamlined so even casual players can learn the basics in 30 seconds. My wife, not exactly a hardcore gamer, has been playing for days now. How cool is that?</p>
<p>I&#8217;m a fan. Here&#8217;s a simple question that should be asked of all games: <i>Who is responsible for making this wonderful experience?</i></p>
<p><b><span><span>The problem with game development heroes</span></span></b><span><span><br /></span></span>Here is what I have observed: <i>If a game is built by a large team and published by a mainstream publisher, you cannot know who is responsible for the game. </i></p>
<p>As an exercise, name a modern developer whose work has changed your life. If you are a mainstream gamer, you&#8217;ll likely name the talking head behind the latest console smash. Chances are that the individual you think of as the key creative force is:
<ul>
<li><b>A cog in a much larger machine</b>. Only rarely does an individual contribute more than 1% of the magic that makes a large title sparkle. There are just too many cooks in the large scale game development kitchen for individuals to shine.</li>
<li><b>Not directly responsible for the market success of the title at hand</b>. Much of the success of AAA titles is based off brand and marketing budgets that weigh in at double the development cost. Without the expensive propaganda the drives a finely honed message into our consciousness, many of the &#8216;most popular&#8217; titles would be little more than footnotes.</li>
<li><b>Made spokesperson by the direction of marketing</b>. Talking heads, even ones with the title of &#8216;designer&#8217; or &#8216;producer&#8217; are often selected for their ability to A) deliver a message or B) coast by on their past history.   Few tell an authentic story based on their personal contribution to the game.  Real contributers are hidden behind the anonymous whitewash of the studio name. </li>
</ul>
<p>The game media, trained to vacuum up press releases and pre-packaged interviews, never asks the probing question &#8220;What did <i>you </i>actually <i>do</i>?&#8221; or &#8220;Well, if you didn&#8217;t, <i>who did</i>?&#8221;  Marketing handlers merely selects a plausible face and media blindly crowns them as worthy creative visionaries.</p>
<p>Idols, even false ones, fill a uniquely human need for worship. Both gamers and journalists are desperate to adore, to celebrate, to follow the brilliant individuals that birthed our favorite games. When presented with the mechanistic, faceless truth of modern game development, we reject reality and seek something, anything that fits our preconceived notions of creative genius. A paper hero constructed of marketing materials fits the fan&#8217;s need and is gladly assembled for each game launch.</p>
<p>But do we really need to settle? Are artificial heroes necessary? What if there were real gaming celebrities out there who are actually worthy of our veneration?</p>
<p><b><span><span>How a fan should select an authentic gaming hero</span></span></b><span><span><br /></span></span>Here&#8217;s an exercise for selecting someone in the game industry to admire.
<ol>
<li>Is the game worthy?</li>
<li>Are you being lied to?</li>
<li>Are the authors identifiable as a real human being?</li>
<li>Is their contribution meaningful and authentic?</li>
<li>Does their contribution predict future enjoyment?</li>
</ol>
<p><b><b><span>As we step through each of these, I&#8217;ve got a bold claim that I&#8217;ll state up front:  <i>The only people that we, as fans, can claim with 100% certainty are worthy of our appreciation are small teams of independent developers</i>. </span></b><span><span><br /></span></span></b><br /><b><span><span>Is the game worthy?</span></span></b><span><span><br /></span></span>You can think about the worth of game in terms of <i>Reach</i> (the number of people it impacts), <i>Depth</i> (the depth of the experience) and I<i>nnovation </i>(the degre<span><span></span></span>e to which the game moves the industry forward.)</p>
<p><i>Reach</i>: An indie title like Steambirds will almost certainly will reach millions. It will be played by more gamers than 99% of all games on <i>any</i> game market. Take your pick&#8230;Xbox, Wii, PS3, DS, iPhone. In terms of broad popularity, Steambirds will have a bigger reach than the vast majority of games ever released during the history of gaming. Let that sink in for a moment.</p>
<p><i>Depth</i>: For a percentage of players, a game made by one or two people can be just as compelling as any bloated AAA monstrosity. The elegant birds flying upward in <a href="http://www.adamatomic.com/">Adam Saltsman</a>&#8216;s Canabalt spark deeper feelings within me than any of the overwrought hair porn smeared haphazardly across Bayonetta.</p>
<p><i>Innovation</i>: A game like Steambirds doesn&#8217;t play much like the vast number of clones that continually flood the market. From one perspective, it is another turn-based strategy game that has clear roots in existing (albeit obscure) boardgames. Yet compared to the dozens of FPS, physics games, platformers, tower defense titles and match 3 games, a project like Steambirds is delightfully unique. It innovates in terms of UI. It innovates in terms of genre pacing and mechanics. It even takes place in an original setting. (One where the fusion reactor was invented in the 1800s!)</p>
<p>I use Steambirds as an example, but there are dozens of indie titles that fit any sane definition of worthy. When you objectively measure game on worth instead of paid hype, you realize that games built by independent developers are rapidly becoming the defining experiences of a whole new generation of players. Just the other day I was chatting with my doctor, a gray haired lady in her fifties. She started excitedly talking about the great new game she was playing, a title called <a href="http://www.hemispheregames.com/osmos/">Osmos</a>. This isn&#8217;t some mainstream or casual title&#8230;it is pure indie gaming.  It hit me: our stereotypes are broken. The fact that a game is &#8216;indie&#8217; no longer limits it to being a niche product.</p>
<p>Greatness is now independent of development budget.  It is no longer defined by team size or marketing campaigns.   A great game is a great game, be it a AAA marquee title or a 2D project made by <a href="http://2dboy.com/">two guys</a> with a dream.</p>
<p><b><span><span>Are you being lied to?</span></span></b><span><span><br /></span></span>If there is a publisher, there is always spin. It is built into the incentive structure associated with funding and marketing a game portfolio.</p>
<p>With an indie game like Steambirds, there is no vast publisher machine with a financial need to twist and massage the truth. You are connected directly by blogs, forums and interviews with the developer.  Many times they are the ones responding to your emails directly. There are no endless lists of people who may or may not have actually ever <i>made </i>something. Unlike most most pro developers, the human beings responsible for every lovingly crafted detail of indie games even have <i>names</i>. You can look them up. They have ugly, honest, human <a href="http://www.andymoore.ca/">websites</a>, not extravagant <a href="http://www1.dantesinferno.com/thebiggame.html?sourceid=Dantes_Inferno_PPC_Campaign_IP_dante_s_inferno_Exact_C2001_DI_-_Exact_LP1_AD1">confections</a> excreted by nameless outsourced minions.</p>
<p>Honesty and transparency should matter to true fans. It is worth dedicating your passion and energy to something real, not a lie.</p>
<p><b><span><span>Are the authors identifiable as real human beings?</span></span></b><span><span><br /></span></span>For Steambirds, I helped a bit on the design and graphics, but real creator of the game is Andy Moore, who worked alongside <a href="http://fantasticcontraption.com/credits.php">Colin Northway</a> on the phenomena called <a href="http://fantasticcontraption.com/">Fantastic Contraption</a>. The musician is by <a href="http://www.dbsoundworks.com/">DannyB</a>, the sizzling dynamo behind games like <a href="http://www.adamatomic.com/canabalt/">Canabalt</a> and <a href="http://supermeatboy.blogspot.com/">Super Meat Boy</a>. In some ways, it is a game made by indie superstars.</p>
<p>It matters that Andy Moore is a real person, not a cog playing a role. I&#8217;ve met him last year in Austin and together we drank some fine microbrews. Along with a crew of other indies, we partook in an ill fated 2am adventure through the back alleys of Austin in search of a magical rumored cupcake deli. As we were chatting, he told me how after Fantastic Contraption, he sold off everything that didn&#8217;t fit in a suitcase. This practice is called &#8216;<a href="http://makeitbigingames.com/2006/02/five-foundational-steps-to-surviving-as-a-game-developer/">rightsizing your life</a>&#8216; and it shows a dedication to game development that I find both rare and admirable.  The fact that his lovely girlfriend puts up with his artistic journey is even more admirable.</p>
<p>Now, he lives to make games. Just last weekend, he was tapped as a mentor for the Global Game Jam and stepped up at the last minute to bail out a failing team. By the end of 48 hours, they had created a giant grotesque caterpillar that barfed rainbows. The crowd gave him a standing ovation.</p>
<p>You won&#8217;t find such stories told at press junkets. In fact, you may not even be able to find out the names of the people who actually worked on the game. Merely having accurate <a href="http://www.gamasutra.com/view/news/19931/Mythic_In_Warhammer_Online_Credits_Controversy.php">credits</a> is still somewhat of a controversial topic for many large developers.</p>
<p>Games made by real people&#8230;there is something inherently valuable about the human story behind a game&#8217;s creation.</p>
<p><b><span><span>Is their contribution meaningful and authentic?</span></span></b><br />Andy programmed every line of code in Steambirds. He isn&#8217;t a 1% contributer. He is a majority contributor. My rule of thumb is simple: If you remove a person from the project, does the project still get finished? Does it still reach it&#8217;s potential? I challenge you to find such a person on most non-indie projects. You typically won&#8217;t. The cogs are treated as replaceable components (even when they aren&#8217;t.)</p>
<p>After the project started, I found out that Andy is an amateur pilot. Steambirds was not merely a job. It was an opportunity for him to express his love of airplanes as a game. This intrinsic motivation is the difference between Van Gogh placing his turbulent emotions on canvas and an assembly line mechanically painting signage.</p>
<p>Personal passion and the size an individual&#8217;s impact matter.</p>
<p><b><span><span>Does their contribution predict future enjoyment?</span></span></b><span><span><br /></span></span>You haven&#8217;t played Steambirds.  But you may have played Fantastic Contraption.  And you may have heard the tunes in Canabalt.  There is a direct mapping between the creative skills expressed in Steambirds and your impressions of the author&#8217;s past efforts.   Much like how you might check out the album of your favorite band, you should also be inclined to check out the newest game from your favorite indie developer.  Their creative blood courses through their entire body of work.</p>
<p>No such link with the past exists on games made by larger teams.  8 times out of 10, the name of both the publisher and the development company on the box have no coherent connection with the people who made the game.  The team logos are, in effect, meaningless badges that exist purely for the sake of marketing.  If someone says that they like or dislike an EA game, they obviously have no idea what they are talking about.
<ul>
<li>A publisher&#8217;s brand is a business shell, not a developer that creates authored experiences.</li>
<li>Publishers often switch up teams on a title by title basis. The group that made the game that you enjoyed is unlikely to be the same team that was contracted to make the sequel. </li>
<li>Large teams experience massive churn. Some groups lose upwards of 50% of their developers from game to game. The original people who made your beloved game may not even make games any longer. </li>
<li>Power shifts within a large developer often alter creative direction in unpredictable ways.</li>
</ul>
<p>A clear, strong connection between the author and his works helps you, the player make meaningful judgement about whether or not you want to try future games. Without this simple, obvious connection, you are just a sucker caught up in a cynical branding shell game.</p>
<p><b><span><span>True fans know who makes their games<br /></span></span><span><b><span>In summary, when you really love a game, be it a small title or a large title, do the following: </span></b></span></b>
<ul>
<li><b><span><b><span>Find out who <i>actually </i>made the game you love.</span></b></span></b></li>
<li><b><span><b><span>Look for games where vision and ownership are clearly visible. </span></b></span></b></li>
<li><b><span><b><span>Reject the marketing machine. </span></b></span></b></li>
</ul>
<p><b><span>As I look at this list, I am delighted by the indie game movement because for the first time in many years, players can once again associate the efforts of a human being with their great game experience.  I want to be celebrate the individuals who makes the games that change my life.  I don&#8217;t want to be a suckered by some expensive snow job.  Indie games let me be a fan who is cheering on someone authentic and deserving.  That is pretty darned cool. </span></b></p>
<p>take care<br />Danc.</p>
<p>PS: Steambirds is currently in bidding over on FlashGameLicense.com. Wish Andy luck!
<div>
<div>PPS: Whoa&#8230;my mind is blown!  Some eagle eyed commenters pointed out a great little space strategy game called Critical Mass by Sean O&#8217;Connor that has a very similar control system&#8230;and was created in 1995.  I love it!  It is awesome when two smart team independently stumble on the same solution decades apart.  <a href="http://en.wikipedia.org/wiki/Convergent_evolution">Convergent evolution</a> in action.  This also points out the importance of seeking out old masters for great ideas.  If we had known about Critical Mass, perhaps we&#8217;d have a few dozen less UI prototypes. <img src='http://www.freevideogamesnews.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />   Credit to an original innovator where credit is due: Go check out <a href="http://windowsgames.co.uk/critical.html">Critical Mass</a>.   </div>
</div>
<div>
<img width="1" height="1" src="https://blogger.googleusercontent.com/tracker/11719805-9085092838343297912?l=lostgarden.com" alt="" /></div>
<p><a href="http://lostgarden.com/rss.xml">Go to Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.freevideogamesnews.com/steambirds-why-indie-games-are-good-for-fans/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ribbon Hero turns learning Office into a game</title>
		<link>http://www.freevideogamesnews.com/ribbon-hero-turns-learning-office-into-a-game/</link>
		<comments>http://www.freevideogamesnews.com/ribbon-hero-turns-learning-office-into-a-game/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 18:00:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Lost Garden]]></category>

		<guid isPermaLink="false">http://www.freevideogamesnews.com/ribbon-hero-turns-learning-office-into-a-game/</guid>
		<description><![CDATA[This post has two goals. One, I want to share with you something amazing; a thing that according to most views of the tech universe should not exist. Two, I want to talk about a coming revolution in application design. The amazing thingImagine Microsoft Office turned into a video game. One where learning a productivity [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://lostgarden.com/uploaded_images/Capture-721902.JPG"><img style="margin:0px auto 10px;text-align:center;cursor:pointer;cursor:hand;width: 400px;height: 158px" src="http://lostgarden.com/uploaded_images/Capture-721897.JPG" border="0" alt="" /></a><br />This post has two goals.  One, I want to share with you something amazing; a thing that according to most views of the tech universe should not exist.   Two, I want to talk about a coming revolution in application design.</p>
<p><b><span><span><span>The amazing thing</span><br /></span></span></b>Imagine Microsoft Office turned into a video game.   One where learning a productivity app is a delight. One where the core loop of gameplay involves using and gaining skills in Word, Excel and PowerPoint.</p>
<p>It sounds a bit unlikely doesn’t it?</p>
<p>Well, I’m happy to announce the availability of <a href="http://www.officelabs.com/ribbonhero">Ribbon Hero</a>, a new download from Microsoft that turns using Office into a game.  I’ve been helping the fine folks over in Office Labs with the design and we are all immensely proud that this is getting released to the public.  Huge kudos to Jen, Jonas and the rest of the team.  CNET calls it &#8220;<a href="http://blogs.zdnet.com/BTL/?p=29685">Brilliant</a>&#8220;.</p>
<p><a href="http://www.officelabs.com/ribbonhero"><b>Go download it now</b></a><b>.</b>  You can challenge me on Facebook with your elite formatting skills.</p>
<p><b><span><span><span>The coming revolution</span><br /></span></span></b>Ribbon Hero, in part, was born from a <a href="http://lostgarden.com/2008/10/princess-rescuing-application-slides.html">speech</a> I gave back in October 2007 on applying the design lessons of Super Mario Bros. to application design.  I made the following bet:
<ul>
<li>If an activity can be learned…</li>
<li>If the player’s performance can be measured…</li>
<li>If the player can be rewarded or punished in a timely fashion…</li>
<li><i>Then any activity that meets these criteria can be turned into a game.</i></li>
</ul>
<p>Not only can you make a game out of the activity, but you can turn tasks traditionally seen as a rote or frustrating into compelling experiences that users find delightful.</p>
<p><b><span><span><span>The foundations of user experience design are incomplete</span><br /></span></span></b>Games offer a very different value proposition than what you get from traditional usability design.  The essence of modern UI design is summed up by usability guru Steven Krug’s proclamation “<a href="http://www.sensible.com/chapter.html">Don’t make me think!</a>”  We are taught, as UI designers, as website developers and as software creators that our target user is a shallow dullard.   The prototypical user is presented as incapable of reading, barely cognizant of what they desire and are best served by products that offer a least common denominator feature set.</p>
<p>This user model is well supported by empirical data.  Sit in on any usability test and your subjects will flail about, click on the wrong things and ignore most obvious visual cues.  We assume that users are idiots because we see them behave like idiots whenever we test them.</p>
<p>The results of our current design philosophy are wonderfully simple apps that allow new users to perform one or two universal tasks in as streamlined a manner as possible.   These are the Googles, the Twitters and the Diggs of the world.  They focus on ease of acquisition and limit their functionality to the 20% of features that serve 80% of the population.</p>
<p>Yet, as applications grow, the “Don’t make me think” philosophy stumbles.
<ul>
<li><b>Users grow.</b> Given the opportunity, new users rapidly become intermediate and expert users. </li>
<li><b>Different users, especially skilled users, want to master different tasks</b>.  Finding one or two universal tasks that matches all users is nearly impossible. </li>
<li><b>New opportunities emerge</b>.  As both the developers and the users gain experience with the software, they discover new use cases and tasks that create immense user value.  Many developers are faced with the task of either bolting on new use cases or creating entirely new software, fragmenting their brand and user base. </li>
</ul>
<p>Google Documents is slowly becoming just as much of a usability monstrosity any major text editor (Notepad excluded).   Even apps that offer a more limited creative palette such as Mint.com, Ebay and Amazon try desperately to maintain their simplicity. We attempt to leverage pre-existing skills. We carefully layer beginner, intermediate and expert functionality. We use the democracy of split testing to eliminate minority use cases.</p>
<p>Yet, despite the fact that Web 2.0 started with a fresh new philosophy of minimalism and a clean slate, it is rapidly converging on the same frustrating and complex usability solutions found in desktop applications.   The current state of the art is missing something fundamental.</p>
<p><b><span><span>Game design focuses on improving user skills</span></span><br /></b>Game design, as applied to application design, brings several powerful ideas to the discussion that are either missing or underrepresented in existing descriptions of UX design.
<ul>
<li><b>Users are learning machines</b>:   All users have immense inherent potential to learn and master new skills. </li>
<li><b>Exploratory learning is fun</b>:  Given the proper environment, users will, of their own free will, explore an unknown task.  They will try, fail and then finally gain enough insight that they grok the core problem at an intuitive level.   When this moment of mastery occurs, users smile. </li>
<li><b>Exploratory learning can be engineered into repeatable systems:</b> Moments of delight and skill acquisition are highly reproducible.  All you need is a well designed and balanced system of interconnected feedback loops that helps guide and encourage the formation of new skills. </li>
<li><b>Learning in games is both modular and user directed</b>: Once you have techniques for reliably teaching users new skills, you can modularize your application and let users decide what they want, when they want it and how much that matters to them. </li>
</ul>
<p>If you start with the idea that users are learning machines, all our observations about usability tests snap into place.  Of course, people stumble when they use an application for the first time.  They don’t understand the interface because it is new to them.  And users will stay at that inexperienced level if we do not make an attempt to teach them how to improve.   We’ve diagnosed a burbling baby as a hopeless invalid, blind to the fact that babies grow, learn and flourish.</p>
<p>When users play a game, they spend hours first slowly building up basic skills.  Then they assemble these building blocks into complex stratagems.  Ultimately, they expertly wield the systems of the game like a finely honed tool.   By the time the game ends, the player is no longer the same beginner that started.   The design of the game directly helped improve their mental model of the world in a profound and measurable manner.   The whole time, the player is having fun.</p>
<p>To me, the rich lessons of past 30 years of modern game design are lessons about human potential.  Let’s start with the assumption that people are amazing.  We have built pyramids.  We have created clockwork contraptions that move mountains and measure the universe.  Every day, we navigate a crazy quilt work world of technology, geography, language and culture.  Surely we are capable of more complex interactions than typing a word in a plain vanilla search box.</p>
<p>Instead of only treating our users like idiots, how can we follow a design philosophy that actively empowers our users to fulfill their vast potential?  The techniques gleaned from game design are one very meaningful path worth exploring.</p>
<p><b><span><span>Practice matters more than theory</span></span><br /></b>Now, it is one thing to talk about how game design can improve application design.  It is a completely different task to grab a hold of Microsoft Office, the epitome of traditional application design, and turn it into a playable game.</p>
<p>Ribbon Hero is not the best game in the world.  Not yet.  However, even in its basic state, it does all the wonderful things that games do in the context of one of the world’s most used, most serious applications.  People learn.  They improve.  <i>And they enjoy the process</i>.  Such a highly valuable class of user experience has eluded traditional design for decades.</p>
<p>If these miracles can be done with Microsoft Office, how might game design change the applications you want to build in the future?</p>
<p>take care<br />Danc.</p>
<p><b><span><span>References</span></span></b>
<ul>
<li>Download Ribbon Hero: <a href="http://www.officelabs.com/ribbonhero">http://www.officelabs.com/ribbonhero</a></li>
<li>Description of iterative development process:<a href="http://channel9.msdn.com/posts/LarryLarsen/Behind-Ribbon-Hero/">http://channel9.msdn.com/posts/LarryLarsen/Behind-Ribbon-Hero</a></li>
<li>Initial impressions of Ribbon Hero: <a href="http://blogs.zdnet.com/BTL/?p=29685">http://blogs.zdnet.com/BTL/?p=29685</a></li>
<li>Mixing games and applications: <a href="http://lostgarden.com/2008/10/princess-rescuing-application-slides.html">http://lostgarden.com/2008/10/princess-rescuing-application-slides.html</a></li>
<li>What activities can be turned into games:<a href="http://lostgarden.com/2008/06/what-actitivies-that-can-be-turned-into.html">http://lostgarden.com/2008/06/what-actitivies-that-can-be-turned-into.html</a><a href="http://www.lostgarden.com/2008/06/what-actitivies-that-can-be-turned-into.html"></a></li>
<li>Building fun into your software designs:<a href="http://lostgarden.com/2006/12/building-fun-into-your-software-designs.html">http://lostgarden.com/2006/12/building-fun-into-your-software-designs.html</a></li>
<li>Don’t make me think: <a href="http://www.sensible.com/chapter.html">http://www.sensible.com/chapter.html</a><a href="http://www.sensible.com/chapter.html"></a></li>
<li>Layering: <a href="http://lostgarden.com/2007/02/one-billion-buttons-please-should-we.html">http://lostgarden.com/2007/02/one-billion-buttons-please-should-we.html</a></li>
</ul>
<div>
<img width="1" height="1" src="https://blogger.googleusercontent.com/tracker/11719805-1536394758649136794?l=lostgarden.com" alt="" /></div>
<p><a href="http://lostgarden.com/rss.xml">Go to Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.freevideogamesnews.com/ribbon-hero-turns-learning-office-into-a-game/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Happy Holidays 2009!</title>
		<link>http://www.freevideogamesnews.com/happy-holidays-2009/</link>
		<comments>http://www.freevideogamesnews.com/happy-holidays-2009/#comments</comments>
		<pubDate>Sun, 27 Dec 2009 18:00:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Lost Garden]]></category>

		<guid isPermaLink="false">http://www.freevideogamesnews.com/happy-holidays-2009/</guid>
		<description><![CDATA[(Click for a larger image) First, here is a holiday picture I painted for everyone. The creature to the left is a Hairy Elephantosaurus. His prehensile mustache and beard are well suited to both the winding of fine pocket watches and the adjusting of crystalline monocles. As the last few moments of 2009 draw to [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://lostgarden.com/uploaded_images/Christmas-2009-small-790357.jpg"><img style="margin:0px auto 10px;text-align:center;cursor:pointer;cursor:hand;width: 400px;height: 266px" src="http://lostgarden.com/uploaded_images/Christmas-2009-small-790350.jpg" border="0" alt="" /></a>
<div>
<div><span>(Click for a larger image)</span></div>
<div></div>
<div>First, here is a holiday picture I painted for everyone.  The creature to the left is a Hairy Elephantosaurus.  His prehensile mustache and beard are well suited to both the winding of fine pocket watches and the adjusting of crystalline monocles. </div>
<div></div>
<div>As the last few moments of 2009 draw to a close, I look back with great delight on what has unfolded so far.  I started the year at GDC and was struck by the immense potential of plugins such as Flash, Unity and Silverlight.  At the same time, I was saddened by the generally low level of both business and development knowledge that exists in the developer community targeting those platforms.  You can give a man a finely crafted fishing rod, but if he uses it like a club to beat fish senseless, he may still starve. </div>
<div></div>
<div>The Flash web market. in particular, is rapidly changing.  Here are some thoughts on what comes next.</div>
<div>
<ul>
<li><b>The quality bar will rise</b>: Veteran developers from the vicious battlefields of casual games and social games will begin adopting Flash as their primary platform.  They&#8217;ll bring with them vastly superior art and larger budgets.   As a result it becomes harder for the individual indie to make it into the top 0.01% that makes a living. </li>
<li><b>Portals get on the web-based F2P bandwagon</b>: Some major flash portals will make free-to-play games a major portion of their offering.  It is a richer source of revenue and increases retention.   In the dog-eat-dog world of game portals, adapt to new sources of sustenance or die.  </li>
<li><b>The growth of long form Flash</b>: Due to the support of portals, the success of social games, plus the revenue benefits of micro transactions, long form Flash games will start to encroach on the dominance of short form sponsored games.  Some of the first generation developers that experimented with tacking transactions onto their existing short form titles will see the light and design retention-based play directly into their upcoming titles. </li>
<li><b>Viral distribution will break out of the social networks</b>:   As developers figure out that the game lives in the cloud not on a portal, they&#8217;ll start treating social networks as one of many marketing channels and stop equating &#8216;social game&#8217; with Facebook alone.   Viral loops will evolve into <i>game driven marketing, </i>a set of highly scalable, automated, experimentally verified techniques that drive an exponential acquisition of players.  You need a server, you need players, you need a method of communication and notification.  You do not however need a social network per se.   Expect modular marketing systems built into some high end games that target multiple social networks, consoles, email address books, flash portals and any other concentrated source of potential customers.   At least this is what I&#8217;ll be doing. <img src='http://www.freevideogamesnews.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </li>
<li><b>Gameplay will continue to dominate</b>:   We are still in the stage of the market where we compete based off innovative gameplay, business models and distribution, not non-game fluff like narrative, licensed IP and massively expensive 3D graphics.   Thank God.  These priorities will shift as the web games market matures, so let&#8217;s enjoy it while we can. </li>
</ul>
</div>
<div>So many exciting opportunities.  Let&#8217;s raise a toast to an amazing and prodigious 2010!   <b><i>You</i> </b>are going to do great things. </div>
<div></div>
<div>take care</div>
<div>Danc. </div>
</div>
<div>
<img width="1" height="1" src="https://blogger.googleusercontent.com/tracker/11719805-7988114417825148129?l=lostgarden.com" alt="" /></div>
<p><a href="http://lostgarden.com/rss.xml">Go to Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.freevideogamesnews.com/happy-holidays-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 1/47 queries in 0.031 seconds using disk: basic
Object Caching 772/862 objects using disk: basic

Served from: www.freevideogamesnews.com @ 2012-02-05 18:38:29 -->
