

<?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>Nation Pigeon &#187; PyGame</title>
	<atom:link href="http://www.nationpigeon.com/archives/tag/pygame/feed" rel="self" type="application/rss+xml" />
	<link>http://www.nationpigeon.com</link>
	<description>Nation Pigeon, the nations favourite Pigeon!</description>
	<lastBuildDate>Mon, 06 Sep 2010 17:20:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Frame rate independent movement in PyGame</title>
		<link>http://www.nationpigeon.com/archives/248</link>
		<comments>http://www.nationpigeon.com/archives/248#comments</comments>
		<pubDate>Wed, 19 Aug 2009 15:04:26 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[game dev]]></category>
		<category><![CDATA[PyGame]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://www.nationpigeon.com/archives/248</guid>
		<description><![CDATA[To make sure that your game runs the same on all computers that can handle it. You will need to make sure that your actions are independent from the frame rate. To do this in python you can put this code above the game loop framerate = 60 #frames per second clock = pygame.time.Clock() and <a href="http://www.nationpigeon.com/archives/248">Read..</a>]]></description>
		<wfw:commentRss>http://www.nationpigeon.com/archives/248/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Python RTS [END]</title>
		<link>http://www.nationpigeon.com/archives/115</link>
		<comments>http://www.nationpigeon.com/archives/115#comments</comments>
		<pubDate>Mon, 09 Jun 2008 21:25:08 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[game dev]]></category>
		<category><![CDATA[PyGame]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[RTS]]></category>

		<guid isPermaLink="false">http://www.nationpigeon.com/?p=115</guid>
		<description><![CDATA[This post will have all the information about the Python based RTS that I am about to start to develop with the help of everyone in Nation Pigeon forum. It will be written with python as the main language and then extra modules expected to be used will be PyGame, twisted and possible PyOpenGL. This <a href="http://www.nationpigeon.com/archives/115">Read..</a>]]></description>
		<wfw:commentRss>http://www.nationpigeon.com/archives/115/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GIR And PyGame</title>
		<link>http://www.nationpigeon.com/archives/81</link>
		<comments>http://www.nationpigeon.com/archives/81#comments</comments>
		<pubDate>Mon, 09 Jun 2008 14:08:31 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[StarQuest]]></category>
		<category><![CDATA[PyGame]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://www.nationpigeon.com/archives/81</guid>
		<description><![CDATA[I have had a play around with PyGame and this is what I have been able to do. PyGame Mess One these where made by taking bits from the example code, line by line chimp and other PyGame games. erm I created them along time ago so I can&#8217;t really remember where I got the <a href="http://www.nationpigeon.com/archives/81">Read..</a>]]></description>
		<wfw:commentRss>http://www.nationpigeon.com/archives/81/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
