<?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: Autocell 2</title>
	<atom:link href="http://raelifin.com/code/autocell-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://raelifin.com/code/autocell-2/</link>
	<description>Deus ex Machina</description>
	<lastBuildDate>Sat, 05 Nov 2011 16:18:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Raelifin</title>
		<link>http://raelifin.com/code/autocell-2/comment-page-1/#comment-255</link>
		<dc:creator>Raelifin</dc:creator>
		<pubDate>Sun, 01 Aug 2010 05:36:11 +0000</pubDate>
		<guid isPermaLink="false">http://raelifin.com/?p=378#comment-255</guid>
		<description>Thanks! Also, I know about the IE thing. It&#039;s because this is HTML5, and IE doesn&#039;t support that yet.</description>
		<content:encoded><![CDATA[<p>Thanks! Also, I know about the IE thing. It&#8217;s because this is HTML5, and IE doesn&#8217;t support that yet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jt</title>
		<link>http://raelifin.com/code/autocell-2/comment-page-1/#comment-254</link>
		<dc:creator>jt</dc:creator>
		<pubDate>Sun, 01 Aug 2010 00:35:14 +0000</pubDate>
		<guid isPermaLink="false">http://raelifin.com/?p=378#comment-254</guid>
		<description>still awsome though</description>
		<content:encoded><![CDATA[<p>still awsome though</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jt</title>
		<link>http://raelifin.com/code/autocell-2/comment-page-1/#comment-253</link>
		<dc:creator>jt</dc:creator>
		<pubDate>Sun, 01 Aug 2010 00:34:41 +0000</pubDate>
		<guid isPermaLink="false">http://raelifin.com/?p=378#comment-253</guid>
		<description>this game is very cool and all but i find it wont work on internet explorer</description>
		<content:encoded><![CDATA[<p>this game is very cool and all but i find it wont work on internet explorer</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raelifin</title>
		<link>http://raelifin.com/code/autocell-2/comment-page-1/#comment-220</link>
		<dc:creator>Raelifin</dc:creator>
		<pubDate>Sat, 29 May 2010 16:44:56 +0000</pubDate>
		<guid isPermaLink="false">http://raelifin.com/?p=378#comment-220</guid>
		<description>Goopy water:


EMPTY-&gt;BLUE: north = BLUE
BLUE-&gt;EMPTY: south = EMPTY

EMPTY-&gt;BLUE: not(west = EMPTY) and northwest = BLUE
BLUE-&gt;EMPTY: not(south = EMPTY) and southeast = EMPTY

EMPTY-&gt;BLUE: not(east = EMPTY) and northeast = BLUE and not(fareast = EMPTY)
BLUE-&gt;EMPTY: not(south = EMPTY) and southwest = EMPTY

EMPTY-&gt;BLUE: east = BLUE and not(fareast = EMPTY) and cellAt (thisPos + [2,-1]) = BLUE
BLUE-&gt;EMPTY: not(south = EMPTY) and southwest = BLUE and cellAt (thisPos + [-2,1]) = EMPTY

EMPTY-&gt;BLUE: west = BLUE and not(farwest = EMPTY) and cellAt (thisPos + [-2,-1]) = BLUE
BLUE-&gt;EMPTY: not(south = EMPTY) and southeast = BLUE and cellAt (thisPos + [2,1]) = EMPTY</description>
		<content:encoded><![CDATA[<p>Goopy water:</p>
<p>EMPTY->BLUE: north = BLUE<br />
BLUE->EMPTY: south = EMPTY</p>
<p>EMPTY->BLUE: not(west = EMPTY) and northwest = BLUE<br />
BLUE->EMPTY: not(south = EMPTY) and southeast = EMPTY</p>
<p>EMPTY->BLUE: not(east = EMPTY) and northeast = BLUE and not(fareast = EMPTY)<br />
BLUE->EMPTY: not(south = EMPTY) and southwest = EMPTY</p>
<p>EMPTY->BLUE: east = BLUE and not(fareast = EMPTY) and cellAt (thisPos + [2,-1]) = BLUE<br />
BLUE->EMPTY: not(south = EMPTY) and southwest = BLUE and cellAt (thisPos + [-2,1]) = EMPTY</p>
<p>EMPTY->BLUE: west = BLUE and not(farwest = EMPTY) and cellAt (thisPos + [-2,-1]) = BLUE<br />
BLUE->EMPTY: not(south = EMPTY) and southeast = BLUE and cellAt (thisPos + [2,1]) = EMPTY</p>
]]></content:encoded>
	</item>
</channel>
</rss>

