<?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>bunnyhero dev &#187; Video games</title>
	<atom:link href="http://www.bunnyhero.org/category/video-games/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bunnyhero.org</link>
	<description>Notes on iPhone, Flash and Web development</description>
	<lastBuildDate>Mon, 07 Nov 2011 21:49:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Exploring Flixel</title>
		<link>http://www.bunnyhero.org/2011/03/07/exploring-flixel/</link>
		<comments>http://www.bunnyhero.org/2011/03/07/exploring-flixel/#comments</comments>
		<pubDate>Tue, 08 Mar 2011 03:35:20 +0000</pubDate>
		<dc:creator>bunnyhero</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Video games]]></category>

		<guid isPermaLink="false">http://www.bunnyhero.org/?p=531</guid>
		<description><![CDATA[Flixel is a free, open source 2D game engine built in ActionScript 3, from Adam Atomic, creator of Canabalt and other games. I became especially curious about Flixel ever since the iOS version of Canabalt went open source at the end of 2010. Both the Flash and iOS versions of Canabalt use Flixel. I understand [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.bunnyhero.org/wp-content/uploads/2011/03/flixel-header.png" alt="exploring flixel" title="exploring flixel" width="500" height="171" class="aligncenter size-full wp-image-546" style="margin: 0" /><br /><a href="http://flixel.org/">Flixel</a> is a free, open source 2D game engine built in ActionScript 3, from <a href="http://adamatomic.com">Adam Atomic</a>, creator of <a href="http://www.canabalt.com/">Canabalt</a> and other games. I became especially curious about Flixel ever since the iOS version of Canabalt <a href="http://blog.semisecretsoftware.com/nearly-25000-raised-for-charity-canabalt-goes">went open source at the end of 2010</a>. Both the Flash and iOS versions of Canabalt use Flixel. I understand that the iOS port of Flixel is still early, and from what I can tell, documentation for the iOS port is essentially nonexistent as of yet.</p>
<p>Regardless, here is my plan:</p>
<ol>
<li>Learn Flixel and create a game</li>
<li>Port it to iOS <em>[EDIT: that is, port <strong>my game</strong> to iOS, using the Flixel iOS port that is in the Canabalt source]</em></li>
<li>???</li>
<li>PROFIT!!!</li>
</ol>
<p>&#8230;all while blogging about the experience, of course. At least, that&#8217;s the idea &#8212; no promises that I&#8217;ll actually get very far! If I get really ambitious I might even write a tutorial at some point.</p>
<h3>First experiences</h3>
<p>Getting started with Flixel was pretty easy, thanks to the &#8220;Hello, World&#8221; tutorials available on the <a href="http://flashgamedojo.com/wiki/index.php?title=Category:Flixel">Flash Game Dojo wiki</a> (which appears to be the main documentation hub for Flixel). After that I wasn&#8217;t sure where to go next, since the documentation is a bit scattered and disorganized. I did find some great info on the <a href="https://github.com/AdamAtomic/flixel">Github project page</a> and <a href="https://github.com/AdamAtomic/flixel/wiki">wiki</a>, which oddly is not linked to from the Flixel home page (as I said, a bit scattered). Perhaps Flash Game Dojo is where all the action is supposed to be now? I&#8217;m not really sure.</p>
<p>What I&#8217;m finding most helpful right now are the very simple example games, complete with source code, provided by Adam Atomic, which are a great help to see how the framework expects things to be set up. The <a href="http://flixel.org/flxteroids/">FlxTeroids</a> source code is instructive, as well as <a href="http://flixel.org/EZPlatformer/">EZPlatformer</a> (which has a <a href="http://flashgamedojo.com/wiki/index.php?title=EZPlatformer_%28Flixel%29">nice tutorial</a> with it).</p>
<p>Despite the disorganization, there is a lot of good information out there, including the very active <a href="http://flixel.org/forums/">forums</a> (which I&#8217;ve not yet explored).</p>
<h3>A question of units</h3>
<p>One bit of info I couldn&#8217;t find was what units the FlxObject class uses for velocity and acceleration. I did a quick experiment, and it turns out that velocity is in <em>pixels per second</em>, and acceleration is in <em>pixels per second per second</em> &#8212; all very sensible, but it wasn&#8217;t explicitly stated anywhere I could find. Similarly, the angle and angularVelocity members are in <em>degrees</em> (not radians) and <em>degrees per second</em>.</p>
<h3>What&#8217;s next?</h3>
<p>This has been a bit of a rambling blog post (I, too, am a bit scattered!). Next I decide on what kind of game to make (something very simple) and start making it! Along the way I will share what I&#8217;ve learned.</p>
<p>Stay tuned&#8230;!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bunnyhero.org/2011/03/07/exploring-flixel/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Plague: 1; bunnyhero: 0</title>
		<link>http://www.bunnyhero.org/2010/10/25/plaue-1-bunnyhero-0/</link>
		<comments>http://www.bunnyhero.org/2010/10/25/plaue-1-bunnyhero-0/#comments</comments>
		<pubDate>Mon, 25 Oct 2010 18:20:21 +0000</pubDate>
		<dc:creator>bunnyhero</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Video games]]></category>
		<category><![CDATA[october challenge]]></category>

		<guid isPermaLink="false">http://www.bunnyhero.org/?p=463</guid>
		<description><![CDATA[So after almost 3 weeks I&#8217;m finally feeling close to normal. Whiskey tango foxtrot! Plague from hell. That means there&#8217;s no way I could get anything approved for the app store before October ends. I suppose, in theory, I could get something ready to at least submit by then, but that means completing a whole [...]]]></description>
			<content:encoded><![CDATA[<p>So after almost 3 weeks I&#8217;m finally feeling close to normal. Whiskey tango foxtrot! Plague from hell.</p>
<p>That means there&#8217;s no way I could get anything approved for the app store before October ends. I suppose, in theory, I could get something ready to at least submit by then, but that means completing a whole game in a week&#8217;s time. It&#8217;s possible, but to be honest I&#8217;m not sure if I&#8217;m up to it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bunnyhero.org/2010/10/25/plaue-1-bunnyhero-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>October challenge week 1: ha! :(</title>
		<link>http://www.bunnyhero.org/2010/10/08/october-challenge-week-1-ha/</link>
		<comments>http://www.bunnyhero.org/2010/10/08/october-challenge-week-1-ha/#comments</comments>
		<pubDate>Fri, 08 Oct 2010 19:19:10 +0000</pubDate>
		<dc:creator>bunnyhero</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Video games]]></category>
		<category><![CDATA[october challenge]]></category>

		<guid isPermaLink="false">http://www.bunnyhero.org/?p=453</guid>
		<description><![CDATA[I&#8217;m off to a terrible start, unfortunately :( This month started off very busy, with little time for me to work on the challenge, and now I&#8217;ve been struck down with some kind of plague that makes it very difficult to concentrate on anything for any length of time. All I&#8217;ve got so far are [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m off to a terrible start, unfortunately :( This month started off very busy, with little time for me to work on the <a href="http://www.bunnyhero.org/2010/10/01/october-challenge/">challenge</a>, and now I&#8217;ve been struck down with some kind of plague that makes it very difficult to concentrate on anything for any length of time.</p>
<p>All I&#8217;ve got so far are two rectangles on the screen. In theory, this will become a gameplay prototype. In practice&#8230; it&#8217;s two rectangles on the screen.</p>
<p>I sure hope I get better quick. Not going to give up just yet. In the meantime, I think I&#8217;ll just go and have a little lie down somewhere.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bunnyhero.org/2010/10/08/october-challenge-week-1-ha/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>October Challenge</title>
		<link>http://www.bunnyhero.org/2010/10/01/october-challenge/</link>
		<comments>http://www.bunnyhero.org/2010/10/01/october-challenge/#comments</comments>
		<pubDate>Fri, 01 Oct 2010 20:51:02 +0000</pubDate>
		<dc:creator>bunnyhero</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Video games]]></category>
		<category><![CDATA[october challenge]]></category>

		<guid isPermaLink="false">http://www.bunnyhero.org/?p=442</guid>
		<description><![CDATA[I have decided to try my hand at the October Challenge, AKA PoV&#8217;s Challenge. It&#8217;s a personal challenge to create and sell at least one copy of a game before the end of October. I&#8217;ve been meaning to participate in one of these game-making challenges for a while (like Ludum Dare, or Toronto Game Jam), [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.bunnyhero.org/wp-content/uploads/2010/10/october-challenge.jpg" alt="" title="october challenge" width="470" height="199" class="aligncenter size-full wp-image-447" /><br />
I have decided to try my hand at <a href="http://www.ludumdare.com/compo/2010/09/22/povs-challenge-make-a-game-sell-1-copy/">the October Challenge, AKA PoV&#8217;s Challenge</a>. It&#8217;s a personal challenge to create and <em>sell</em> at least one copy of a game before the end of October.</p>
<p>I&#8217;ve been meaning to participate in one of these game-making challenges for a while (like <a href="http://www.ludumdare.com/">Ludum Dare</a>, or <a href="http://www.tojam.ca/">Toronto Game Jam</a>), but never have, partly because those 2- or 3-day sprints are a little too easy to procrastinate about (blink and they&#8217;re over! and I am a master procrastinator),  and partly because they seem a little too intensive for me in my advancing age (I like sleep!).</p>
<p>This one seems like something I could actually <em>do</em> and yet still be a kick-in-the-pants challenge. I like that PoV references <a href="http://www.nanowrimo.org/">NaNoWriMo</a> in his post :)</p>
<p>Since I plan to make an iOS game, fulfilling the last part of the challenge (sell a copy) is partly at the mercy of Apple&#8217;s app review process, but I&#8217;m going to give it my best shot anyway. And of course I plan to blog about it all here.</p>
<p>Wish me [good] luck! And let me know if you&#8217;ll be participating too.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bunnyhero.org/2010/10/01/october-challenge/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Genesis^H^H^H^H^H^H^H Droid Does</title>
		<link>http://www.bunnyhero.org/2009/10/18/genesishhhhhhh-droid-does/</link>
		<comments>http://www.bunnyhero.org/2009/10/18/genesishhhhhhh-droid-does/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 21:45:06 +0000</pubDate>
		<dc:creator>bunnyhero</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Video games]]></category>
		<category><![CDATA[droid]]></category>
		<category><![CDATA[genesis]]></category>
		<category><![CDATA[nintendo]]></category>
		<category><![CDATA[retro]]></category>
		<category><![CDATA[sega]]></category>
		<category><![CDATA[verizon]]></category>

		<guid isPermaLink="false">http://www.bunnyhero.org/?p=261</guid>
		<description><![CDATA[Verizon&#8217;s hard-hitting &#8220;Droid Does&#8221; anti-iPhone ad (via TechCrunch): I love my iPhone (and developing for it) but I definitely would like to see more competition in this space. I think this ad hits home for those of us who are frustrated with the iPhone&#8217;s shortcomings. On the other hand, the style of the end of [...]]]></description>
			<content:encoded><![CDATA[<p>Verizon&#8217;s hard-hitting &#8220;Droid Does&#8221; anti-iPhone ad (via TechCrunch):</p>
<p><object width="445" height="364"><param name="movie" value="http://www.youtube-nocookie.com/v/dPYM-XTqcec&#038;hl=en&#038;fs=1&#038;rel=0&#038;border=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube-nocookie.com/v/dPYM-XTqcec&#038;hl=en&#038;fs=1&#038;rel=0&#038;border=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="445" height="364"></embed></object></p>
<p>I love my iPhone (and developing for it) but I definitely would like to see more competition in this space. I think this ad hits home for those of us who are frustrated with the iPhone&#8217;s shortcomings. On the other hand, the style of the end of the video makes me think of trailers for horror movies. I&#8217;m not sure that&#8217;s such a good association to make!</p>
<p>This ad campaign also reminds me of the old Sega Genesis commercials back in the day:<br />
<object width="445" height="364"><param name="movie" value="http://www.youtube-nocookie.com/v/k7nsBoqJ6s8&#038;hl=en&#038;fs=1&#038;rel=0&#038;border=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube-nocookie.com/v/k7nsBoqJ6s8&#038;hl=en&#038;fs=1&#038;rel=0&#038;border=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="445" height="364"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bunnyhero.org/2009/10/18/genesishhhhhhh-droid-does/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PlayStation 3 Flash and browser info</title>
		<link>http://www.bunnyhero.org/2006/12/21/playstation-3-flash-and-browser-info/</link>
		<comments>http://www.bunnyhero.org/2006/12/21/playstation-3-flash-and-browser-info/#comments</comments>
		<pubDate>Thu, 21 Dec 2006 06:26:27 +0000</pubDate>
		<dc:creator>bunnyhero</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Video games]]></category>

		<guid isPermaLink="false">http://www.bunnyhero.org/2006/12/21/playstation-3-flash-and-browser-info/</guid>
		<description><![CDATA[The &#8220;About Flash&#8221; page reports that the PS3 is running Flash Player 7.0.70.0. The User-Agent is reported as &#8220;Mozilla/5.0 (PLAYSTATION 3; 1.00)&#8221;. For what it&#8217;s worth :) I have not run any Javascript or rendering tests or anything like that. I should see if anyone else has already. EDIT: Aha! Someone has, and seems to [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://www.adobe.com/products/flash/about">&#8220;About Flash&#8221; page</a> reports that the PS3 is running <b>Flash Player 7.0.70.0</b>.</p>
<p>The User-Agent is reported as <b>&#8220;Mozilla/5.0 (PLAYSTATION 3; 1.00)&#8221;</b>.</p>
<p>For what it&#8217;s worth :)</p>
<p>I have not run any Javascript or rendering tests or anything like that. I should see if anyone else has already.</p>
<p>EDIT: Aha! Someone has, and seems to have done <a href="http://www.design215.com/read.php?title=playstation%203%20browser%20specs">quite an exhaustive job of it</a>. Very handy, bookmarking now :)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bunnyhero.org/2006/12/21/playstation-3-flash-and-browser-info/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PlayStation 3 web browser: technical specs anywhere?</title>
		<link>http://www.bunnyhero.org/2006/10/20/playstation-3-web-browser-technical-specs-anywhere/</link>
		<comments>http://www.bunnyhero.org/2006/10/20/playstation-3-web-browser-technical-specs-anywhere/#comments</comments>
		<pubDate>Fri, 20 Oct 2006 16:14:32 +0000</pubDate>
		<dc:creator>bunnyhero</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Video games]]></category>

		<guid isPermaLink="false">http://www.bunnyhero.org/2006/10/20/playstation-3-web-browser-technical-specs-anywhere/</guid>
		<description><![CDATA[Yesterday, at Sony&#8217;s Gamers Day in San Francisco, Sony demonstrated the PlayStation 3&#8242;s web browser (which will be included free with the PS3), including the viewing of movie clips on YouTube. I am assuming that this means the PS3 browser has full Flash player capabilities. I&#8217;ve done some quick googling but haven&#8217;t been able to [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday, at Sony&#8217;s Gamers Day in San Francisco, <a href="http://www.1up.com/do/newsStory?cId=3154539">Sony demonstrated the PlayStation 3&#8242;s web browser</a> (which will be included free with the PS3), including the viewing of movie clips on YouTube. I am assuming that this means the PS3 browser has full Flash player capabilities.</p>
<p>I&#8217;ve done some quick googling but haven&#8217;t been able to find any details about the PS3 web browser (unlike the <a href="http://www.opera.com/products/devices/nintendo/">Wii&#8217;s browser, which is based on Opera</a>). If it&#8217;s based on Mozilla (or some other existing, known browser source), it would make our jobs as web developers much easier. If not, it will be another platform to target, especially if the PS3 browser becomes a major player. I&#8217;m also curious about what version of Flash is running on it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bunnyhero.org/2006/10/20/playstation-3-web-browser-technical-specs-anywhere/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

