<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Justin C. Rounds</title>
	<atom:link href="http://justincrounds.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://justincrounds.org</link>
	<description>Maker of Games and Other Fine Things.</description>
	<lastBuildDate>Thu, 02 Feb 2012 11:41:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='justincrounds.org' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Justin C. Rounds</title>
		<link>http://justincrounds.org</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://justincrounds.org/osd.xml" title="Justin C. Rounds" />
	<atom:link rel='hub' href='http://justincrounds.org/?pushpress=hub'/>
		<item>
		<title>HTML5 + Flash (stop with the versus already)</title>
		<link>http://justincrounds.org/2012/02/02/html5-flash-stop-with-the-versus-already/</link>
		<comments>http://justincrounds.org/2012/02/02/html5-flash-stop-with-the-versus-already/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 11:35:53 +0000</pubDate>
		<dc:creator>Justin C. Rounds</dc:creator>
				<category><![CDATA[Rants & Raves]]></category>

		<guid isPermaLink="false">http://justincrounds.org/?p=472</guid>
		<description><![CDATA[TLDR: As game makers, we should stop arguing about whether to use HTML5 or Flash and use the best parts of any browser technology to make the best games possible. Just when I thought the whole &#8220;HTML5 vs. Flash&#8221; nonsense &#8230; <a href="http://justincrounds.org/2012/02/02/html5-flash-stop-with-the-versus-already/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=justincrounds.org&amp;blog=18217756&amp;post=472&amp;subd=justincrounds&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><em>TLDR: As game makers, we should stop arguing about whether to use HTML5 or Flash and use the best parts of any browser technology to make the best games possible.</em></p>
<p>Just when I thought the whole &#8220;HTML5 vs. Flash&#8221; nonsense had withered away, a link to this <del>piece of propaganda</del> <a href="http://venturebeat.com/2012/01/31/html5-versus-flash-infographic/" target="_blank">infographic</a> percolates through my Twitter feed glorifying Flash as the clear champion in the realm of browser-based gaming. It&#8217;s no surprise, considering this was created by a Flash game portal, but I am not here to prop up either side of a silly debate. Rather I argue that treating these two <em>intersecting</em> technologies in diametrical opposition to one another hinders us from making the best games possible in the browser.</p>
<h2>Flash is awesome.</h2>
<p>Ever since the Flex SDK (well most of it anyway) became open-source in 2008, the <a href="http://www.adobe.com/products/flex.html" target="_blank">tools</a> for making Flash games have been available to anyone. You can use any text-editor to write your code and are not required to use the Flash IDE to compile or debug Flash SWFs. There are a wealth of libraries for handling physics and such, good documentation, and some great frameworks designed just for building games.</p>
<h2>HTML5 is awesome.</h2>
<p>The work being done to push the capabilities of browsers is really impressive. Looking back a year ago, it&#8217;s amazing to see how far browsers have come. JavaScript development is trivial, requiring no compilation and minimal tools. Heck, the browser itself can be your IDE. JavaScript has been around for so long and used for so many things, there&#8217;s quite a bit code out there to learn from and libraries to use. And work continues — rapidly — to expand the feature set of browsers.</p>
<h2>Focus on creating the best experience.</h2>
<p>What I propose is that we apply the principles of <a href="http://www.alistapart.com/articles/understandingprogressiveenhancement" target="_blank">progressive enhancement</a> to our use of browser technology to create games. We can see this already happening with the use of <a href="https://github.com/Modernizr/Modernizr/wiki/HTML5-Cross-Browser-Polyfills" target="_blank">polyfills</a> to &#8220;fallback&#8221; to Flash, Java, etc. when a browser doesn&#8217;t support a particular feature natively (e.g. Web Audio). This requires a bit more planning and always working with the lowest common denominator in mind, but in a sense we&#8217;re working on creating a flexible codebase that <em>ports itself</em> to various platforms, rather than requiring partial or complete re-implementations. I&#8217;m not exactly sure how this works, but I&#8217;m working through these challenges as I develop <strong><a href="http://digdeepdungeons.com/" target="_blank">Dig Deep Dungeons</a></strong>, since one of my goals is to make the game playable on as many platforms as possible.</p>
<p>Years ago, being disappointed in a lack of gamepad/joystick support in Flash, I built an experiment using <a href="http://crca.ucsd.edu/~msp/software.html" target="_blank">Pure Data</a> to convert standard joystick input to <a href="http://opensoundcontrol.org/introduction-osc" target="_blank">Open Sound Control</a>, and piped it into Flash using <a href="http://benchun.net/flosc/" target="_blank">FLOSC</a>. And it was awesome. We&#8217;re so used to thinking monolithically about what we use to make games (Flash OR Unity OR Canvas OR…) we&#8217;re missing an opportunity to make really interesting mash-ups in the browser that are greater than the sum of their parts. And we&#8217;re denying ourselves the ability to respond to an expanding audience on an array of devices.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/justincrounds.wordpress.com/472/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/justincrounds.wordpress.com/472/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/justincrounds.wordpress.com/472/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/justincrounds.wordpress.com/472/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/justincrounds.wordpress.com/472/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/justincrounds.wordpress.com/472/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/justincrounds.wordpress.com/472/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/justincrounds.wordpress.com/472/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/justincrounds.wordpress.com/472/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/justincrounds.wordpress.com/472/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/justincrounds.wordpress.com/472/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/justincrounds.wordpress.com/472/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/justincrounds.wordpress.com/472/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/justincrounds.wordpress.com/472/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=justincrounds.org&amp;blog=18217756&amp;post=472&amp;subd=justincrounds&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://justincrounds.org/2012/02/02/html5-flash-stop-with-the-versus-already/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0bcd88eff0010c39eea5eec47d4afcb0?s=96&#38;d=retro&#38;r=G" medium="image">
			<media:title type="html">justincrounds</media:title>
		</media:content>
	</item>
		<item>
		<title>Dig Deep Dungeons Update: Stairs and Torches</title>
		<link>http://justincrounds.org/2012/01/22/dig-deep-dungeons-update-stairs-and-torches/</link>
		<comments>http://justincrounds.org/2012/01/22/dig-deep-dungeons-update-stairs-and-torches/#comments</comments>
		<pubDate>Sun, 22 Jan 2012 14:22:57 +0000</pubDate>
		<dc:creator>Justin C. Rounds</dc:creator>
				<category><![CDATA[Making Things]]></category>

		<guid isPermaLink="false">http://justincrounds.wordpress.com/?p=453</guid>
		<description><![CDATA[Work has been progressing on Dig Deep Dungeons, much to my satisfaction. I updated the art assets for stairs (they used to be ladders that looked a bit wrong in the space) and wired them up to create complete dungeons. &#8230; <a href="http://justincrounds.org/2012/01/22/dig-deep-dungeons-update-stairs-and-torches/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=justincrounds.org&amp;blog=18217756&amp;post=453&amp;subd=justincrounds&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Work has been progressing on <strong><a title="Dig Deep Dungeons" href="http://digdeepdungeons.com/" target="_blank">Dig Deep Dungeons</a></strong>, much to my satisfaction. I updated the art assets for stairs (they used to be ladders that looked a bit wrong in the space) and wired them up to create <a title="Dig Deep Dungeons: Dungeon builder demo" href="http://digdeepdungeons.com/post/15562706933/now-with-100-more-stairs" target="_blank">complete dungeons</a>. I had a placeholder lighting engine working that had the right look and feel, but there were a few bugs that prevented it from being usable, so I put in a couple refactoring passes and built <a title="Dig Deep Dungeons: Lighting demo" href="http://digdeepdungeons.com/post/16242958573/heart-of-darkness" target="_blank">a lighting demo</a>. The world is starting to come together. I have begun work on the player character assets which will become necessary for the next phase of development where player interaction will really get wired up in a way that looks and feels as intended (at least for now).</p>
<div id="attachment_454" class="wp-caption aligncenter" style="width: 298px"><a href="http://justincrounds.files.wordpress.com/2012/01/dungeon_with_torches.png"><img class="size-full wp-image-454" title="A section of dungeon illuminated by torches in Dig Deep Dungeons." src="http://justincrounds.files.wordpress.com/2012/01/dungeon_with_torches.png?w=584" alt="A section of dungeon illuminated by torches in Dig Deep Dungeons."   /></a><p class="wp-caption-text">A section of dungeon illuminated by torches in Dig Deep Dungeons.</p></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/justincrounds.wordpress.com/453/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/justincrounds.wordpress.com/453/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/justincrounds.wordpress.com/453/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/justincrounds.wordpress.com/453/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/justincrounds.wordpress.com/453/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/justincrounds.wordpress.com/453/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/justincrounds.wordpress.com/453/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/justincrounds.wordpress.com/453/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/justincrounds.wordpress.com/453/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/justincrounds.wordpress.com/453/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/justincrounds.wordpress.com/453/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/justincrounds.wordpress.com/453/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/justincrounds.wordpress.com/453/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/justincrounds.wordpress.com/453/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=justincrounds.org&amp;blog=18217756&amp;post=453&amp;subd=justincrounds&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://justincrounds.org/2012/01/22/dig-deep-dungeons-update-stairs-and-torches/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://justincrounds.files.wordpress.com/2012/01/dungeon_with_torches.png?w=150" />
		<media:content url="http://justincrounds.files.wordpress.com/2012/01/dungeon_with_torches.png?w=150" medium="image">
			<media:title type="html">A section of dungeon illuminated by torches in Dig Deep Dungeons.</media:title>
		</media:content>

		<media:content url="http://0.gravatar.com/avatar/0bcd88eff0010c39eea5eec47d4afcb0?s=96&#38;d=retro&#38;r=G" medium="image">
			<media:title type="html">justincrounds</media:title>
		</media:content>

		<media:content url="http://justincrounds.files.wordpress.com/2012/01/dungeon_with_torches.png" medium="image">
			<media:title type="html">A section of dungeon illuminated by torches in Dig Deep Dungeons.</media:title>
		</media:content>
	</item>
		<item>
		<title>Dig Deep Dungeons: Super Awesome Dungeon Floor Generator Demo!</title>
		<link>http://justincrounds.org/2012/01/01/dig-deep-dungeons-super-awesome-dungeon-floor-generator-demo/</link>
		<comments>http://justincrounds.org/2012/01/01/dig-deep-dungeons-super-awesome-dungeon-floor-generator-demo/#comments</comments>
		<pubDate>Sun, 01 Jan 2012 21:59:00 +0000</pubDate>
		<dc:creator>Justin C. Rounds</dc:creator>
				<category><![CDATA[Making Things]]></category>

		<guid isPermaLink="false">http://justincrounds.org/?p=446</guid>
		<description><![CDATA[Demonstrating the dungeon floor generation algorithm I built for Dig Deep Dungeons. Dig Deep Dungeons: Super Awesome Dungeon Floor Generator Demo!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=justincrounds.org&amp;blog=18217756&amp;post=446&amp;subd=justincrounds&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Demonstrating the dungeon floor generation algorithm I built for <strong>Dig Deep Dungeons</strong>.</p>
<p><a href="http://digdeepdungeons.com/post/15140500169/super-awesome-dungeon-floor-generator-demo">Dig Deep Dungeons: Super Awesome Dungeon Floor Generator Demo!</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/justincrounds.wordpress.com/446/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/justincrounds.wordpress.com/446/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/justincrounds.wordpress.com/446/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/justincrounds.wordpress.com/446/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/justincrounds.wordpress.com/446/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/justincrounds.wordpress.com/446/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/justincrounds.wordpress.com/446/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/justincrounds.wordpress.com/446/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/justincrounds.wordpress.com/446/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/justincrounds.wordpress.com/446/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/justincrounds.wordpress.com/446/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/justincrounds.wordpress.com/446/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/justincrounds.wordpress.com/446/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/justincrounds.wordpress.com/446/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=justincrounds.org&amp;blog=18217756&amp;post=446&amp;subd=justincrounds&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://justincrounds.org/2012/01/01/dig-deep-dungeons-super-awesome-dungeon-floor-generator-demo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0bcd88eff0010c39eea5eec47d4afcb0?s=96&#38;d=retro&#38;r=G" medium="image">
			<media:title type="html">justincrounds</media:title>
		</media:content>
	</item>
		<item>
		<title>Calculating the intersection of two lines.</title>
		<link>http://justincrounds.org/2011/12/11/untitled/</link>
		<comments>http://justincrounds.org/2011/12/11/untitled/#comments</comments>
		<pubDate>Sun, 11 Dec 2011 13:18:49 +0000</pubDate>
		<dc:creator>Justin C. Rounds</dc:creator>
				<category><![CDATA[Making Things]]></category>

		<guid isPermaLink="false">http://justincrounds.wordpress.com/?p=437</guid>
		<description><![CDATA[Demonstrating a function for calculating the intersection of two lines, and determining whether the intersection point is on either line segment. http://jsfiddle.net/justin_c_rounds/Gd2S2/<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=justincrounds.org&amp;blog=18217756&amp;post=437&amp;subd=justincrounds&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div class="posterous_autopost">
<p>Demonstrating a function for calculating the intersection of two lines, and determining whether the intersection point is on either line segment.</p>
<p><a href="http://jsfiddle.net/justin_c_rounds/Gd2S2">http://jsfiddle.net/justin_c_rounds/Gd2S2/</a></p>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/justincrounds.wordpress.com/437/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/justincrounds.wordpress.com/437/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/justincrounds.wordpress.com/437/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/justincrounds.wordpress.com/437/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/justincrounds.wordpress.com/437/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/justincrounds.wordpress.com/437/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/justincrounds.wordpress.com/437/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/justincrounds.wordpress.com/437/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/justincrounds.wordpress.com/437/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/justincrounds.wordpress.com/437/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/justincrounds.wordpress.com/437/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/justincrounds.wordpress.com/437/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/justincrounds.wordpress.com/437/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/justincrounds.wordpress.com/437/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=justincrounds.org&amp;blog=18217756&amp;post=437&amp;subd=justincrounds&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://justincrounds.org/2011/12/11/untitled/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0bcd88eff0010c39eea5eec47d4afcb0?s=96&#38;d=retro&#38;r=G" medium="image">
			<media:title type="html">justincrounds</media:title>
		</media:content>
	</item>
		<item>
		<title>Maze of Space</title>
		<link>http://justincrounds.org/2010/11/09/maze-of-space/</link>
		<comments>http://justincrounds.org/2010/11/09/maze-of-space/#comments</comments>
		<pubDate>Tue, 09 Nov 2010 15:23:03 +0000</pubDate>
		<dc:creator>Justin C. Rounds</dc:creator>
				<category><![CDATA[Games I Have Played]]></category>
		<category><![CDATA[Rants & Raves]]></category>

		<guid isPermaLink="false">http://justincrounds.org/anism./?p=307</guid>
		<description><![CDATA[Today Petri Purho (creator of Crayon Physics Deluxe) released a nifty little game experiment called Maze of Space that has been the best thing to accompany my morning coffee since pastries in Paris. Being a total sucker for anything remotely &#8230; <a href="http://justincrounds.org/2010/11/09/maze-of-space/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=justincrounds.org&amp;blog=18217756&amp;post=307&amp;subd=justincrounds&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div class="wp-caption aligncenter" style="width: 330px"><a href="http://www.kloonigames.com/blog/games/mazeofspace"><img src="http://www.kloonigames.com/blog/wp-content/uploads/2010/11/maze_of_space_shot_02.jpg" alt="" width="320" height="240" /></a><p class="wp-caption-text">Maze of Space</p></div>
<p>Today <a href="http://www.kloonigames.com/" target="_blank">Petri Purho</a> (creator of <a href="http://www.crayonphysics.com/" target="_blank">Crayon Physics Deluxe</a>) released a nifty little game experiment called <a href="http://www.kloonigames.com/blog/games/mazeofspace" target="_blank">Maze of Space</a> that has been the best thing to accompany my morning coffee since pastries in Paris. Being a total sucker for anything remotely resembling an RPG, I&#8217;m completely biased, but while the mechanics of the game are well-established and reliable, it&#8217;s the charm of the visual treatment that warms my heart. I&#8217;m actually a bit iffy on pixel art. I think it&#8217;s trendy these days and overused, but I can really appreciate the art of using a limited palette and resolution to create interesting characters and environments, much akin to my love of low-poly modeling. In addition, I love the method of making digital things look, well <em>less digital</em> by giving them the qualities of physical objects (realistic textures, etc.). So when I saw how Maze of Space was treating its giant-pixel artwork I was really excited to play it. For the most part, it looks great, with each pixel looking like it was made with a paintbrush instead of MS Paint. But what the screenshots don&#8217;t tell you is that this painterly style is accompanied by a headache-inducing perpetually shaking camera. I presume this is intended to give it a stop-motion animation feel, but I think it&#8217;s too much. The camera shake for some of the weapons works, but again it seems like it shakes too much. Other issues I would like to see addressed:</p>
<ul>
<li>Enemies can shoot diagonally but the player cannot.</li>
<li>Enemies do not move.</li>
<li>Hitting ESC quits the game (I was hoping to find a menu with an option to turn off the camera shaking).</li>
<li>Needs a save system.</li>
<li>Money doesn&#8217;t seem to have a purpose (maybe there is a store further into the maze than I have reached?).</li>
<li>The only way to see the stats on inventory items is to equip them.</li>
</ul>
<p>I am fully prepared to throw money at this game when/if it is finished (assuming I can turn the camera shake off). Download the current release at <a href="http://www.kloonigames.com/blog/games/mazeofspace" target="_blank">http://www.kloonigames.com/blog/games/mazeofspace</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/justincrounds.wordpress.com/307/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/justincrounds.wordpress.com/307/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/justincrounds.wordpress.com/307/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/justincrounds.wordpress.com/307/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/justincrounds.wordpress.com/307/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/justincrounds.wordpress.com/307/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/justincrounds.wordpress.com/307/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/justincrounds.wordpress.com/307/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/justincrounds.wordpress.com/307/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/justincrounds.wordpress.com/307/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/justincrounds.wordpress.com/307/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/justincrounds.wordpress.com/307/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/justincrounds.wordpress.com/307/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/justincrounds.wordpress.com/307/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=justincrounds.org&amp;blog=18217756&amp;post=307&amp;subd=justincrounds&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://justincrounds.org/2010/11/09/maze-of-space/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0bcd88eff0010c39eea5eec47d4afcb0?s=96&#38;d=retro&#38;r=G" medium="image">
			<media:title type="html">justincrounds</media:title>
		</media:content>

		<media:content url="http://www.kloonigames.com/blog/wp-content/uploads/2010/11/maze_of_space_shot_02.jpg" medium="image" />
	</item>
		<item>
		<title>Quitting</title>
		<link>http://justincrounds.org/2010/06/15/quitting/</link>
		<comments>http://justincrounds.org/2010/06/15/quitting/#comments</comments>
		<pubDate>Tue, 15 Jun 2010 16:57:38 +0000</pubDate>
		<dc:creator>Justin C. Rounds</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://justincrounds.org/anism./?p=297</guid>
		<description><![CDATA[One of the amazing things about pursuing your goals is how your perception of your goals changes during the pursuit. Often the closer you get to something which seems Awesome from afar, the more you realize it is Not So &#8230; <a href="http://justincrounds.org/2010/06/15/quitting/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=justincrounds.org&amp;blog=18217756&amp;post=297&amp;subd=justincrounds&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>One of the amazing things about pursuing your goals is how your perception of your goals changes during the pursuit. Often the closer you get to something which seems Awesome from afar, the more you realize it is Not So Awesome. I wish I could remember the details, but I recall listening to a radio show about the concept of Quitting, and how we have this incorrect assumption that Quitting is akin to Losing — made worse because it implies a voluntary act to Not Do Something. On the contrary, the show argued that the act of Quitting is in fact <em>giving yourself permission to free yourself</em> from something in your life that is preventing you from succeeding, and how knowledge of The Things You Do Not Want is just as valuable as the knowledge of The Things You Do Want. Our society is so blindly goal-driven that we rarely stop to question the Goal itself, which I argue is vital to the process of success. Goals are slippery, tricky devils that do not distinguish between bringing your dreams or your nightmares to life, and so we must provide due diligence to question them. Otherwise we are as likely to be led to ruin as we are to reward.</p>
<p>Which brings me to the issue at hand: <em>I quit</em>.</p>
<p>When I started Jawbreaker Interactive in March of 2008, I was tired of being a freelancer and living from project to project, consistently turning down work because I was too busy with the current project to take anything else on. Feast or famine, with no stability, for two years straight (and for extended periods of time earlier). It&#8217;s exhausting. And frustrating, since &#8220;When It Rains It Pours&#8221; and I&#8217;d always get offers for work whilst in the middle of something else, but not enough bandwidth to bring in new work. What I thought I needed was to spin up my own shop, get a couple of talented people on board, and start managing projects instead of turning away business. This became my Goal.</p>
<p>However, running a shop is completely different from being a freelancer. You need to become a manager, not a worker. You need to take care of the business if you want it to take care of you.</p>
<p>So I spent the better part of the past two years working on Jawbreaker Interactive, becoming a business owner and manager, with some success. I bootstrapped everything, so we had no debt. I bartered work in exchange for office space, so we had almost no overhead. I got some great people to do some amazing work. We made money — not much, but considering most businesses don&#8217;t make any profit in the first couple of years, we did ok. And most importantly, we had <em>fun</em>. I definitely made some rookie mistakes, but overall running Jawbreaker Interactive has been as rewarding as it has been challenging.</p>
<p>But building a business, like building anything, is a creative act, and if I learned anything valuable in art school it was this: <em>you have to know when to stop</em>. My painting professor talked about how working with the canvas was like having a conversation, and when there was nothing left to talk about, that was when you should stop. Otherwise, you start changing the subject and the painting starts to be another painting. Not that it&#8217;s a bad thing when that happens, but you can keep going forever and never &#8220;finish&#8221; anything. More importantly, <em>you will deny yourself the opportunity to start something new</em>.</p>
<p>So you have to know when to put a bullet in it and walk away. Thus, I hereby announce the closing of Jawbreaker Interactive.</p>
<p>I realized earlier this year that I did not want to run my own shop — being a business owner and manager meant I was spending too much time on things that are what my friend <a href="http://www.toddmfay.com/" target="_self">Todd M. Fay</a> refers to as &#8220;Not It&#8221;. So I have been looking for ways to liberate that time for things that <em>are</em> &#8220;It&#8221;. I do not want to be a manager, I want to be a worker. I have been telling people &#8220;I don&#8217;t want to be the guy in the front of the shop selling shoes — I want to be the shoemaker.&#8221; I want to make games. I want to learn how to be a better developer. I want to improve my craft. Which brings me to some Awesome News…</p>
<p>I am <em>absolutely thrilled</em> to be joining up with the team at <strong><a href="http://macguffingames.com/" target="_blank">Macguffin Games</a><span style="font-weight:normal;"> as their Senior Software Developer.</span></strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/justincrounds.wordpress.com/297/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/justincrounds.wordpress.com/297/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/justincrounds.wordpress.com/297/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/justincrounds.wordpress.com/297/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/justincrounds.wordpress.com/297/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/justincrounds.wordpress.com/297/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/justincrounds.wordpress.com/297/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/justincrounds.wordpress.com/297/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/justincrounds.wordpress.com/297/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/justincrounds.wordpress.com/297/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/justincrounds.wordpress.com/297/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/justincrounds.wordpress.com/297/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/justincrounds.wordpress.com/297/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/justincrounds.wordpress.com/297/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=justincrounds.org&amp;blog=18217756&amp;post=297&amp;subd=justincrounds&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://justincrounds.org/2010/06/15/quitting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0bcd88eff0010c39eea5eec47d4afcb0?s=96&#38;d=retro&#38;r=G" medium="image">
			<media:title type="html">justincrounds</media:title>
		</media:content>
	</item>
		<item>
		<title>Decorative Soaps</title>
		<link>http://justincrounds.org/2010/04/19/decorative-soaps/</link>
		<comments>http://justincrounds.org/2010/04/19/decorative-soaps/#comments</comments>
		<pubDate>Mon, 19 Apr 2010 12:18:59 +0000</pubDate>
		<dc:creator>Justin C. Rounds</dc:creator>
				<category><![CDATA[Making Things]]></category>

		<guid isPermaLink="false">http://justincrounds.org/anism./?p=285</guid>
		<description><![CDATA[A long time ago I bought a hunk of soap and a silicone doll-making mold. Last night I finally made some creepy little decorative soaps: My daughters, Jane &#38; Maisie, helped a bit by shredding up some lilac flowers to &#8230; <a href="http://justincrounds.org/2010/04/19/decorative-soaps/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=justincrounds.org&amp;blog=18217756&amp;post=285&amp;subd=justincrounds&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A long time ago I bought a hunk of soap and a silicone doll-making mold. Last night I finally made some creepy little decorative soaps:</p>
<p><a href="http://justincrounds.files.wordpress.com/2011/04/soap.jpg"><a href="http://justincrounds.files.wordpress.com/2011/04/soap.jpg"><img class="size-medium wp-image-321 aligncenter" title="Decorative Soaps" src="http://justincrounds.files.wordpress.com/2011/04/soap.jpg?w=300&#038;h=225" alt="Decorative Soaps" width="300" height="225" /></a></a></p>
<p><a href="http://justincrounds.files.wordpress.com/2011/04/soap.jpg"></a>My daughters, Jane &amp; Maisie, helped a bit by shredding up some lilac flowers to put in (although you can&#8217;t really tell in the final product) and chopping up the soap. The hands and ears aren&#8217;t so great, and the feet are okay, but the faces turned out <em>surprisingly</em> well, so I&#8217;ll definitely be making some more of those. The next goal will be to use real homemade soap, but I need to find myself a local goat milk supplier since we can&#8217;t keep goats where we live (although I wish we could).</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/justincrounds.wordpress.com/285/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/justincrounds.wordpress.com/285/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/justincrounds.wordpress.com/285/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/justincrounds.wordpress.com/285/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/justincrounds.wordpress.com/285/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/justincrounds.wordpress.com/285/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/justincrounds.wordpress.com/285/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/justincrounds.wordpress.com/285/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/justincrounds.wordpress.com/285/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/justincrounds.wordpress.com/285/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/justincrounds.wordpress.com/285/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/justincrounds.wordpress.com/285/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/justincrounds.wordpress.com/285/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/justincrounds.wordpress.com/285/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=justincrounds.org&amp;blog=18217756&amp;post=285&amp;subd=justincrounds&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://justincrounds.org/2010/04/19/decorative-soaps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0bcd88eff0010c39eea5eec47d4afcb0?s=96&#38;d=retro&#38;r=G" medium="image">
			<media:title type="html">justincrounds</media:title>
		</media:content>

		<media:content url="http://justincrounds.files.wordpress.com/2011/04/soap.jpg?w=300" medium="image">
			<media:title type="html">Decorative Soaps</media:title>
		</media:content>
	</item>
		<item>
		<title>Your Quest Will Not Be Saved</title>
		<link>http://justincrounds.org/2009/04/09/your-quest-will-not-be-saved/</link>
		<comments>http://justincrounds.org/2009/04/09/your-quest-will-not-be-saved/#comments</comments>
		<pubDate>Thu, 09 Apr 2009 16:09:14 +0000</pubDate>
		<dc:creator>Justin C. Rounds</dc:creator>
				<category><![CDATA[Rants & Raves]]></category>

		<guid isPermaLink="false">http://justincrounds.org/anism./?p=207</guid>
		<description><![CDATA[The day before yesterday I started playing Fable — not Fable II, although it&#8217;s sitting in the &#8220;must play someday&#8221; pile along with about a hundred other games — on my dust-laden original Xbox. After recovering from the &#8220;wow these &#8230; <a href="http://justincrounds.org/2009/04/09/your-quest-will-not-be-saved/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=justincrounds.org&amp;blog=18217756&amp;post=207&amp;subd=justincrounds&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The day before yesterday I started playing Fable — <strong>not</strong> Fable II, although it&#8217;s sitting in the &#8220;must play someday&#8221; pile along with about a hundred other games — on my dust-laden <em>original</em> Xbox. After recovering from the &#8220;wow these graphics are really bad&#8221; effect usually caused by firing up a game more than five years old, I started to settle in and really enjoy the game. I got almost finished with the guild training exercises (so about an hour in), decided to call it a night, and went to save my game. &#8220;Your quests will not be saved&#8230;&#8221; — huh? So you&#8217;re telling me that my quests will not be saved, but all my stats will be saved? I looked around for another save option&#8230; nothing. This can&#8217;t be right, right?</p>
<p>So last night I go to &#8220;continue&#8221; where I left off, load my save file, and sure enough I&#8217;m right back at the beginning of the guild training. My first inclination was to turn it off and never play it again, but I managed to plow through the guild quests and training exercises (again), and make it to the next autosave point, from which I was sure to be able to resume. I was annoyed, but mostly confused at the design decision. I mean <em>it was intentional, right?</em> There is no technical reason why &#8220;save anywhere&#8221; <em>can&#8217;t</em> work on a console (feel free to argue with me), especially on a console with a built-in hard drive. PC developers have been doing it by default for years. So let&#8217;s assume, and I may be completely wrong, Fable&#8217;s save system is by design. <em>Why?</em></p>
<p>In defense of these kinds of save points, saving where a particular point in a game timeline is reached, they provide a nice clean point from which to resume, much like reading to the end of a chapter of a book before placing a bookmark. From a development standpoint, all the events and assets from before the point can be swept in the garbage, leaving the memory clear for the next chapter to be constructed. Unload the old, load in the new, and only maintain the necessary data to transition over. I get it. It makes sense for an <em>autosave</em> system, and a lot of games do it effectively (Half-Life 2&#8242;s implementation comes to mind). But forcing the player to effectively restart an entire chapter, whether their stats are retained or not, doesn&#8217;t make sense. Especially for a game like Fable.</p>
<p>Fable is all about cause and effect, at least in theory. You make choices and live with the consequences, whatever they may be. Playing with this system is inherently where the fun lies, and either the player can be encouraged to try different things and see the results, or the player can be forced to deal with the consequences of their actions. Fable leans toward the latter approach, and in my opinion, it hurts the experience of the game.</p>
<p>Let&#8217;s compare Fable with any similar PC RPG with a sensible &#8220;save anywhere&#8221; system. The player is faced with a challenge and presented a number of possible actions. In a &#8220;save anywhere&#8221; system, the player can experiment with any number of options to overcome the challenge, since the player can always restore from a convenient save point and try for a better outcome. In Fable, this option is discouraged, since re-trying would involve (potentially) a lot of replaying, and therefore the player is encouraged to accept (or suffer) the consequences. In playing the game, I can&#8217;t help but feel like I&#8217;m being manipulated into participating in a system that I feel is inherently broken. I should be able to experiment, play, go back and try different things, and not feel like I just blew it because I shot someone accidentally while aiming at a sparrow&#8230; But maybe that is the point; I am invested in my actions and their consequences, for what it is worth.</p>
<p>That said, I can&#8217;t help but feel I should be invested in the consequences of my actions for some reason <em>other</em> than not wanting to have to replay a section of a game.</p>
<p>Now let&#8217;s take it to the extreme: what if there was no user-directed save system at all? Instead, the game continually autosaved, so at any point in the game the player could quit and start up again exactly where they left off? No replaying, no second chances — wouldn&#8217;t this work better for Fable than a chapter-based autosave system?</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/justincrounds.wordpress.com/207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/justincrounds.wordpress.com/207/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/justincrounds.wordpress.com/207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/justincrounds.wordpress.com/207/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/justincrounds.wordpress.com/207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/justincrounds.wordpress.com/207/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/justincrounds.wordpress.com/207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/justincrounds.wordpress.com/207/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/justincrounds.wordpress.com/207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/justincrounds.wordpress.com/207/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/justincrounds.wordpress.com/207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/justincrounds.wordpress.com/207/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/justincrounds.wordpress.com/207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/justincrounds.wordpress.com/207/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=justincrounds.org&amp;blog=18217756&amp;post=207&amp;subd=justincrounds&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://justincrounds.org/2009/04/09/your-quest-will-not-be-saved/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0bcd88eff0010c39eea5eec47d4afcb0?s=96&#38;d=retro&#38;r=G" medium="image">
			<media:title type="html">justincrounds</media:title>
		</media:content>
	</item>
		<item>
		<title>What&#039;s Wrong with Wii Music?</title>
		<link>http://justincrounds.org/2009/02/07/whats-wrong-with-wii-music/</link>
		<comments>http://justincrounds.org/2009/02/07/whats-wrong-with-wii-music/#comments</comments>
		<pubDate>Sat, 07 Feb 2009 22:11:38 +0000</pubDate>
		<dc:creator>Justin C. Rounds</dc:creator>
				<category><![CDATA[Rants & Raves]]></category>

		<guid isPermaLink="false">http://justincrounds.org/anism./?p=173</guid>
		<description><![CDATA[I just read an article from CasualGaming.biz quoting Nintendo President Saturo Iwata: &#8220;Currently, I think that the appeal of Wii Music has not yet been fully conveyed and accepted by those who could be interested.&#8221; I&#8217;m not sure I agree &#8230; <a href="http://justincrounds.org/2009/02/07/whats-wrong-with-wii-music/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=justincrounds.org&amp;blog=18217756&amp;post=173&amp;subd=justincrounds&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I just read <a href="http://www.casualgaming.biz/news/28189/Iwata-Wii-Music-has-not-achieved-its-full-potential" target="_blank">an article from CasualGaming.biz</a> quoting Nintendo President Saturo Iwata:</p>
<p>&#8220;Currently, I think that the appeal of Wii Music has not yet been fully conveyed and accepted by those who could be interested.&#8221;</p>
<p>I&#8217;m not sure I agree with this statement, and as one of &#8220;those who could be interested&#8221;, I&#8217;m going to take a critical look at Wii Music and try to discern why it fails to appeal to its target audience.</p>
<p>I love playing music and I love playing video games, so naturally I am drawn to music-based games, and if the sales figures of Guitar Hero and Rock Band have anything to tell us, so are many other people. I have witnessed &#8220;non-gamers&#8221; play Guitar Hero side-by-side with the most hardcore gamers. Chances are a friendly neighborhood pub near you even has a &#8220;Rock Band Night&#8221;. Now Wii Music is definitely not the same kind of gameplay experience as Guitar Hero or Rock Band, and I don&#8217;t want to simply make comparisons between GH/RB and Wii Music, but I believe it is useful to analyze some of the differences between the successful franchises and Nintendo&#8217;s offering in order to better define the possible points of failure in WM.</p>
<table border="1">
<tbody>
<tr>
<th>?</th>
<th>GH/RB</th>
<th>WM</th>
</tr>
<tr>
<td>Player Goals</td>
<td>Clearly defined goals; more of a &#8220;game&#8221;; player can &#8220;win&#8221; or &#8220;lose&#8221;</td>
<td>Vague goals (except in mini-games); more of a &#8220;toy&#8221;; player cannot &#8220;win&#8221; or &#8220;lose&#8221; (but you <em>can</em> make the song sound REALLY bad)</td>
</tr>
<tr>
<td>Musicianship/creativity</td>
<td>Low; with the exception of slowing tempo in Practice Mode, there are no built-in devices for controlling musical qualities</td>
<td>Moderate; player can control arrangement, tempo, and instrumentation, but cannot change melody</td>
</tr>
<tr>
<td>Song List</td>
<td>Popular music; limited in genre</td>
<td>Mostly public domain, unpopular music; spans mutiple genres</td>
</tr>
<tr>
<td>Player Persona</td>
<td>Makes you feel like a rock star</td>
<td>Tries to make you feel like a musician, but really makes you feel like a beginner student in music class</td>
</tr>
<tr>
<td>Audio Quality</td>
<td>Excellent; either original recordings or high-quality covers</td>
<td>Varies; some instruments have really poor-quality samples</td>
</tr>
<tr>
<td>Instrumentation &amp; Implementation</td>
<td>Simple set of instruments; playing the guitar feels like playing a real guitar, playing the drums feels like playing real drums; peripherals enhance the player &#8220;rock star&#8221; persona; instrumentation is tightly tied to the music</td>
<td>Lots of instruments, but implementation varies significantly &#8212; some feel right, others completely wrong; no instrument-like peripherals to enhance the player persona; some instruments feel like they were just included to &#8220;fluff-up&#8221; the game</td>
</tr>
</tbody>
</table>
<p>So what is it about GH/RB that works? The gameplay follows the &#8220;easy to learn, difficult to master&#8221; philosophy; the player persona is clearly defined, and more importantly, attractive to the player (who doesn&#8217;t want to be a rock star?); the music is popular and of high-quality. GH/RB focus on doing one thing and do a damn fine job of it.</p>
<p>Wii Music is pretty easy to learn, but once you get the hang of it there is no clear path of mastery; you unlock all the songs and instruments by following the lessons and then that&#8217;s it. Of course the lessons progress from simple to more complicated songs, and as a musician I&#8217;m going to be somewhat less challenged that a non-musician, but working through the lessons takes a couple of hours, after which you are left to &#8220;play&#8221; with everything you&#8217;ve unlocked, with no further challenges or rewards. The player persona of &#8220;musician&#8221; is fun for a while, but with a lack of escalating challenge there is little to encourage the player to keep playing. The song list in WM is a collection of pretty unpopular songs (not too many people get excited about playing &#8220;Turkey in the Straw&#8221;), which are totally hidden from the player. At least in GH/RB you can look forward to unlocking a song, since you are made aware of what songs are unlockable.</p>
<p>Now it isn&#8217;t entirely fair to compare GH/RB and WM, since they have different agendas, but I think the successes of GH/RB can help point out the failings of WM. WM is just not enticing enough to really draw the average player in. While there is some depth to being able to shift tempos and arrangements of instruments, the melodies remain unchanged. Sure, I can play &#8220;Twinkle Twinkle Little Star&#8221; on any of the 66 instruments, but what notes I can play are pre-determined and unchangeable. For each song, the melodies for each instrument are set in stone &#8212; all the player is doing is triggering the playback of the preset sound at that particular time in the song, effectively turning the Wiimote into a really fast volume control. Where this stands out the most is on the drums, where you will not be able to play the kick drum &#8220;whenever you want&#8221;, which takes a lot of the fun out of playing. Now in a sense this is more like classical musicianship, encouraging skill in peforming a pre-written composition, rather than composing original music. But with the song list WM sticks me with, I am dying to make my own melodies. At least if there was a composition mode, where I could arrange note sequences and make my own songs, it wouldn&#8217;t feel so shallow. Or maybe allow me to mix the parts from one song with the parts from another.</p>
<p>Wii Music actually doesn&#8217;t do too bad a job making playing music accessible, and I found myself exercising my musical muscles in regards to internalizing tempo (as I tend to get sloppy about keeping time). Most of the instruments are pretty enjoyable despite the inconsistent quality of the sound samples, though some instruments are clearly filler (seriously who thought the turntables were good enough to ship?). But where it really falls flat (no musical pun intended) is in the music. The songs limit the experience. Consider this: swap the song list from Wii Music with the song list from Rock Band. There, that&#8217;s better isn&#8217;t it? What about forgetting the idea of using existing music altogether? Look at Garageband: take a few AppleLoops that go together and arrange them, now you have a song in a particular style that isn&#8217;t an already existing song. If this was the approach in WM, it would be trivial to allow players to re-arrange the loops to make new compositions and really add a huge amount of depth to the experience.</p>
<p>So I&#8217;m not coming to much in the way of conclusions here, but one thing is clear: Nintendo didn&#8217;t learn <em>anything</em> from Donkey Konga.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/justincrounds.wordpress.com/173/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/justincrounds.wordpress.com/173/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/justincrounds.wordpress.com/173/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/justincrounds.wordpress.com/173/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/justincrounds.wordpress.com/173/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/justincrounds.wordpress.com/173/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/justincrounds.wordpress.com/173/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/justincrounds.wordpress.com/173/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/justincrounds.wordpress.com/173/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/justincrounds.wordpress.com/173/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/justincrounds.wordpress.com/173/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/justincrounds.wordpress.com/173/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/justincrounds.wordpress.com/173/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/justincrounds.wordpress.com/173/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=justincrounds.org&amp;blog=18217756&amp;post=173&amp;subd=justincrounds&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://justincrounds.org/2009/02/07/whats-wrong-with-wii-music/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0bcd88eff0010c39eea5eec47d4afcb0?s=96&#38;d=retro&#38;r=G" medium="image">
			<media:title type="html">justincrounds</media:title>
		</media:content>
	</item>
		<item>
		<title>Oh Ubuntu&#8230;</title>
		<link>http://justincrounds.org/2009/01/24/oh-ubuntu/</link>
		<comments>http://justincrounds.org/2009/01/24/oh-ubuntu/#comments</comments>
		<pubDate>Sat, 24 Jan 2009 17:23:41 +0000</pubDate>
		<dc:creator>Justin C. Rounds</dc:creator>
				<category><![CDATA[Rants & Raves]]></category>

		<guid isPermaLink="false">http://justincrounds.org/anism./?p=171</guid>
		<description><![CDATA[I am a card-carrying Mac user, ever since OSX came along, but before that (and after an abusive relationship with Windows), I started getting into Linux and learning all the gnarly bits to actually get some real use out of &#8230; <a href="http://justincrounds.org/2009/01/24/oh-ubuntu/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=justincrounds.org&amp;blog=18217756&amp;post=171&amp;subd=justincrounds&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I am a card-carrying Mac user, ever since OSX came along, but before that (and after an abusive relationship with Windows), I started getting into Linux and learning all the gnarly bits to actually get some real use out of my aging PCs. Nowadays I really like Ubuntu. As much as I am a technophile, I have gone beyond the point where fiddling with software to get it running is anything less than annoying; if it doesn&#8217;t &#8220;just work&#8221;, then I&#8217;m out. Ubuntu has that &#8220;it just works&#8221; feel to it, and I&#8217;ve had such a good experience with it that it has become my Linux distro of choice. But sadly, Ubuntu and I have come to an impasse (at least in <em>this</em> case).</p>
<p>I applaud the work of Linux developers &#8212; I get &#8220;Hulk smash&#8221; angry just making a website behave in Internet Explorer, and I can&#8217;t imagine what it must be like trying to make an operating system that will run on the myriad configurations of hardware out there in PC-land. This particular configuration, an old Sony Vaio PCG-FX390K laptop, is one such hobgoblin.</p>
<p>I&#8217;ve had this thing sitting around unused for far too long, but lately have decided to try and get some use out of it. Reluctantly I put a fresh install of Win2k (the OS it came with) to run Fruityloops, but I soon realized that the management of yet another install of Windows (my Macs run Boot Camp with XP) was something I just didn&#8217;t want to do. That, and FL was glitchy and somewhat less than usable on it. At this point I probably should have just thrown it down the stairs, called the incident &#8220;an unfortunate accident&#8221;, and moved on. But being the obsessive person I am, I couldn&#8217;t let it go. <em>I have trouble letting things go, you know.</em></p>
<p>Anyway, here&#8217;s where it starts to get interesting. No, really. Maybe. Since I decided I didn&#8217;t want a mostly useless Win2k lappy sitting around, I realized what I really could use was a machine for recording audio that could serve as a web-surfing machine for those days when I don&#8217;t extricate my MacBook from its life-support system of peripherals and external hard drives on my office desk. &#8220;Good idea&#8221; I say to myself, &#8220;I&#8217;ll just install Ubuntu on it and see how it goes&#8221;.</p>
<p>Linux Live CDs are awesome. Seriously. I popped in the Ubuntu 8.10 CD and watched the old lappy being reborn&#8230; except for one annoying little problem. The sad little Intel 815em integrated graphics chip was unrecognized, suffering at a miserable default resolution of 800&#215;600, which on this particular laptop leaves a thick black border around the screen and many OS windows dangling off the edge. Great. But everything else works. After some Googling I find I am not the only one with this screen rez problem, and sadly I am not the only one who has yet to find a solution. I tried a bunch of xorg.conf tricks, installed other flavors of Ubuntu, and got nowhere.</p>
<p>Time to try some other distros. UbuntuStudio and Linux Mint, both suffered the same problem (not surprisingly). Moving on to unknown (to me) distros, I decided to give Mandriva a shot, even though the system requirements were beyond my sorry old Vaio.</p>
<p>Bingo. Everything seems to be working great, except&#8230; Mandriva just has this &#8220;Windows&#8221; smell to it. From the installation &#8220;wizard&#8221; to the over-designed default theme, it feels a bit like WindowsXP, and maybe that is what the Mandriva team is going for. It certainly appears that they are trying to be a Windows-alternative rather than a user-friendly Linux distro. Hopefully with some theme tweaking it&#8217;ll feel less icky.</p>
<p>Do you have any favorite distros? Which? Why?</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/justincrounds.wordpress.com/171/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/justincrounds.wordpress.com/171/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/justincrounds.wordpress.com/171/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/justincrounds.wordpress.com/171/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/justincrounds.wordpress.com/171/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/justincrounds.wordpress.com/171/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/justincrounds.wordpress.com/171/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/justincrounds.wordpress.com/171/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/justincrounds.wordpress.com/171/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/justincrounds.wordpress.com/171/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/justincrounds.wordpress.com/171/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/justincrounds.wordpress.com/171/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/justincrounds.wordpress.com/171/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/justincrounds.wordpress.com/171/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=justincrounds.org&amp;blog=18217756&amp;post=171&amp;subd=justincrounds&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://justincrounds.org/2009/01/24/oh-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0bcd88eff0010c39eea5eec47d4afcb0?s=96&#38;d=retro&#38;r=G" medium="image">
			<media:title type="html">justincrounds</media:title>
		</media:content>
	</item>
	</channel>
</rss>
