<?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>Jop Wielens &#187; conway</title>
	<atom:link href="http://www.interactionfigure.nl/tag/conway/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.interactionfigure.nl</link>
	<description>Actionscript experiments and general weirdness</description>
	<lastBuildDate>Fri, 23 Dec 2011 08:15:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Conway’s Game of Life in Flash</title>
		<link>http://www.interactionfigure.nl/2009/conways-game-of-life-in-flash/</link>
		<comments>http://www.interactionfigure.nl/2009/conways-game-of-life-in-flash/#comments</comments>
		<pubDate>Sat, 06 Jun 2009 15:45:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[as3]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[conway]]></category>
		<category><![CDATA[game of life]]></category>

		<guid isPermaLink="false">http://www.interactionfigure.nl/?p=3</guid>
		<description><![CDATA[Sorry, not the most original thing to build but it felt like I had to do it I love that something that is based on only 4 simple rules can create something so cool. Have a read through this article on Wikipedia if you want to know more about it. These are the rules: Any [...]]]></description>
			<content:encoded><![CDATA[<p>Sorry, not the most original thing to build but it felt like I had to do it <img class="wp-smiley" src="../wp-includes/images/smilies/icon_smile.gif" alt=":-)" /></p>
<p>I love that something that is based on only 4 simple rules can create something so cool. Have a read through <a onclick="javascript:pageTracker._trackPageview('/outbound/article/en.wikipedia.org');" href="http://en.wikipedia.org/wiki/Conway%27s_Game_of_Life">this article on Wikipedia</a> if you want to know more about it.</p>
<p>These are the rules:</p>
<blockquote>
<ol>
<li> Any live cell with fewer than two live neighbors dies, as if by loneliness.</li>
<li>Any live cell with more than three live neighbors dies, as if by overcrowding.</li>
<li>Any live cell with two or three live neighbors lives, unchanged, to the next generation.</li>
<li>Any dead cell with exactly three live neighbors comes to life.</li>
</ol>
</blockquote>
<p>Have fun playing! <a onclick="javascript:pageTracker._trackPageview('/downloads/source/game_of_life.zip');" href="http://www.interactionfigure.nl/source/game_of_life.zip">Here is the source</a> if you’re interested.</p>

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm_game_of_life_761998919"
			class="flashmovie"
			width="600"
			height="400">
	<param name="movie" value="http://www.interactionfigure.nl/swfs/game_of_life.swf" />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="http://www.interactionfigure.nl/swfs/game_of_life.swf"
			name="fm_game_of_life_761998919"
			width="600"
			height="400">
	<!--<![endif]-->
		<a href="http://adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>

	<!--[if !IE]>-->
	</object>
	<!--<![endif]-->
</object>
]]></content:encoded>
			<wfw:commentRss>http://www.interactionfigure.nl/2009/conways-game-of-life-in-flash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

