<?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: Mini-Project: Autocell</title>
	<atom:link href="http://raelifin.com/code/mini-project-autocell/feed/" rel="self" type="application/rss+xml" />
	<link>http://raelifin.com/code/mini-project-autocell/</link>
	<description>Deus ex Machina</description>
	<lastBuildDate>Thu, 26 Apr 2012 00:22:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Raelifin</title>
		<link>http://raelifin.com/code/mini-project-autocell/comment-page-1/#comment-219</link>
		<dc:creator>Raelifin</dc:creator>
		<pubDate>Fri, 28 May 2010 18:58:26 +0000</pubDate>
		<guid isPermaLink="false">http://raelifin.com/?p=356#comment-219</guid>
		<description>Torrential Rain:

EMPTY-&gt;BLUE: north = BLUE or (north = CYAN and south = WHITE)
EMPTY-&gt;CYAN: north = CYAN or east = BLUE or west = BLUE
EMPTY-&gt;WHITE: (south = BLUE and (not (north = NULL))) or south = WHITE

CYAN-&gt;EMPTY: south = EMPTY or south = CYAN
CYAN-&gt;BLUE: north = CYAN or north = BLUE or south = WHITE

BLUE-&gt;EMPTY: south = EMPTY
BLUE-&gt;CYAN: south = CYAN or west = EMPTY or east = EMPTY or north = WHITE

WHITE-&gt;EMPTY: not (north = NULL)
WHITE-&gt;CYAN: north = NULL</description>
		<content:encoded><![CDATA[<p>Torrential Rain:</p>
<p>EMPTY->BLUE: north = BLUE or (north = CYAN and south = WHITE)<br />
EMPTY->CYAN: north = CYAN or east = BLUE or west = BLUE<br />
EMPTY->WHITE: (south = BLUE and (not (north = NULL))) or south = WHITE</p>
<p>CYAN->EMPTY: south = EMPTY or south = CYAN<br />
CYAN->BLUE: north = CYAN or north = BLUE or south = WHITE</p>
<p>BLUE->EMPTY: south = EMPTY<br />
BLUE->CYAN: south = CYAN or west = EMPTY or east = EMPTY or north = WHITE</p>
<p>WHITE->EMPTY: not (north = NULL)<br />
WHITE->CYAN: north = NULL</p>
]]></content:encoded>
	</item>
</channel>
</rss>

