<?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: 3d10 Game Scripts</title>
	<atom:link href="http://aterribleidea.com/3d10-game-scripts/feed/" rel="self" type="application/rss+xml" />
	<link>http://aterribleidea.com</link>
	<description>This Site Is A Terrible Idea</description>
	<lastBuildDate>Wed, 10 Mar 2010 23:56:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Duane</title>
		<link>http://aterribleidea.com/3d10-game-scripts/comment-page-1/#comment-11</link>
		<dc:creator>Duane</dc:creator>
		<pubDate>Mon, 13 Jul 2009 17:43:41 +0000</pubDate>
		<guid isPermaLink="false">http://chaoticneutral.net/?page_id=51#comment-11</guid>
		<description>The include.php file just has the links that appear at the top of the scripts.  No functional code.</description>
		<content:encoded><![CDATA[<p>The include.php file just has the links that appear at the top of the scripts.  No functional code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hui</title>
		<link>http://aterribleidea.com/3d10-game-scripts/comment-page-1/#comment-9</link>
		<dc:creator>hui</dc:creator>
		<pubDate>Sat, 27 Jun 2009 06:23:22 +0000</pubDate>
		<guid isPermaLink="false">http://chaoticneutral.net/?page_id=51#comment-9</guid>
		<description>Can I ask what is inside the the file of include.php?

thanks</description>
		<content:encoded><![CDATA[<p>Can I ask what is inside the the file of include.php?</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hui</title>
		<link>http://aterribleidea.com/3d10-game-scripts/comment-page-1/#comment-7</link>
		<dc:creator>hui</dc:creator>
		<pubDate>Sat, 27 Jun 2009 06:12:17 +0000</pubDate>
		<guid isPermaLink="false">http://chaoticneutral.net/?page_id=51#comment-7</guid>
		<description>I am trying to create a simple php blackjack game. I can show the cards image, but I am stuck at the hit and stand part, I cant hit the card appearing with the dealercard and playercard together. This problem has troubled me a long time. Should I create $_Session varaible to store the dealercard and playercard?</description>
		<content:encoded><![CDATA[<p>I am trying to create a simple php blackjack game. I can show the cards image, but I am stuck at the hit and stand part, I cant hit the card appearing with the dealercard and playercard together. This problem has troubled me a long time. Should I create $_Session varaible to store the dealercard and playercard?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Duane</title>
		<link>http://aterribleidea.com/3d10-game-scripts/comment-page-1/#comment-5</link>
		<dc:creator>Duane</dc:creator>
		<pubDate>Wed, 24 Jun 2009 19:53:21 +0000</pubDate>
		<guid isPermaLink="false">http://chaoticneutral.net/?page_id=51#comment-5</guid>
		<description>I&#039;ve put up working text at http://aterribleidea.com/3d10/3d10-simple-blackjack-dealer.txt

Can you tell me more about what your problems are?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve put up working text at <a href="http://aterribleidea.com/3d10/3d10-simple-blackjack-dealer.txt" rel="nofollow">http://aterribleidea.com/3d10/3d10-simple-blackjack-dealer.txt</a></p>
<p>Can you tell me more about what your problems are?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hui</title>
		<link>http://aterribleidea.com/3d10-game-scripts/comment-page-1/#comment-10</link>
		<dc:creator>hui</dc:creator>
		<pubDate>Wed, 24 Jun 2009 04:33:41 +0000</pubDate>
		<guid isPermaLink="false">http://chaoticneutral.net/?page_id=51#comment-10</guid>
		<description>I have the same problem with Dylan Martin. Can anyone help?</description>
		<content:encoded><![CDATA[<p>I have the same problem with Dylan Martin. Can anyone help?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bevan</title>
		<link>http://aterribleidea.com/3d10-game-scripts/comment-page-1/#comment-6</link>
		<dc:creator>Bevan</dc:creator>
		<pubDate>Sun, 17 May 2009 16:30:21 +0000</pubDate>
		<guid isPermaLink="false">http://chaoticneutral.net/?page_id=51#comment-6</guid>
		<description>sorry....forgot to say im working with the blackjack dealer!</description>
		<content:encoded><![CDATA[<p>sorry&#8230;.forgot to say im working with the blackjack dealer!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bevan</title>
		<link>http://aterribleidea.com/3d10-game-scripts/comment-page-1/#comment-8</link>
		<dc:creator>Bevan</dc:creator>
		<pubDate>Sun, 17 May 2009 16:29:17 +0000</pubDate>
		<guid isPermaLink="false">http://chaoticneutral.net/?page_id=51#comment-8</guid>
		<description>Whenever the player goes to hit I get this error

Warning: array_shift() [function.array-shift]: The argument should be an array in blackjack.php on line 80

And also when the player hits stay nothing happens, in the example on your site it shows what the dealer ended up getting.

Any help would be great!!
Thanks</description>
		<content:encoded><![CDATA[<p>Whenever the player goes to hit I get this error</p>
<p>Warning: array_shift() [function.array-shift]: The argument should be an array in blackjack.php on line 80</p>
<p>And also when the player hits stay nothing happens, in the example on your site it shows what the dealer ended up getting.</p>
<p>Any help would be great!!<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Duane</title>
		<link>http://aterribleidea.com/3d10-game-scripts/comment-page-1/#comment-12</link>
		<dc:creator>Duane</dc:creator>
		<pubDate>Thu, 19 Feb 2009 04:24:48 +0000</pubDate>
		<guid isPermaLink="false">http://chaoticneutral.net/?page_id=51#comment-12</guid>
		<description>Can you indicate what bugs you are running into, or what problem you are having?</description>
		<content:encoded><![CDATA[<p>Can you indicate what bugs you are running into, or what problem you are having?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dylan Martin</title>
		<link>http://aterribleidea.com/3d10-game-scripts/comment-page-1/#comment-13</link>
		<dc:creator>Dylan Martin</dc:creator>
		<pubDate>Thu, 19 Feb 2009 02:46:12 +0000</pubDate>
		<guid isPermaLink="false">http://chaoticneutral.net/?page_id=51#comment-13</guid>
		<description>Hi there,
I have recently downloaded the Simple Blackjack Dealer from the IBM development website but I appear to be having a few problems fixing the bugs. Do you think you could upload an updated working copy or possibly email it to me? I will be most grateful,
Thanks</description>
		<content:encoded><![CDATA[<p>Hi there,<br />
I have recently downloaded the Simple Blackjack Dealer from the IBM development website but I appear to be having a few problems fixing the bugs. Do you think you could upload an updated working copy or possibly email it to me? I will be most grateful,<br />
Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
