<?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: My New Project: Conway&#8217;s Game of Life</title>
	<atom:link href="http://www.nathanieljohnston.com/2009/01/my-new-project-conways-game-of-life/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nathanieljohnston.com/2009/01/my-new-project-conways-game-of-life/</link>
	<description>A blog of recreational math and quantum information theory</description>
	<lastBuildDate>Mon, 30 Aug 2010 23:33:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Kjell Winblad</title>
		<link>http://www.nathanieljohnston.com/2009/01/my-new-project-conways-game-of-life/#comment-50</link>
		<dc:creator>Kjell Winblad</dc:creator>
		<pubDate>Mon, 25 Jan 2010 09:39:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.nathanieljohnston.com/?p=64#comment-50</guid>
		<description>Your project seems to be very nice and ambitious. I think your site will be the best Conway&#039;s Game of Life site when you get your applet to work. As it is now, it makes my firefox browser to crash and it doesn&#039;t work at all in Chrome.

I have started a similar project for similar reasons. At the time I started, I was looking at Google Web Toolkit (compiles Java code into JavaScript) and did some searched on Google for Game of Life and found that the top results where not so very impressing. I thought I could do something better with GWT with the additional benefit that no Java plug-in would be necessary.

The result can be found on:
http://www.conwaysgameoflife.net

I also plan to add a pattern archive and maybe possibility to save patterns. I would like to spend more time on it but to get that time is a problem for me. I will probably make it open source soon so other people can add futures to it.</description>
		<content:encoded><![CDATA[<p>Your project seems to be very nice and ambitious. I think your site will be the best Conway&#8217;s Game of Life site when you get your applet to work. As it is now, it makes my firefox browser to crash and it doesn&#8217;t work at all in Chrome.</p>
<p>I have started a similar project for similar reasons. At the time I started, I was looking at Google Web Toolkit (compiles Java code into JavaScript) and did some searched on Google for Game of Life and found that the top results where not so very impressing. I thought I could do something better with GWT with the additional benefit that no Java plug-in would be necessary.</p>
<p>The result can be found on:<br />
<a href="http://www.conwaysgameoflife.net" rel="nofollow">http://www.conwaysgameoflife.net</a></p>
<p>I also plan to add a pattern archive and maybe possibility to save patterns. I would like to spend more time on it but to get that time is a problem for me. I will probably make it open source soon so other people can add futures to it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: przemo_li</title>
		<link>http://www.nathanieljohnston.com/2009/01/my-new-project-conways-game-of-life/#comment-49</link>
		<dc:creator>przemo_li</dc:creator>
		<pubDate>Sat, 28 Nov 2009 07:35:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.nathanieljohnston.com/?p=64#comment-49</guid>
		<description>Thank You. I think downloading .zip and checking for new not listed in zip file would be the best.

And I&#039;ll add links to your wiki as your applet do.</description>
		<content:encoded><![CDATA[<p>Thank You. I think downloading .zip and checking for new not listed in zip file would be the best.</p>
<p>And I&#8217;ll add links to your wiki as your applet do.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathaniel</title>
		<link>http://www.nathanieljohnston.com/2009/01/my-new-project-conways-game-of-life/#comment-48</link>
		<dc:creator>Nathaniel</dc:creator>
		<pubDate>Fri, 27 Nov 2009 22:28:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.nathanieljohnston.com/?p=64#comment-48</guid>
		<description>&lt;a href=&quot;#comment-1292&quot; rel=&quot;nofollow&quot;&gt;@przemo_li&lt;/a&gt; - New patterns aren&#039;t added terribly frequently (basically just as they are discovered at this point). Certainly no more than one or two are added a week nowadays.

As for the accessing the pattern database itself, you could have your program access the following HTML file, which auto-updates itself on my server:

http://www.conwaylife.com/gollycomplete.html

Note though that the links on that page are not normal HTML links (for example, the link for the first file is &quot;get:pattern.asp?p=101.rle&quot;), so you will have to alter the link a bit to access the actual RLE file on my server (for example, the correct link would be &quot;http://www.conwaylife.com/pattern.asp?p=101.rle&quot;).

Alternatively, if you just want to download the entire pattern collection to have an offline version of it, here is a reasonably up-to-date .zip file of it:

http://www.conwaylife.com/forums/download/file.php?id=32

All the best!</description>
		<content:encoded><![CDATA[<p><a href="#comment-1292" rel="nofollow">@przemo_li</a> &#8211; New patterns aren&#8217;t added terribly frequently (basically just as they are discovered at this point). Certainly no more than one or two are added a week nowadays.</p>
<p>As for the accessing the pattern database itself, you could have your program access the following HTML file, which auto-updates itself on my server:</p>
<p><a href="http://www.conwaylife.com/gollycomplete.html" rel="nofollow">http://www.conwaylife.com/gollycomplete.html</a></p>
<p>Note though that the links on that page are not normal HTML links (for example, the link for the first file is &#8220;get:pattern.asp?p=101.rle&#8221;), so you will have to alter the link a bit to access the actual RLE file on my server (for example, the correct link would be &#8220;http://www.conwaylife.com/pattern.asp?p=101.rle&#8221;).</p>
<p>Alternatively, if you just want to download the entire pattern collection to have an offline version of it, here is a reasonably up-to-date .zip file of it:</p>
<p><a href="http://www.conwaylife.com/forums/download/file.php?id=32" rel="nofollow">http://www.conwaylife.com/forums/download/file.php?id=32</a></p>
<p>All the best!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: przemo_li</title>
		<link>http://www.nathanieljohnston.com/2009/01/my-new-project-conways-game-of-life/#comment-47</link>
		<dc:creator>przemo_li</dc:creator>
		<pubDate>Fri, 27 Nov 2009 20:43:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.nathanieljohnston.com/?p=64#comment-47</guid>
		<description>Hi I&#039;m making a Game of life implementation for C++ at my University. And I wish to add your online database to my app. Is this possible ? Ok I know that if I ask Your database will let me see any pattern I know. But the problem is that I need to discover names of patterns first. Is this possible with your database.

(Simple string with names will be enough).
And can you tell me how often new patterns are added to database ? (To avoid querying database every start looking for new ones).</description>
		<content:encoded><![CDATA[<p>Hi I&#8217;m making a Game of life implementation for C++ at my University. And I wish to add your online database to my app. Is this possible ? Ok I know that if I ask Your database will let me see any pattern I know. But the problem is that I need to discover names of patterns first. Is this possible with your database.</p>
<p>(Simple string with names will be enough).<br />
And can you tell me how often new patterns are added to database ? (To avoid querying database every start looking for new ones).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anders</title>
		<link>http://www.nathanieljohnston.com/2009/01/my-new-project-conways-game-of-life/#comment-43</link>
		<dc:creator>anders</dc:creator>
		<pubDate>Mon, 16 Mar 2009 02:33:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.nathanieljohnston.com/?p=64#comment-43</guid>
		<description>well, I tried fire fox and it has the exact same problem for me, so I don&#039;t know where the problem is coming from.</description>
		<content:encoded><![CDATA[<p>well, I tried fire fox and it has the exact same problem for me, so I don&#8217;t know where the problem is coming from.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anders</title>
		<link>http://www.nathanieljohnston.com/2009/01/my-new-project-conways-game-of-life/#comment-42</link>
		<dc:creator>anders</dc:creator>
		<pubDate>Mon, 16 Mar 2009 02:24:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.nathanieljohnston.com/?p=64#comment-42</guid>
		<description>thank you</description>
		<content:encoded><![CDATA[<p>thank you</p>
]]></content:encoded>
	</item>
</channel>
</rss>
