<?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>Stealthcopter.com &#187; games</title>
	<atom:link href="http://www.stealthcopter.com/blog/tag/games/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stealthcopter.com/blog</link>
	<description>Android, Linux, Python and stealthcopters</description>
	<lastBuildDate>Fri, 13 Jan 2012 16:29:58 +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>Borderlands hidden QR codes</title>
		<link>http://www.stealthcopter.com/blog/2010/07/borderlands-hidden-qr-codes/</link>
		<comments>http://www.stealthcopter.com/blog/2010/07/borderlands-hidden-qr-codes/#comments</comments>
		<pubDate>Wed, 07 Jul 2010 18:30:08 +0000</pubDate>
		<dc:creator>mat</dc:creator>
				<category><![CDATA[misc]]></category>
		<category><![CDATA[games]]></category>

		<guid isPermaLink="false">http://www.stealthcopter.com/blog/?p=922</guid>
		<description><![CDATA[I found an easter egg in borderlands: So I used a barcode reader on my Nexus One Plaintext: NICK WILSON HO OH However I am not the only person to have spotted this, unsurprisingly really as I&#8217;m almost half a year late on starting the game. There are several QR codes hidden as shown in [...]]]></description>
			<content:encoded><![CDATA[<p>I found an easter egg in borderlands:</p>
<p><div id="attachment_923" class="wp-caption aligncenter" style="width: 610px"><a href="http://www.stealthcopter.com/blog/2010/07/borderlands-hidden-qr-codes/borderlands/" rel="attachment wp-att-923"><img src="http://www.stealthcopter.com/blog/wp-content/uploads/2010/07/borderlands-600x375.png" alt="Borderlands hidden QR codes" title="Borderlands hidden QR codes" width="600" height="375" class="size-medium wp-image-923" /></a><p class="wp-caption-text">Borderlands hidden QR codes</p></div><br />
<div id="attachment_924" class="wp-caption aligncenter" style="width: 548px"><a href="http://www.stealthcopter.com/blog/2010/07/borderlands-hidden-qr-codes/pc/" rel="attachment wp-att-924"><img src="http://www.stealthcopter.com/blog/wp-content/uploads/2010/07/pc.png" alt="zoomed in on the qr code" title="zoomed in on the qr code" width="538" height="341" class="size-full wp-image-924" /></a><p class="wp-caption-text">zoomed in on the qr code</p></div></p>
<p>So I used a barcode reader on my <a href="http://www.stealthcopter.com/blog/2010/04/received-my-complimentary-nexus-one-from-google-device-seeding/">Nexus One</a></p>
<p>Plaintext:</p>
<blockquote><p>
NICK WILSON</p>
<p>HO OH
</p>
</blockquote>
<p>However I am not the only person to have spotted this, unsurprisingly really as I&#8217;m almost half a year late on starting the game. There are several QR codes hidden as shown in <a href="http://borderlands.wikia.com/wiki/QR_Code">this wiki page</a> and someone else went to the pain-staking task of copying out this QR code pixel-by-pixel rather than using a QR scanner or image software, crazy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stealthcopter.com/blog/2010/07/borderlands-hidden-qr-codes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Advancing PyMan (using python&#8217;s pygame to recreate pacman)</title>
		<link>http://www.stealthcopter.com/blog/2010/02/advancing-pyman-using-pythons-pygame-to-recreate-pacman/</link>
		<comments>http://www.stealthcopter.com/blog/2010/02/advancing-pyman-using-pythons-pygame-to-recreate-pacman/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 22:25:32 +0000</pubDate>
		<dc:creator>mat</dc:creator>
				<category><![CDATA[python]]></category>
		<category><![CDATA[games]]></category>

		<guid isPermaLink="false">http://www.stealthcopter.com/blog/?p=201</guid>
		<description><![CDATA[A while back I followed a few tutorials on creating a pacman game in python using pygame. I took the resulting code from these tutorials and added several enhancements. Unfortunately I haven&#8217;t had enough time to continue with the code, so hopefully this code is of use to someone learning python to play with and [...]]]></description>
			<content:encoded><![CDATA[<p>A while back I followed a few tutorials on creating a pacman game in python using pygame. I took the resulting code from these tutorials and added several enhancements. Unfortunately I haven&#8217;t had enough time to continue with the code, so hopefully this code is of use to someone learning python to play with and further enhance (Who knows might end up feature complete!).</p>
<p><div id="attachment_714" class="wp-caption aligncenter" style="width: 518px"><a href="http://www.stealthcopter.com/blog/2010/02/advancing-pyman-using-pythons-pygame-to-recreate-pacman/matpan/" rel="attachment wp-att-714"><img src="http://www.stealthcopter.com/blog/wp-content/uploads/2010/02/matpan.png" alt="Screen shot of PyMan in action" title="Screen shot of PyMan in action" width="508" height="606" class="size-full wp-image-714" /></a><p class="wp-caption-text">Screen shot of PyMan in action</p></div></p>
<p><strong>Enhancements over original code</strong></p>
<ul>
<li>start menu</li>
<li>sounds</li>
<li>multiple ghosts</li>
<li>not having to hold down a directional button constantly</li>
<li>can press a direction before a turn and will turn at next opertunity (like real pacman)</li>
<li>probably more stuff that I&#8217;ve forgotten about by now</li>
</ul>
<p><strong>Source</strong><br />
<a href="http://www.stealthcopter.com/files/python/matpan.zip">Source Files</a> &#8211; The source and files, to run the game just run &#8220;python PyMan.py&#8221;</p>
<p><strong>References</strong><br />
I believe the site where I got the original code from was <a href="http://www.learningpython.com">learningpython.com</a> (not 100% sure) and the following links to the tutorials:<br />
<a href="http://www.learningpython.com/2006/03/12/creating-a-game-in-python-using-pygame-part-one/">Tutorial 1</a><br />
<a href="http://www.learningpython.com/2006/03/19/creating-a-game-in-python-using-pygame-part-two-creating-a-level/">Tutorial 2</a><br />
<a href="http://www.learningpython.com/2006/04/16/creating-a-game-in-python-using-pygame-part-3-adding-the-bad-guys/">Tutorial 3</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.stealthcopter.com/blog/2010/02/advancing-pyman-using-pythons-pygame-to-recreate-pacman/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

