<?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>dom111.co.uk &#187; john conway</title>
	<atom:link href="http://www.dom111.co.uk/blog/tag/john-conway/feed" rel="self" type="application/rss+xml" />
	<link>http://www.dom111.co.uk/blog</link>
	<description>Move along. Nothing to see here.</description>
	<lastBuildDate>Wed, 14 Jul 2010 19:30:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Conway&#8217;s Game of Life</title>
		<link>http://www.dom111.co.uk/blog/rambles/conways-game-of-life/44</link>
		<comments>http://www.dom111.co.uk/blog/rambles/conways-game-of-life/44#comments</comments>
		<pubDate>Mon, 17 Nov 2008 23:49:19 +0000</pubDate>
		<dc:creator>dom111</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Maths]]></category>
		<category><![CDATA[Rambles]]></category>
		<category><![CDATA[game of life]]></category>
		<category><![CDATA[john conway]]></category>

		<guid isPermaLink="false">http://www.dom111.co.uk/blog/?p=44</guid>
		<description><![CDATA[So, thanks to xkcd I learnt about something cool today that&#8217;s been around for ages (wish I&#8217;d studied more maths&#8230;.). All the sites I found for playing with the simulation had Java applets on them, so I wanted to make a javascript one, I know it&#8217;s not a true implementation, because it goes a bit [...]]]></description>
			<content:encoded><![CDATA[<p>So, thanks to <a href="http://xkcd.com/505/">xkcd</a> I learnt about <a href="http://en.wikipedia.org/wiki/Conway's_Game_of_Life">something cool</a> today that&#8217;s been around for ages (wish I&#8217;d studied more maths&#8230;.).</p>
<p>All the sites I found for playing with the simulation had Java applets on them, so I wanted to make a javascript one, I know it&#8217;s not a true implementation, because it goes a bit mental at the edges&#8230; but it was interesting anyway&#8230;</p>
<p>It&#8217;s <a href="http://dom111.co.uk/files/gameOfLife/gameOfLife.html">here</a> anyway if anyone wants to play&#8230; The timings might be a bit of a problem if you create a huge grid with small squares&#8230; so be prepared for Internet Exploder to give you some memory leak issues&#8230;</p>
<p><a href="http://dom111.co.uk/files/gameOfLife/gameOfLife.html">http://dom111.co.uk/files/gameOfLife/gameOfLife.html</a></p>
<p><strong>Edit</strong>: Updated links.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dom111.co.uk/blog/rambles/conways-game-of-life/44/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
