<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: PickUp</title>
	<atom:link href="http://cymonsgames.com/pickup/feed/" rel="self" type="application/rss+xml" />
	<link>http://cymonsgames.com/pickup/</link>
	<description>Anyone can make cool games!</description>
	<lastBuildDate>Sat, 04 Sep 2010 17:00:38 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: sh228</title>
		<link>http://cymonsgames.com/pickup/comment-page-1/#comment-2206</link>
		<dc:creator>sh228</dc:creator>
		<pubDate>Tue, 16 Feb 2010 22:33:49 +0000</pubDate>
		<guid isPermaLink="false">http://cymonsgames.com/?p=2055#comment-2206</guid>
		<description>It did solve it, thanks. Compiled for linux, if you want it.</description>
		<content:encoded><![CDATA[<p>It did solve it, thanks. Compiled for linux, if you want it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://cymonsgames.com/pickup/comment-page-1/#comment-2199</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Mon, 15 Feb 2010 15:54:46 +0000</pubDate>
		<guid isPermaLink="false">http://cymonsgames.com/?p=2055#comment-2199</guid>
		<description>The problem is actually in line 14 up at the top: 
#define RANDOM(x) ((int) rand() / ((float)(RAND_MAX + 1) / x))

Change it to this:
#define RANDOM(x) ((int) rand() % x)

See if that don&#039;t solve it.</description>
		<content:encoded><![CDATA[<p>The problem is actually in line 14 up at the top:<br />
#define RANDOM(x) ((int) rand() / ((float)(RAND_MAX + 1) / x))</p>
<p>Change it to this:<br />
#define RANDOM(x) ((int) rand() % x)</p>
<p>See if that don&#8217;t solve it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sh228</title>
		<link>http://cymonsgames.com/pickup/comment-page-1/#comment-2194</link>
		<dc:creator>sh228</dc:creator>
		<pubDate>Sun, 14 Feb 2010 23:02:20 +0000</pubDate>
		<guid isPermaLink="false">http://cymonsgames.com/?p=2055#comment-2194</guid>
		<description>I think I found the bug...
gcc ./pickup.c
./pickup.c: In function ‘compmove’:
./pickup.c:90: warning: integer overflow in expression
./pickup.c:91: warning: integer overflow in expression

Unfortunately, I don&#039;t know any C. If I can manage to fix it, I&#039;ll email you.</description>
		<content:encoded><![CDATA[<p>I think I found the bug&#8230;<br />
gcc ./pickup.c<br />
./pickup.c: In function ‘compmove’:<br />
./pickup.c:90: warning: integer overflow in expression<br />
./pickup.c:91: warning: integer overflow in expression</p>
<p>Unfortunately, I don&#8217;t know any C. If I can manage to fix it, I&#8217;ll email you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://cymonsgames.com/pickup/comment-page-1/#comment-2185</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Fri, 12 Feb 2010 04:18:21 +0000</pubDate>
		<guid isPermaLink="false">http://cymonsgames.com/?p=2055#comment-2185</guid>
		<description>What? I&#039;ve never seen that. That shouldn&#039;t even be possible.

Well, I guess the challenge is now &quot;Figure out how to fix it and send me the patched code.&quot;</description>
		<content:encoded><![CDATA[<p>What? I&#8217;ve never seen that. That shouldn&#8217;t even be possible.</p>
<p>Well, I guess the challenge is now &#8220;Figure out how to fix it and send me the patched code.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sh228</title>
		<link>http://cymonsgames.com/pickup/comment-page-1/#comment-2184</link>
		<dc:creator>sh228</dc:creator>
		<pubDate>Fri, 12 Feb 2010 03:16:16 +0000</pubDate>
		<guid isPermaLink="false">http://cymonsgames.com/?p=2055#comment-2184</guid>
		<description>Lol... 

Computer takes -2 and leaves 12

I think there&#039;s a wee bug ;)</description>
		<content:encoded><![CDATA[<p>Lol&#8230; </p>
<p>Computer takes -2 and leaves 12</p>
<p>I think there&#8217;s a wee bug ;)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
