<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Bacon and Games</title>
	
	<link>http://www.baconandgames.com</link>
	<description>together at last</description>
	<lastBuildDate>Tue, 17 Jan 2012 00:04:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/BaconAndGames" /><feedburner:info uri="baconandgames" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>BaconAndGames</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Super Mario Bros. Crossover 2.0 Trailer</title>
		<link>http://feedproxy.google.com/~r/BaconAndGames/~3/M9q7X9lbWGc/</link>
		<comments>http://www.baconandgames.com/2012/01/16/super-mario-bros-crossover-2-0-trailer/#comments</comments>
		<pubDate>Mon, 16 Jan 2012 23:55:45 +0000</pubDate>
		<dc:creator>Sean James McKenzie</dc:creator>
				<category><![CDATA[Game News]]></category>
		<category><![CDATA[Great Games]]></category>
		<category><![CDATA[8bit]]></category>
		<category><![CDATA[nes]]></category>
		<category><![CDATA[SNES]]></category>
		<category><![CDATA[super mario crossover]]></category>

		<guid isPermaLink="false">http://www.baconandgames.com/?p=1157</guid>
		<description><![CDATA[Get a peek at the Super Mario Bros. Crossover 2.0]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.baconandgames.com/wp-content/uploads/smc2.0.jpg" alt="" title="Super Mario Bros. Crossover 2.0" width="500" height="90" class="alignleft size-full wp-image-1163" /><br />
The Super Mario Crossover 2.0 trailer was released today and it looks like a brand new game. In fact, it looks like several brand new games. It&#8217;s unclear what elements of the trailer are actual gameplay and what is trailer theatrics, namely its switching between NES, SNES and Gameboy graphics on the fly. Regardless, it looks to be packed with a lot of new stuff of old and I, for one, cannot wait to get my hands on it. Jay has always been good about easter eggs and surprise features, so I&#8217;m sure there&#8217;s a lot more than we&#8217;re seeing in this trailer. </p>
<p><iframe width="500" height="280" src="http://www.youtube.com/embed/lE1K9yNDNA8?rel=0" frameborder="0" allowfullscreen></iframe></p>
<p>It uses so many original sprites, sound effects and characters from NES games that it really begs the question: </p>
<blockquote><p>WIll Nintendo (or other copyright holders) ever bitch about copyright infringement?</p></blockquote>
<p> If they know what&#8217;s good for them, they&#8217;ll let Jay continue spreading the nostalgia but you just never know. </p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/BaconAndGames?a=M9q7X9lbWGc:4wtXUdDQy64:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/BaconAndGames?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BaconAndGames?a=M9q7X9lbWGc:4wtXUdDQy64:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/BaconAndGames?i=M9q7X9lbWGc:4wtXUdDQy64:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/BaconAndGames/~4/M9q7X9lbWGc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.baconandgames.com/2012/01/16/super-mario-bros-crossover-2-0-trailer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.baconandgames.com/2012/01/16/super-mario-bros-crossover-2-0-trailer/</feedburner:origLink></item>
		<item>
		<title>Find All Strings Within a String with AS3</title>
		<link>http://feedproxy.google.com/~r/BaconAndGames/~3/7AQCg_H6Ggg/</link>
		<comments>http://www.baconandgames.com/2011/11/29/find-all-strings-within-a-string-with-as3/#comments</comments>
		<pubDate>Tue, 29 Nov 2011 20:32:19 +0000</pubDate>
		<dc:creator>Sean James McKenzie</dc:creator>
				<category><![CDATA[Actionscript]]></category>
		<category><![CDATA[actionscript 3]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[utility]]></category>

		<guid isPermaLink="false">http://www.baconandgames.com/?p=1142</guid>
		<description><![CDATA[I&#8217;m working on a training simulator that allows people to virtually highlight text (like in iBooks) in a textField. I&#8217;ll probably post the code for the highlighting portion when the project is done. For now, I thought I&#8217;d post this simple AS3 utility function I wrote, which allows you to find all instances of string [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m working on a training simulator that allows people to virtually highlight text (like in iBooks) in a textField. I&#8217;ll probably post the code for the highlighting portion when the project is done.</p>
<p>For now, I thought I&#8217;d post this simple AS3 utility function I wrote, which allows you to find all instances of string inside another string. It accepts two arguments:</p>
<ul>
<li>searchFor:String &#8211; string you wish to search <em>FOR</em></li>
<li>searchIn:String &#8211; string you wish to search <em>IN</em></li>
<li>caseSensitive:Boolean=true &#8211; (optional) determines whether comparisons are case sensitive</li>
</ul>
<p>It will return an array containing the indices at which <em>searchFor</em> is found in <em>searchIn</em>. You can check the length of the array returned to get the number of times the search string appears in the search text. If the length is 0, <em>searchFor</em> does not appear in <em>searchIn</em>.</p>

<div class="wp_syntax"><div class="code"><pre class="actionscript3" style="font-family:monospace;"><span style="color: #9900cc; font-weight: bold;">package</span> com<span style="color: #000066; font-weight: bold;">.</span>baconandgames<span style="color: #000066; font-weight: bold;">.</span>utils<span style="color: #000000;">&#123;</span>
<span style="color: #0033ff; font-weight: bold;">public</span> <span style="color: #9900cc; font-weight: bold;">class</span> Strings<span style="color: #000000;">&#123;</span>
&nbsp;
<span style="color: #009900; font-style: italic;">// returns an array of indexes for each occurance of searchFor in searchString</span>
<span style="color: #009900; font-style: italic;">// var s:String = &quot;Haw many cats are in this sentence about cats?&quot;;</span>
<span style="color: #009900; font-style: italic;">// Strings.findAllStringsInString(&quot;cats&quot;,s); // returns [9,41];</span>
&nbsp;
<span style="color: #0033ff; font-weight: bold;">public</span> static <span style="color: #339966; font-weight: bold;">function</span> findAllStringsInString<span style="color: #000000;">&#40;</span>searchFor<span style="color: #000066; font-weight: bold;">:</span><span style="color: #004993;">String</span><span style="color: #000066; font-weight: bold;">,</span>searchIn<span style="color: #000066; font-weight: bold;">:</span><span style="color: #004993;">String</span><span style="color: #000066; font-weight: bold;">,</span>caseSensitive<span style="color: #000066; font-weight: bold;">:</span><span style="color: #004993;">Boolean</span>=<span style="color: #0033ff; font-weight: bold;">true</span><span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">:</span><span style="color: #004993;">Array</span><span style="color: #000000;">&#123;</span>   
  <span style="color: #0033ff; font-weight: bold;">if</span><span style="color: #000000;">&#40;</span><span style="color: #000066; font-weight: bold;">!</span>caseSensitive<span style="color: #000000;">&#41;</span><span style="color: #000000;">&#123;</span>             
    searchFor = searchFor<span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">toLocaleLowerCase</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">;</span>        
    searchIn = searchIn<span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">toLocaleLowerCase</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">;</span>   
  <span style="color: #000000;">&#125;</span>       
  <span style="color: #6699cc; font-weight: bold;">var</span> a<span style="color: #000066; font-weight: bold;">:</span><span style="color: #004993;">Array</span> = <span style="color: #0033ff; font-weight: bold;">new</span> <span style="color: #004993;">Array</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">;</span>       
  <span style="color: #6699cc; font-weight: bold;">var</span> i<span style="color: #000066; font-weight: bold;">:</span><span style="color: #004993;">int</span> = <span style="color: #000066; font-weight: bold;">-</span><span style="color: #000000; font-weight:bold;">1</span><span style="color: #000066; font-weight: bold;">;</span>     
  <span style="color: #0033ff; font-weight: bold;">while</span> <span style="color: #000000;">&#40;</span><span style="color: #000000;">&#40;</span>i = searchIn<span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">indexOf</span><span style="color: #000000;">&#40;</span>searchFor<span style="color: #000066; font-weight: bold;">,</span> i<span style="color: #000066; font-weight: bold;">+</span><span style="color: #000000; font-weight:bold;">1</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span> <span style="color: #000066; font-weight: bold;">!</span>= <span style="color: #000066; font-weight: bold;">-</span><span style="color: #000000; font-weight:bold;">1</span><span style="color: #000000;">&#41;</span> a<span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">push</span><span style="color: #000000;">&#40;</span>i<span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">;</span>      
  <span style="color: #0033ff; font-weight: bold;">return</span> a<span style="color: #000066; font-weight: bold;">;</span>
<span style="color: #000000;">&#125;</span>
<span style="color: #000000;">&#125;</span></pre></div></div>

<p>*simplified with suggestions by my good buddy and web-ninja <a href="http://robcolburn.com/">Rob Colburn</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/BaconAndGames?a=7AQCg_H6Ggg:eZRAlIKfJx4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/BaconAndGames?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BaconAndGames?a=7AQCg_H6Ggg:eZRAlIKfJx4:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/BaconAndGames?i=7AQCg_H6Ggg:eZRAlIKfJx4:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/BaconAndGames/~4/7AQCg_H6Ggg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.baconandgames.com/2011/11/29/find-all-strings-within-a-string-with-as3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.baconandgames.com/2011/11/29/find-all-strings-within-a-string-with-as3/</feedburner:origLink></item>
		<item>
		<title>Dr. Mario with Lyrics by Brental Floss</title>
		<link>http://feedproxy.google.com/~r/BaconAndGames/~3/l7nyLaxGhBc/</link>
		<comments>http://www.baconandgames.com/2011/10/14/dr-mario-with-lyrics-by-brental-floss/#comments</comments>
		<pubDate>Fri, 14 Oct 2011 19:19:10 +0000</pubDate>
		<dc:creator>Sean James McKenzie</dc:creator>
				<category><![CDATA[Everything Else]]></category>
		<category><![CDATA[nes]]></category>
		<category><![CDATA[SNES]]></category>

		<guid isPermaLink="false">http://www.baconandgames.com/?p=1136</guid>
		<description><![CDATA[Brental Floss' "Dr. Mario with Lyrics" has got to be one of my favorite web shorts of all time. ]]></description>
			<content:encoded><![CDATA[<p>This video is by no means new to the internet. It&#8217;s got close to 3 million view between Newgrounds and YouTube. I just thought I&#8217;d drop an article about it because, well, I watch it about 4 times a week. It cracks me up, continually. And being a complete VG music geek, the Dr. Mario theme song is usually stuck in my head anyway. Having lyrics to put to it somehow makes me feel less crazy.</p>
<p>But wait, there&#8217;s more&#8230; he&#8217;s got a huge catalog of VG related videos and songs up on his <a href="http://www.youtube.com/user/brentalfloss">YouTube channel</a>, including a 7 minute song about Link&#8217;s Awakening (which is longer than I could actually stand playing that game) If you&#8217;re a retro game geek like me, his stuff is worth a look.</p>
<p><iframe width="500" height="281" src="http://www.youtube.com/embed/pc-EP-0xEDQ" frameborder="0" allowfullscreen></iframe></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/BaconAndGames?a=l7nyLaxGhBc:Y1SYzauvbuY:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/BaconAndGames?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BaconAndGames?a=l7nyLaxGhBc:Y1SYzauvbuY:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/BaconAndGames?i=l7nyLaxGhBc:Y1SYzauvbuY:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/BaconAndGames/~4/l7nyLaxGhBc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.baconandgames.com/2011/10/14/dr-mario-with-lyrics-by-brental-floss/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.baconandgames.com/2011/10/14/dr-mario-with-lyrics-by-brental-floss/</feedburner:origLink></item>
		<item>
		<title>Indie Game: The Movie (Official Trailer)</title>
		<link>http://feedproxy.google.com/~r/BaconAndGames/~3/LKeEgWfHA0Q/</link>
		<comments>http://www.baconandgames.com/2011/06/21/indie-game-the-movie-official-trailer/#comments</comments>
		<pubDate>Tue, 21 Jun 2011 16:29:24 +0000</pubDate>
		<dc:creator>Sean James McKenzie</dc:creator>
				<category><![CDATA[Game News]]></category>
		<category><![CDATA[Indie Games]]></category>
		<category><![CDATA[indie]]></category>
		<category><![CDATA[trailers]]></category>

		<guid isPermaLink="false">http://www.baconandgames.com/?p=1127</guid>
		<description><![CDATA[Official trailer for the upcoming film, Indie Game: The Movie.]]></description>
			<content:encoded><![CDATA[<p>This is going to be fantastic&#8230;</p>
<p><iframe src="http://player.vimeo.com/video/25268139?byline=0&amp;color=ffffff" width="400" height="225" frameborder="0"></iframe>
<p><a href="http://vimeo.com/25268139">Indie Game: The Movie Official Trailer</a> from <a href="http://vimeo.com/indiegame">IndieGame:  The Movie</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/BaconAndGames?a=LKeEgWfHA0Q:PW4RnyG8XZ4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/BaconAndGames?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BaconAndGames?a=LKeEgWfHA0Q:PW4RnyG8XZ4:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/BaconAndGames?i=LKeEgWfHA0Q:PW4RnyG8XZ4:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/BaconAndGames/~4/LKeEgWfHA0Q" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.baconandgames.com/2011/06/21/indie-game-the-movie-official-trailer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.baconandgames.com/2011/06/21/indie-game-the-movie-official-trailer/</feedburner:origLink></item>
		<item>
		<title>How Stephen King Can Make You a Better Game Designer</title>
		<link>http://feedproxy.google.com/~r/BaconAndGames/~3/bDcIXXEp0sE/</link>
		<comments>http://www.baconandgames.com/2011/05/10/how-stephen-king-can-make-you-a-better-game-designer/#comments</comments>
		<pubDate>Tue, 10 May 2011 17:13:45 +0000</pubDate>
		<dc:creator>Sean James McKenzie</dc:creator>
				<category><![CDATA[Game Design]]></category>

		<guid isPermaLink="false">http://www.baconandgames.com/?p=1110</guid>
		<description><![CDATA[Stephen King uses situational writing to create many of his stories. How can you use the same concept in your game design.]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.baconandgames.com/wp-content/uploads/stephen.king_.jpg" alt="" title="Stephen King Meme" width="200" height="198" class="alignright size-full wp-image-1113" />In Stephen King&#8217;s book, <em><a href="http://www.amazon.com/gp/product/1439156816/ref=as_li_ss_tl?ie=UTF8&#038;tag=bacandgam-20&#038;linkCode=as2&#038;camp=217145&#038;creative=399349&#038;creativeASIN=1439156816" target="_blank">On Writing</a></em>, he talks about &#8220;situational writing&#8221;. Sometimes, rather than writing towards a specific end, he&#8217;ll create a scenario and write around it.</p>
<blockquote><p>You wake up to find yourself in an unfamiliar room. A man is unconscious on the floor and he&#8217;s bleeding, but you can&#8217;t see his face. The door is locked from the inside but you don&#8217;t remember how you got there. In your pocket you find a few bus tokens, a note in a foreign language and a cell phone&#8230; no batteries.</p></blockquote>
<p>This scene raises a lot of questions for and about the man who woke up:</p>
<ul>
<li>How did he get here?</li>
<li>Who is the man on the floor and does our character know him?</li>
<li>Who locked the door and why?</li>
<li>Did he take the bus there or was he on his way to the bus? Does this character normally ride the bus or is that outside his normal routine? If so, why did he end up taking the bus?</li>
<li>What country are they in and is it a familiar one?</li>
<li>How do they get out of the room?</li>
<li>What good is a cell phone with no batteries&#8230;?</li>
<li>Is the other man alive? Friend or foe? How did he get hurt?</li>
</ul>
<p>The questions could go on forever. But as you start to answer them, you build backstory, you move the story forward and you ask yourself (as the writer) questions about the characters that will start to give them personality. From there a story is born.</p>
<p>Whether you&#8217;re trying to come up with a concept, the same technique can be used in game design. Let&#8217;s try a quick one:</p>
<blockquote><p><a href="http://www.devilsgarage.com/games/fallout/"><img src="http://www.baconandgames.com/wp-content/uploads/fallout.dude_.jpg" alt="" title="Click to visit Devil's Garage" width="162" height="100" class="alignright size-full wp-image-1115" /></a>It&#8217;s a post-apocalyptic world. Some devastating event has massacred not only the plant and animal life on the planet, but it&#8217;s disrupted the very planet itself. Everything is in chaos: Constant earthquakes, lava and steam vents spew randomly from the surface of the planet. The planet is experiencing violent and dramatic weather changes&#8230; climates that would normally be thousands of miles apart are now tangled up against one another. From the shadows you hear awful shrieking, groaning and hellish cries from sources unknown.</p></blockquote>
<p>Now, certainly this paints a vivid picture that will drive the story. Who is the character and why did HE survive? How many others survived? Is he searching for someone? What is making those awful noises? Is this planet Earth or another planet all together? What year is it? And so on&#8230;</p>
<p>These are all great questions that will get you well on your way to an interesting game with a rich story. But you can also use situational writing to come up with a type of game and your mechanics, both of which will drive what makes your game fun, unique and challenging. Some questions I&#8217;d ask myself about this world&#8230;
<ul>
<li>How does the hero react to the different climates? Can he stand extreme heat and cold? </li>
<li>Does he need special suits to withstand extreme temperaturs? Is there a puzzle element here, like The Lost Vikings?</li>
<li>Strong steel and concrete structures would probably have survived. Maybe the character is making his way across the ruins of a city, the remains of which are mostly the twisted skeletal structures of skyscrapers and subway tunnels.</li>
<li>How does he move across this landscape? Does he slide down twisted beams? How does he react to heights? Maybe his movement slows or gets wobbly the higher he gets. Can he wall jump?</li>
<li>I bet our hero would have his dog with him. How can a dog fit into this game? Is he protection, like a shield who takes hits for us? Can we play as the dog? Does the dog sniff out food or other hidden items? If so, he&#8217;s a privilege, something that makes the game easier. So what in our game can take the dog away and how do we prevent it? How do we get him back when we lose him?</li>
<li>If this isn&#8217;t Earth, what&#8217;s the gravity like? Is it weak like the moon? What kinds of challenges and benefits are there to moon gravity? What about heavy gravity?</li>
<li>Maybe now the planet has screwy magnetism and the hero has crafted metal boots to take advantage of that. What kinds of challenges can be born out of this concept?</li>
<li>What about shifting gravity? How about strong winds or shifting landscapes? Is there a trigger that warns us of upcoming shifts or do these things just happen at will? Can I find or make something later in the game that gives us this warning? Maybe it&#8217;s the dog&#8230; if we still have him.</li>
<li>What about all of this makes the character fun to play?</li>
<li>What about all of this will make him difficult to master?</li>
</ul>
<p>The questions can go on and on. But you can see how very quickly you&#8217;ll find a place to start. Once you start fleshing this stuff out, you&#8217;ll begin to identify the hero&#8217;s strengths and weaknesses. You&#8217;ll define the types of challenges he&#8217;ll face, the enemies he (or she) will encounter and how they behave, react and use this landscape to their advantage. Just a few sentences can pose a ton of questions, probably more than you can answer. But situational writing is a great way to get started building the world your hero will live in and the rules, advantages and challenges that will make playing as him (or her) fun.</p>
<p>By the way, if somebody wants to make this game&#8230; go for it. If not, maybe I will ;)</p>
<p><em>UPDATE: I received some good feedback on this article and it appears that I wasn&#8217;t clear on how story and mechanics interrelate. Typically, they do not or at least they do not have to. If you changed the characters and objects in Super Mario Bros. the mechanics of the game probably wouldn&#8217;t change . The story doesn&#8217;t dictate how he jumps, how fast he runs and certainly not why Flower + Person = Fire. The intention of this article was to suggest one way you can get yourself started if you&#8217;re staring at a blank page. If you&#8217;ve got nothing, thins kind of thinking can shake ideas loose. You can reverse engineer a story into a game, then work forward as if you had started from the mechanics you stumbled on through situational writing. Thanks for the feedback!</em></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/BaconAndGames?a=bDcIXXEp0sE:zR8GX-mEq9E:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/BaconAndGames?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BaconAndGames?a=bDcIXXEp0sE:zR8GX-mEq9E:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/BaconAndGames?i=bDcIXXEp0sE:zR8GX-mEq9E:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/BaconAndGames/~4/bDcIXXEp0sE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.baconandgames.com/2011/05/10/how-stephen-king-can-make-you-a-better-game-designer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.baconandgames.com/2011/05/10/how-stephen-king-can-make-you-a-better-game-designer/</feedburner:origLink></item>
		<item>
		<title>Bfxr Builds on Sfxr, Adds Mixer and More</title>
		<link>http://feedproxy.google.com/~r/BaconAndGames/~3/AvulIIu1SVM/</link>
		<comments>http://www.baconandgames.com/2011/03/29/bfxr-builds-on-sfxr-adds-mixer-and-more/#comments</comments>
		<pubDate>Tue, 29 Mar 2011 18:14:20 +0000</pubDate>
		<dc:creator>Sean James McKenzie</dc:creator>
				<category><![CDATA[Actionscript]]></category>
		<category><![CDATA[Game Design]]></category>
		<category><![CDATA[8bit]]></category>
		<category><![CDATA[sfx]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://www.baconandgames.com/?p=1101</guid>
		<description><![CDATA[Free sfx editor as3sfxr-b becomes Bfxr. Adds mixer, new waveforms, new filters and more!]]></description>
			<content:encoded><![CDATA[<p>Back in February I wrote about <a href="http://www.baconandgames.com/2011/02/25/free-sfx-generator-as3sfxr-b/">as3sfxr-b</a>, a free sound effect generator written in AS3. <a href="http://www.increpare.com/">Increpare</a>, the editor&#8217;s author, has recently updated to a version dubbed <a href="http://www.bfxr.net/">Bfxr</a>, which extends the already fantastic AS3-based sfx generator. </p>
<p><img src="http://www.baconandgames.com/wp-content/uploads/Screen-shot-2011-03-29-at-11.05.49-AM.png" alt="Bfxr Screenshot Mixer" title="Bfxr Screenshot Mixer" width="343" height="170" class="aligncenter size-full wp-image-1103" /></p>
<p>The biggest addition in this version is the inclusion of a mixer. That&#8217;s right, you can now create sfx with this editor and then mix several tracks together to create a much more complex, layered sfx. You don&#8217;t even have to leave the browser. All these years I&#8217;ve been using audio editing tools like a sucker. OK, ok&#8230; you can&#8217;t completely abandon your audio tools, but it <em>is</em> an extremely handy feature.</p>
<p>He&#8217;s also added some additional waveforms, filters and some other fun features. But your head is still spinning from the news about the mixer, I know. So I&#8217;ll give you a moment.</p>
<p>Good?</p>
<p>Go <a href="http://www.bfxr.net/">check out Bfxr</a> now. </p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/BaconAndGames?a=AvulIIu1SVM:HKrI3SIpPms:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/BaconAndGames?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BaconAndGames?a=AvulIIu1SVM:HKrI3SIpPms:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/BaconAndGames?i=AvulIIu1SVM:HKrI3SIpPms:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/BaconAndGames/~4/AvulIIu1SVM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.baconandgames.com/2011/03/29/bfxr-builds-on-sfxr-adds-mixer-and-more/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.baconandgames.com/2011/03/29/bfxr-builds-on-sfxr-adds-mixer-and-more/</feedburner:origLink></item>
		<item>
		<title>Original GTA Game Doc</title>
		<link>http://feedproxy.google.com/~r/BaconAndGames/~3/_wrmyxbATGQ/</link>
		<comments>http://www.baconandgames.com/2011/03/24/original-gta-game-doc/#comments</comments>
		<pubDate>Thu, 24 Mar 2011 18:36:56 +0000</pubDate>
		<dc:creator>Sean James McKenzie</dc:creator>
				<category><![CDATA[Game Design]]></category>
		<category><![CDATA[8bit]]></category>
		<category><![CDATA[rockstar]]></category>

		<guid isPermaLink="false">http://www.baconandgames.com/?p=1092</guid>
		<description><![CDATA[Download the original game design doc for GTA 1. Old school baby!]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.baconandgames.com/wp-content/uploads/gta.header.jpg" alt="GTA Header Image" title="GTA Header Image" width="500" height="149" class="aligncenter size-full wp-image-1093" /></p>
<p>The original game design document for GTA 1 surfaced on Reddit recently. It&#8217;s a quick read and totally worth it if you&#8217;re into game design. A few noteworthy nuggets:
<ul>
<li>The working title was <em>Race &#8216;n&#8217; Chase</em>. > Good move going with GTA instead, Rockstar.</li>
<li>They reference other games in their doc, including Sim City and Doom. > A game made by gamers. It&#8217;s neat to get a glimpse at some of their influences.</li>
<li>There&#8217;s a decent mix of design and technical notes in here. It&#8217;s all very high level, but interesting to see the technical challenges and solutions they addressed even this early on.</li>
<li>The only pedestrians listed in this doc are <em>&#8220;Schoolchildren, lollipop ladies and dogs.&#8221;</em> &#8211; This list is immediately preceded by <em>&#8220;[Pedestrians] can be run over cars&#8221;</em>. Rockstar knew exactly where they were going with this franchise from the very beginning ;)</li>
</ul>
<p>The article on Reddit offered up a 10mb download of 12 jpeg pages. I stitched them together into smaller, single pdf for your convenience. It&#8217;s an interesting read. You can <a href='http://www.baconandgames.com/wp-content/uploads/original.gta_.game_.doc.pdf'>download the original GTA game doc here</a>.</p>
<p>GTA and other old games of theirs are available for free download on <a href="http://www.rockstargames.com/classics/?id=1">Rockstar&#8217;s website</a>. And for more info on the original game, they have a <a href="http://www.rockstargames.com/gta/">deliciously 90&#8242;s GTA website</a> still up for browsing. </p>
<p>Many thanks to Ajay Karat of <a href="http://www.devilsgarage.com" target="_blank">The Devil&#8217;s Garage</a> for the article tip.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/BaconAndGames?a=_wrmyxbATGQ:gnwYwh-VIAA:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/BaconAndGames?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BaconAndGames?a=_wrmyxbATGQ:gnwYwh-VIAA:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/BaconAndGames?i=_wrmyxbATGQ:gnwYwh-VIAA:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/BaconAndGames/~4/_wrmyxbATGQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.baconandgames.com/2011/03/24/original-gta-game-doc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.baconandgames.com/2011/03/24/original-gta-game-doc/</feedburner:origLink></item>
		<item>
		<title>Nitrome Game: Knight Trap, Vertical Frogger?</title>
		<link>http://feedproxy.google.com/~r/BaconAndGames/~3/xb5JtuRhulM/</link>
		<comments>http://www.baconandgames.com/2011/03/23/nitrome-game-knight-trap-vertical-frogger/#comments</comments>
		<pubDate>Wed, 23 Mar 2011 19:11:07 +0000</pubDate>
		<dc:creator>Sean James McKenzie</dc:creator>
				<category><![CDATA[Game News]]></category>
		<category><![CDATA[nitrome]]></category>

		<guid isPermaLink="false">http://www.baconandgames.com/?p=1089</guid>
		<description><![CDATA[Upcoming game from @nitrome Knight Trap looks like it's going to be pretty neat. Vertical frogger anyone?]]></description>
			<content:encoded><![CDATA[<p><iframe title="YouTube video player" width="500" height="305" src="http://www.youtube.com/embed/OP8feoGECVg" frameborder="0" allowfullscreen></iframe></p>
<p>Nitrome released a gameplay video of an upcoming title, Knight Trap, which looks a bit like vertical Frogger on crack. Too early to tell, but the game looks like it&#8217;s going to be pretty amusing. </p>
<p>UPDATE: Nitrome has since released this game. You can <a href="http://www.nitrome.com/games/knighttrap/">play Knight Trap here</a>.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/BaconAndGames?a=xb5JtuRhulM:zRP62etxx5E:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/BaconAndGames?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BaconAndGames?a=xb5JtuRhulM:zRP62etxx5E:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/BaconAndGames?i=xb5JtuRhulM:zRP62etxx5E:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/BaconAndGames/~4/xb5JtuRhulM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.baconandgames.com/2011/03/23/nitrome-game-knight-trap-vertical-frogger/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.baconandgames.com/2011/03/23/nitrome-game-knight-trap-vertical-frogger/</feedburner:origLink></item>
		<item>
		<title>Battle Block Theater Intro is Awesome</title>
		<link>http://feedproxy.google.com/~r/BaconAndGames/~3/hQCystuTCwU/</link>
		<comments>http://www.baconandgames.com/2011/03/14/battle-block-theater-intro-is-awesome/#comments</comments>
		<pubDate>Mon, 14 Mar 2011 21:19:48 +0000</pubDate>
		<dc:creator>Sean James McKenzie</dc:creator>
				<category><![CDATA[Great Games]]></category>
		<category><![CDATA[alien hominid]]></category>
		<category><![CDATA[castle crashers]]></category>
		<category><![CDATA[the behemoth]]></category>
		<category><![CDATA[xbox]]></category>

		<guid isPermaLink="false">http://www.baconandgames.com/?p=1087</guid>
		<description><![CDATA[Battle Block Theater intro sneak peak. Upcoming game from @thebehemoth]]></description>
			<content:encoded><![CDATA[<p>It appears that the intro for <a href="http://www.battleblocktheater.com/">Battle Block Theater</a> has been released (or leaked). It&#8217;s not on the Battle Block Theater website yet, nor the <a href="http://www.thebehemoth.com/">Behemoth&#8217;s dev blog</a>. I hope they&#8217;re ok with this being out there. It&#8217;s really funny and uniquely done and is quite possibly the first intro since the L4D series that actually held my attention. </p>
<p><iframe title="YouTube video player" width="500" height="305" src="http://www.youtube.com/embed/6GecekMBtyo" frameborder="0" allowfullscreen></iframe></p>
<p>For those of you who don&#8217;t know, The Behemoth is responsible for Alien Hominid and Castle Crashers.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/BaconAndGames?a=hQCystuTCwU:Ul_D6ANcrRI:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/BaconAndGames?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BaconAndGames?a=hQCystuTCwU:Ul_D6ANcrRI:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/BaconAndGames?i=hQCystuTCwU:Ul_D6ANcrRI:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/BaconAndGames/~4/hQCystuTCwU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.baconandgames.com/2011/03/14/battle-block-theater-intro-is-awesome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.baconandgames.com/2011/03/14/battle-block-theater-intro-is-awesome/</feedburner:origLink></item>
		<item>
		<title>Nitrome Gameplay Video: Steamlands</title>
		<link>http://feedproxy.google.com/~r/BaconAndGames/~3/B4AObb6ro8w/</link>
		<comments>http://www.baconandgames.com/2011/03/08/nitrome-gameplay-video-steamlands/#comments</comments>
		<pubDate>Tue, 08 Mar 2011 18:52:16 +0000</pubDate>
		<dc:creator>Sean James McKenzie</dc:creator>
				<category><![CDATA[Game News]]></category>
		<category><![CDATA[nitrome]]></category>

		<guid isPermaLink="false">http://www.baconandgames.com/?p=1082</guid>
		<description><![CDATA[Here's a gameplay video of @Nitrome 's upcoming game, Steamlands.]]></description>
			<content:encoded><![CDATA[<p>Nitrome posted a gameplay video of their upcoming strategy game Steamlands, which looks to be larger in scope than the standard Nitrome game. I&#8217;m a fan of Nitrome&#8217;s work, don&#8217;t get me wrong, but lately I feel like their games have jumped the shark. <a href="http://www.nitrome.com/games/tinycastle/" target="_blank">Tiny Castle</a> is the last game of theirs that I was really impressed with. I hope that Steamlands is a return to their glory days. Speaking of which, if Nitrome happens to be listening&#8230; how about a Tiny Castle 2? That one is definitely worthy of a sequel.</p>
<p><iframe title="YouTube video player" width="480" height="390" src="http://www.youtube.com/embed/GrCb_6v8nAI" frameborder="0" allowfullscreen></iframe></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/BaconAndGames?a=B4AObb6ro8w:Z5QMiLcQQ0c:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/BaconAndGames?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BaconAndGames?a=B4AObb6ro8w:Z5QMiLcQQ0c:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/BaconAndGames?i=B4AObb6ro8w:Z5QMiLcQQ0c:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/BaconAndGames/~4/B4AObb6ro8w" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.baconandgames.com/2011/03/08/nitrome-gameplay-video-steamlands/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.baconandgames.com/2011/03/08/nitrome-gameplay-video-steamlands/</feedburner:origLink></item>
	</channel>
</rss>

