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

<channel>
	<title>We Get Signal - Dev Blog &#187; game dev</title>
	<atom:link href="http://blog.wegetsignal.ca/tag/game-dev/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.wegetsignal.ca</link>
	<description>Flash Innovation and Experimentation</description>
	<lastBuildDate>Fri, 09 Dec 2011 19:04:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Flash, HTML5, WebGL and Unity</title>
		<link>http://blog.wegetsignal.ca/2011/12/01/flash-html5-webgl-and-unity/</link>
		<comments>http://blog.wegetsignal.ca/2011/12/01/flash-html5-webgl-and-unity/#comments</comments>
		<pubDate>Thu, 01 Dec 2011 16:34:40 +0000</pubDate>
		<dc:creator>JP</dc:creator>
				<category><![CDATA[Industry News]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[adobe air]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[game dev]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[unity]]></category>
		<category><![CDATA[webgl]]></category>

		<guid isPermaLink="false">http://blog.wegetsignal.ca/?p=205</guid>
		<description><![CDATA[I&#8217;m a bit late to the party here, but the internet has been buzzing a lot lately with the &#8216;news&#8217; that Adobe has killed Flash. Well, not quite. First off let&#8217;s put this into perspective. They&#8217;ve killed Flash Mobile, more specifically the plug-in that comes with mobile phones in their browser. Does this mean Flash [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m a bit late to the party here, but the internet has been buzzing a lot lately with the &#8216;news&#8217; that <a href="http://www.wired.com/gadgetlab/2011/11/adobe-kills-mobile-flash/">Adobe has killed Flash</a>. Well, not quite.</p>
<p>First off let&#8217;s put this into perspective. They&#8217;ve killed Flash <em>Mobile</em>, more specifically the plug-in that comes with mobile phones in their <em>browser</em>. Does this mean Flash on mobile and tablet platforms is completely dead and gone? No, in fact the majority of Flash experiences on mobile and desktop will likely move to AIR.</p>
<div class="wp-caption aligncenter" style="width: 306px"><a href="http://www.adobe.com/products/air/features.html"><img class=" " title="Adobe AIR" src="http://cdn.androidcentral.com/sites/androidcentral.com/files/articleimage/Casey%20Chan/2010/02/adobe-air.png" alt="" width="296" height="156" /></a><p class="wp-caption-text">Can AIR3 save Flash?</p></div>
<p>Android phones can still use AIR, as will the RIM Playbook (ha ha.) iOS apps built with Flash are built in a different way, essentially having a version of AIR compiled into them &#8211; and iOS never permitted in-browser Flash &#8211; so it&#8217;s completely irrelevant to that platform anyway.</p>
<p>Matter of fact I would say <strong>this announcement is a good thing.</strong> First of all, Android and Playbook will still get Flash Player 11, which is way advanced for a browser plug-in for your phone. Still I think the Flash pipeline is starting to breach into some really cool territory, with fully fledged 3D hardware acceleration and the ability to finally produce fully native apps (see <a href="http://www.adobe.com/products/air/features.html">Captive AIR Runtimes and other AIR3 features</a>.)</p>
<p>At least for the immediate future, AIR3 is a great step forward for game devs in Flash because it gives them a way to get their awesome experiences out to the world with minimal fuss.</p>
<p>Still, stigma is a big thing on the web. HTML5 is the future, primarily because the number is higher than HTML4. It has exciting things available like Canvas and WebGL which mean Flash will soon be redundant. Well. Someday.</p>
<div class="wp-caption aligncenter" style="width: 399px"><img class="    " title="HTML5 - The future" src="http://www.w3.org/html/logo/downloads/HTML5_sticker.png" alt="" width="389" height="194" /><p class="wp-caption-text">HTML - The Future.. sort of</p></div>
<p>See, we&#8217;re not quite there yet. For games, HTML5 relies heavily on WebGL to deliver good performance. The Canvas element (while cool) isn&#8217;t really up to speed in the performance arena. You can also resort to moving images around the screen with JavaScript and CSS, which is kind of a nasty hack in my opinion. But <a href="http://madebyevan.com/webgl-water/">WebGL can do some really cool stuff</a>!</p>
<div id="attachment_220" class="wp-caption alignright" style="width: 310px"><a href="http://blog.wegetsignal.ca/2011/12/01/flash-html5-webgl-and-unity/screen-shot-2011-12-01-at-11-27-22-am/" rel="attachment wp-att-220"><img class="size-medium wp-image-220 " title="WebGL Demo" src="http://blog.wegetsignal.ca/wp-content/uploads/2011/12/Screen-shot-2011-12-01-at-11.27.22-AM-300x256.png" alt="WebGL Demo" width="300" height="256" /></a><p class="wp-caption-text">Awesome WebGL Water FX</p></div>
<p>Hopefully you can see that properly, it&#8217;s a really cool rippling water demo in WebGL (see preview image at right.) If you can&#8217;t &#8211; well &#8211; WebGL isn&#8217;t available to everyone for a few reasons. One would be that not all platforms and browsers support it. On one particularly important platform, <a href="http://www.theregister.co.uk/2011/06/16/webgl_in_ios_5/">it&#8217;s proprietary and only available to advertisers</a>. Actually one other browser manufacturer that makes up fully 40% of the browsing world <a href="http://en.wikipedia.org/wiki/WebGL#Desktop_Browsers">has no plans whatsoever to support it.</a></p>
<p>There&#8217;s a number of other issues &#8211; incomplete HTML5 implementations aside, we&#8217;re plagued with other problems like <a href="http://blog.mozilla.com/metrics/2009/08/21/why-people-dont-upgrade-their-browser-part-i/">people who don&#8217;t or can&#8217;t upgrade their browser</a>, <a href="http://pacoup.com/2011/02/03/flash-vs-html5-performance/">performance</a> and inconsistent behaviour (see above.) But we&#8217;re getting there. Still, it&#8217;s hard to understand why we&#8217;re accepting these drawbacks now when we have a plug-in (Flash) that all but eliminates these problems.</p>
<p><strong>OK. So the word &#8220;Flash&#8221; isn&#8217;t sexy</strong> anymore in the tech world, especially not in the web world. More and more we&#8217;re seeing developers jump ship before the spectre of Steve Jobs crushes Flash for good. Personally I feel the jump to another platform is premature &#8211; especially HTML5 &#8211; but it seems to be raising awareness of another not-so-new contender in the web games arena, <a href="http://unity3d.com/">Unity</a>.</p>
<div class="wp-caption alignleft" style="width: 220px"><a href="http://www.unity3d.com"><img class=" " title="Unity 3D" src="http://b.vimeocdn.com/ps/100/878/1008784_300.jpg" alt="" width="210" height="210" /></a><p class="wp-caption-text">Unity 3D - Powerful, Easy, Awesome.</p></div>
<p>Briefly stated Unity has some advantages over WebGL for game development that may allow it to really shine right now. For one, it performs consistently and quickly across all platforms. You&#8217;re not restricted to the browser &#8211; you can publish native apps for just about any platform, <a href="http://unity3d.com/unity/publishing/">including all the popular consoles</a>. It is a game engine and editor first &#8211; not simply a graphics library &#8211; so it can really help companies and developers play with ideas and publish something quickly. It does 2D handily as well as 3D, so it&#8217;s worth anyone&#8217;s time really.</p>
<p>There&#8217;s a couple caveats to this post I&#8217;ve written. Probably the biggest one is that yes, HTML5 really is the future. For web browsing. That&#8217;s important &#8211; just as important as it was to move on from frame-based websites and table layouts to HTML4. It&#8217;s a good thing we&#8217;re moving on. It really is. There are also tools emerging which will make game creation for HTML5 less painful &#8211; <a href="http://stencyl.com">Stencyl</a> (not yet but <a href="http://blog.stencyl.com/?p=448">soon</a>,) <a href="http://www.scirra.com/construct2">Construct</a>, <a href="http://gamesalad.com/">GameSalad</a> and others are all great programs to keep your eye on if you&#8217;re someone curious about game development and the fantastic new world of compliant browsers. Flash is also really good if you&#8217;re exporting native apps &#8211; nobody has to know that you bundled AIR in there and you can certainly make excellent experiences with it. Plus <a href="http://labs.adobe.com/technologies/wallaby/">Flash already has some support for HTML5</a> and you can expect them to build upon that in the future. The bottom line is that Flash has a great pipeline for animation into code and you can still make incredible experiences with it. If you&#8217;re concerned about what is industry sexy though, it may pay to learn a new trick or two!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wegetsignal.ca/2011/12/01/flash-html5-webgl-and-unity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PEGJam and SUPER BUSKER</title>
		<link>http://blog.wegetsignal.ca/2011/07/18/pegjam-and-super-busker/</link>
		<comments>http://blog.wegetsignal.ca/2011/07/18/pegjam-and-super-busker/#comments</comments>
		<pubDate>Tue, 19 Jul 2011 01:23:03 +0000</pubDate>
		<dc:creator>JP</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[Work in Progress]]></category>
		<category><![CDATA[game dev]]></category>
		<category><![CDATA[game jam]]></category>
		<category><![CDATA[super busker]]></category>

		<guid isPermaLink="false">http://blog.wegetsignal.ca/?p=192</guid>
		<description><![CDATA[So let&#8217;s get one thing straight. PEGJam 2.0 was incredible, and I highly encourage anyone looking to attend in the years to come to set aside the time to do so. Despite roasting in quite possibly 40°C+ conditions, the talent was so densely packed in this room that you could stir it with a spoon. [...]]]></description>
			<content:encoded><![CDATA[<p>So let&#8217;s get one thing straight. PEGJam 2.0 was incredible, and I highly encourage anyone looking to attend in the years to come to set aside the time to do so. Despite roasting in quite possibly 40°C+ conditions, the talent was so densely packed in this room that you could stir it with a spoon.</p>
<p>Moving on. As you probably know the purpose of these here &#8216;Jam&#8217; thingies is to create something new, awesome and fun. There were lots of incredible entries and I encourage you to find them &#8230; somehow. I&#8217;m not exactly sure how, there&#8217;s no central PEGJam game listing.  Alas.</p>
<div id="attachment_193" class="wp-caption aligncenter" style="width: 490px"><a href="http://blog.wegetsignal.ca/2011/07/18/pegjam-and-super-busker/title/" rel="attachment wp-att-193"><img class="size-full wp-image-193" title="Super Busker" src="http://blog.wegetsignal.ca/wp-content/uploads/2011/07/Title.png" alt="Super Busker Title Screen" width="480" height="320" /></a><p class="wp-caption-text">Super Busker</p></div>
<p>SUPER BUSKER is my contribution to the madness. It puts you in the shoes of a panhandler trying to earn his way to the very top of the busker income ranks. Look for this to show up on a portal of some kind soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wegetsignal.ca/2011/07/18/pegjam-and-super-busker/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Eternity Gameplay Preview</title>
		<link>http://blog.wegetsignal.ca/2010/11/09/eternity-gameplay-preview/</link>
		<comments>http://blog.wegetsignal.ca/2010/11/09/eternity-gameplay-preview/#comments</comments>
		<pubDate>Wed, 10 Nov 2010 00:17:56 +0000</pubDate>
		<dc:creator>JP</dc:creator>
				<category><![CDATA[Work in Progress]]></category>
		<category><![CDATA[eternity]]></category>
		<category><![CDATA[game dev]]></category>
		<category><![CDATA[gameplay video]]></category>

		<guid isPermaLink="false">http://blog.wegetsignal.ca/?p=158</guid>
		<description><![CDATA[Since the last update quite a bit of work has gone into Eternity. The AI has been updated with both improvements to the current enemies and the addition of passive &#8220;Trader&#8221; NPCs. Planets also got a bunch of work and now you can land on planets and visit the Starport to trade in for a [...]]]></description>
			<content:encoded><![CDATA[<p>Since the last update quite a bit of work has gone into <em>Eternity</em>. The AI has been updated with both improvements to the current enemies and the addition of passive &#8220;Trader&#8221; NPCs. Planets also got a bunch of work and now you can land on planets and visit the Starport to trade in for a sweet new ship. There&#8217;s still a lot to be done of course! But in the meantime I had a little fun and put together a preview video for my game:</p>
<div style="margin:5px auto; width: 480px; height: 385px;">
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="385" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/2Jdr9aOb54c?fs=1&amp;hl=en_US" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="385" src="http://www.youtube.com/v/2Jdr9aOb54c?fs=1&amp;hl=en_US" allowscriptaccess="always" allowfullscreen="true"></embed></object></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.wegetsignal.ca/2010/11/09/eternity-gameplay-preview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Separating Axis Theorem</title>
		<link>http://blog.wegetsignal.ca/2010/10/30/separating-axis-theorem/</link>
		<comments>http://blog.wegetsignal.ca/2010/10/30/separating-axis-theorem/#comments</comments>
		<pubDate>Sat, 30 Oct 2010 21:47:02 +0000</pubDate>
		<dc:creator>JP</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[game dev]]></category>
		<category><![CDATA[oriented bounding box]]></category>
		<category><![CDATA[physics]]></category>
		<category><![CDATA[separating axis theorem]]></category>

		<guid isPermaLink="false">http://blog.wegetsignal.ca/?p=104</guid>
		<description><![CDATA[The Separating Axis Theorem (SAT) is a staple of pretty much any physics engine in video games these days. Unfortunately so many sites breeze over it with a poor explanation and bunch of ambiguous code. This morning I set out to write up my own collision detection for convex polygons rather than relying on others&#8217; [...]]]></description>
			<content:encoded><![CDATA[<p>The Separating Axis Theorem (SAT) is a staple of pretty much any physics engine in video games these days. Unfortunately so many sites breeze over it with a poor explanation and bunch of ambiguous code.</p>
<p>This morning I set out to write up my own collision detection for convex polygons rather than relying on others&#8217; premade packages. I think everyone has read the amazing <a href="http://www.metanetsoftware.com/technique/tutorialA.html" target="_blank">metanet tutorial on collision detection</a>, but if you&#8217;re looking for something a little clearer or just written in a different style <a href="http://www.sevenson.com.au/actionscript/sat/" target="_blank">this blog might help you out</a>. Anyway, mission accomplished &#8211; I have a perfectly functioning OBB collision detector set up now for use in <em>Eternity</em>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wegetsignal.ca/2010/10/30/separating-axis-theorem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Eternity</title>
		<link>http://blog.wegetsignal.ca/2010/10/21/eternity/</link>
		<comments>http://blog.wegetsignal.ca/2010/10/21/eternity/#comments</comments>
		<pubDate>Fri, 22 Oct 2010 01:17:09 +0000</pubDate>
		<dc:creator>JP</dc:creator>
				<category><![CDATA[Work in Progress]]></category>
		<category><![CDATA[eternity]]></category>
		<category><![CDATA[game dev]]></category>

		<guid isPermaLink="false">http://blog.wegetsignal.ca/?p=111</guid>
		<description><![CDATA[As usually happens a few times a year, a really fun project idea has bitten me and won&#8217;t let go. This one is already looking really solid. Ladies and gentlemen, I humbly introduce to you Eternity: Basically this game will be a jump into the space exploration genre, taking after Escape Velocity which was one [...]]]></description>
			<content:encoded><![CDATA[<p>As usually happens a few times a year, a really fun project idea has bitten me and won&#8217;t let go. This one is already looking really solid. Ladies and gentlemen, I humbly introduce to you <em>Eternity:</em></p>
<div class="wp-caption aligncenter" style="width: 490px"><img title="Eternity Title Screen" src="http://www.wegetsignal.ca/star/img/preview-splash-screen-1.jpg" alt="" width="480" height="320" /><p class="wp-caption-text">Eternity Title Screen</p></div>
<div class="wp-caption alignright" style="width: 298px"><img title="Eternity Alpha Screenshot 2" src="http://www.wegetsignal.ca/star/img/preview-alpha-3.jpg" alt="" width="288" height="192" /><p class="wp-caption-text">Choosing a target</p></div>
<p>Basically this game will be a jump into the space exploration genre, taking after <em>Escape Velocity</em> which was one of my favorite games as a kid. It&#8217;s a nice break from the usual platformers and such that take heavy handed collision engines. Ideally I&#8217;d like to take this game to a level I&#8217;ve never achieved before, allowing some really cool emergent gameplay with the player able to visit different systems and trade items.. AI ships will travel from system to system, and they will range from civilian traders to rogue pirates to military vessels enforcing the peace.</p>
<p>Where it stands right now is that you start in a small shuttle, and as you cross a procedurally generated galaxy you may encounter pirate ships. You can dogfight with them and they explode into tasty particle engine goodness.</p>
<div class="wp-caption alignleft" style="width: 298px"><img title="Eternity Alpha Screenshot" src="http://www.wegetsignal.ca/star/img/preview-alpha-2.jpg" alt="" width="288" height="192" /><p class="wp-caption-text">Enemy vaporized</p></div>
<p>The galaxy is recursively generated, beginning with a central star system and branching outwards, each solar system spawning a layer of children and so forth, as &#8216;space&#8217; permits (ha, ha.) This produces some pretty interesting constellation-like formations in the overview of the galaxy.</p>
<p>Each star system may have planets, and each planet may have moons. As well each system has a unique star backdrop that is generated upon your entry into the system. I may have to drop this feature though, because it seems to slow down some computers rather harshly.</p>
<p>Anyway, if space  exploration is your cup of tea, keep your eyes on this one.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wegetsignal.ca/2010/10/21/eternity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Game Jam for Developers, Artists, Designers..</title>
		<link>http://blog.wegetsignal.ca/2010/03/29/game-jam-for-developers-artists-designers/</link>
		<comments>http://blog.wegetsignal.ca/2010/03/29/game-jam-for-developers-artists-designers/#comments</comments>
		<pubDate>Mon, 29 Mar 2010 12:48:52 +0000</pubDate>
		<dc:creator>JP</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[game dev]]></category>
		<category><![CDATA[game jam]]></category>

		<guid isPermaLink="false">http://blog.wegetsignal.ca/?p=44</guid>
		<description><![CDATA[Are you Canadian? Are you interested in spending a day or two with a bunch of other wild and crazy Canadians who like to make games? No? Then don&#8217;t go here: For the rest of us, it&#8217;s an excellent opportunity to network, socialize and of course improve game development skills. I don&#8217;t know if I can [...]]]></description>
			<content:encoded><![CDATA[<p>Are you Canadian? Are you interested in spending a day or two with a bunch of other wild and crazy Canadians who like to make games? No? Then don&#8217;t go here:</p>
<div class="wp-caption aligncenter" style="width: 394px"><a href="http://blog.mattmakesgames.com/2010/03/game-jam-edmonton.html"><img class="   " title="Game Jam - Edmonton" src="http://mattmakesgames.com/blog/uploaded_images/gamejamedmonton_medium.jpg" alt="" width="384" height="296" /></a><p class="wp-caption-text">Game Jam in Edmonton, Alberta</p></div>
<p>For the rest of us, it&#8217;s an excellent opportunity to network, socialize and of course improve game development skills. I don&#8217;t know if I can make this particular one, but there is another coming up soon in Winnipeg (sometime in May.) Whether you&#8217;re an accomplished programmer or a total neophyte designer, it&#8217;s a good experience.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wegetsignal.ca/2010/03/29/game-jam-for-developers-artists-designers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GiraffeRPG</title>
		<link>http://blog.wegetsignal.ca/2010/03/15/girafferpg/</link>
		<comments>http://blog.wegetsignal.ca/2010/03/15/girafferpg/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 01:28:58 +0000</pubDate>
		<dc:creator>JP</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Work in Progress]]></category>
		<category><![CDATA[adobe air]]></category>
		<category><![CDATA[flex 4]]></category>
		<category><![CDATA[game dev]]></category>
		<category><![CDATA[girafferpg]]></category>
		<category><![CDATA[spark]]></category>

		<guid isPermaLink="false">http://blog.wegetsignal.ca/?p=36</guid>
		<description><![CDATA[I&#8217;ve started work on another new project, a collaboration with one of the artists I&#8217;ve met through TIGSource. It&#8217;s under the tentative title of GiraffeRPG for reasons I am sure you can hypothesize on your lonesome. For the man known only as &#8220;J.R. Hill&#8221;, it is an outlet for his desire to draw giraffes. Many [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve started work on another new project, a collaboration with one of the artists I&#8217;ve met through <a href="http://www.tigsource.com/" target="_blank">TIGSource</a>. It&#8217;s under the tentative title of <em>GiraffeRPG</em> for reasons I am sure you can hypothesize on your lonesome. For the man known only as &#8220;J.R. Hill&#8221;, it is an outlet for his desire to draw giraffes. Many of them. Cute ones. My own ambitions were simply to create an RPG. I think that sums it up.</p>
<div class="wp-caption aligncenter" style="width: 396px"><img title="GiraffeRPG in Development" src="http://www.wegetsignal.ca/girafferpg/img/game-and-mapeditor-alpha-2.jpg" alt="" width="386" height="206" /><p class="wp-caption-text">GiraffeRPG in Development</p></div>
<p>Right now <em>GiraffeRPG</em> has a working Tile Map Editor written for Adobe AIR. It&#8217;s also built on Flex 4, so I&#8217;ve been fiddling around with the new Spark components. Flex to me is far too cumbersome in most cases and I&#8217;m not even sure I really like it here. On the other hand, it did make rapid development of a functional editor quite easy and the ability (thanks to AIR) to access local files is really, really handy.</p>
<p>Next phase of the game is to start working on building out some areas for Giraffey to walk around and some collision code to accommodate the various edge types. After that we will move onto &#8216;entities&#8217;, which include the characters and enemies of the game.</p>
<p>If you&#8217;re interested in some of J.R. Hill&#8217;s artwork, check out his site <a title="Time for Cute" href="http://timeforcute.com/" target="_blank">Time For Cute</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wegetsignal.ca/2010/03/15/girafferpg/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rock, Paper, Zombie Playable</title>
		<link>http://blog.wegetsignal.ca/2010/02/10/rock-paper-zombie-playable/</link>
		<comments>http://blog.wegetsignal.ca/2010/02/10/rock-paper-zombie-playable/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 04:26:28 +0000</pubDate>
		<dc:creator>JP</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[game dev]]></category>
		<category><![CDATA[rock paper zombie]]></category>

		<guid isPermaLink="false">http://blog.wegetsignal.ca/2010/02/10/rock-paper-zombie-playable/</guid>
		<description><![CDATA[Well, I think we&#8217;ve sat on this long enough. Go ahead, jump on in. The only weird thing you might see is this fuschia coloured button.. click it to flag yourself as &#8216;ready to battle&#8217;. The next person who clicks it will be paired up with you.]]></description>
			<content:encoded><![CDATA[<p>Well, I think we&#8217;ve sat on this long enough. Go ahead, <a title="Rock, Paper, Zombie" href="http://rpz.wegetsignal.ca" target="_blank">jump on in.</a></p>
<p>The only weird thing you might see is this fuschia coloured button.. click it to flag yourself as &#8216;ready to battle&#8217;. The next person who clicks it will be paired up with you.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wegetsignal.ca/2010/02/10/rock-paper-zombie-playable/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rock, Paper, Zombie</title>
		<link>http://blog.wegetsignal.ca/2010/01/18/rock-paper-zombie/</link>
		<comments>http://blog.wegetsignal.ca/2010/01/18/rock-paper-zombie/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 06:19:16 +0000</pubDate>
		<dc:creator>JP</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[game dev]]></category>
		<category><![CDATA[rock paper zombie]]></category>

		<guid isPermaLink="false">http://blog.wegetsignal.ca/?p=5</guid>
		<description><![CDATA[While Mushroomer is being judged, I&#8217;ve started work on a new project that was originally penciled out several months ago. The concept is simple: Rock, Paper, Scissors&#8230; with Zombies. Now of course there&#8217;s more to it than that! Sadly, for the moment I&#8217;ll have to leave you with just a tiny hint of what&#8217;s to [...]]]></description>
			<content:encoded><![CDATA[<p>While Mushroomer is being judged, I&#8217;ve started work on a new project that was originally penciled out several months ago. The concept is simple: Rock, Paper, Scissors&#8230; with Zombies.</p>
<p>Now of course there&#8217;s more to it than that!</p>
<p>Sadly, for the moment I&#8217;ll have to leave you with just a tiny hint of what&#8217;s to come. Enjoy.</p>
<div class="wp-caption aligncenter" style="width: 522px"><img class="  " title="Rock, Paper, Zombie" src="http://rpz.wegetsignal.ca/img/rpz-header.png" alt="Rock Paper Zombie Logo" width="512" height="112" /><p class="wp-caption-text">Rock Paper Zombie Logo</p></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.wegetsignal.ca/2010/01/18/rock-paper-zombie/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mushroomer in for Judging</title>
		<link>http://blog.wegetsignal.ca/2010/01/17/hello-world/</link>
		<comments>http://blog.wegetsignal.ca/2010/01/17/hello-world/#comments</comments>
		<pubDate>Sun, 17 Jan 2010 16:31:56 +0000</pubDate>
		<dc:creator>JP</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[game dev]]></category>
		<category><![CDATA[mushroomer]]></category>

		<guid isPermaLink="false">http://blog.wegetsignal.ca/?p=1</guid>
		<description><![CDATA[As you may already be aware, Mushroomer was my (somewhat sad) entry into the TIGSource Assemblee Contest. Part one of the contest involved all sorts of great artists and musicians creating assets. Part two was for developers and designers to put together a game. Having never designed a game before.. it was a challenge, to [...]]]></description>
			<content:encoded><![CDATA[<div class="wp-caption alignright" style="width: 310px"><img class="  " title="Mushroomer Gameplay" src="http://www.wegetsignal.ca/mushroomer/img/mushroomer-preview-300x200.jpg" alt="Mushroomer Preview Image" width="300" height="200" /><p class="wp-caption-text">Mushroomer Gameplay Screenshot</p></div>
<p>As you may already be aware, <em>Mushroomer </em>was my (somewhat sad) entry into the <a href="http://www.tigsource.com" target="_blank">TIGSource</a> <a href="http://forums.tigsource.com/index.php?board=38.0" target="_blank">Assemblee Contest</a>. Part one of the contest involved all sorts of great artists and musicians creating assets. Part two was for developers and designers to put together a game.</p>
<p>Having never designed a game before.. it was a challenge, to be sure. After three grueling weeks of cramming all my spare hours into a new game engine, Mushroomer was born.</p>
<p>Unfortunately a lot of stuff got left undone mostly due to my inexperience and time constraints. If you have a minute, try out the <a href="http://mushroomer.wegetsignal.ca/" target="_blank">contest entry version of Mushrooomer</a>. If you&#8217;re feeling particularly verbose, you can leave some comments in the <a href="http://forums.tigsource.com/index.php?topic=10011.0" target="_blank">Assemblee Mushroomer Forum Thread</a>.</p>
<p>I&#8217;m looking forward to doing more of this in the near future.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wegetsignal.ca/2010/01/17/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

