<?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"
	>
<channel>
	<title>Comments on: A Tetris clone in Python / wxPython</title>
	<atom:link href="http://eli.thegreenplace.net/2008/05/31/a-tetris-clone-in-python-wxpython/feed/" rel="self" type="application/rss+xml" />
	<link>http://eli.thegreenplace.net/2008/05/31/a-tetris-clone-in-python-wxpython/</link>
	<description>Eli Bendersky's personal website</description>
	<pubDate>Fri, 21 Nov 2008 19:50:05 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Sam Dutton</title>
		<link>http://eli.thegreenplace.net/2008/05/31/a-tetris-clone-in-python-wxpython/#comment-124497</link>
		<dc:creator>Sam Dutton</dc:creator>
		<pubDate>Thu, 24 Jul 2008 05:55:56 +0000</pubDate>
		<guid isPermaLink="false">http://eli.thegreenplace.net/2008/05/31/a-tetris-clone-in-python-wxpython/#comment-124497</guid>
		<description>Works really well -- cheers!</description>
		<content:encoded><![CDATA[<p>Works really well &#8212; cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://eli.thegreenplace.net/2008/05/31/a-tetris-clone-in-python-wxpython/#comment-121908</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Mon, 02 Jun 2008 05:45:14 +0000</pubDate>
		<guid isPermaLink="false">http://eli.thegreenplace.net/2008/05/31/a-tetris-clone-in-python-wxpython/#comment-121908</guid>
		<description>Looks nice! 
Looked into the code, and somehow felt a strong smell of C++ :)</description>
		<content:encoded><![CDATA[<p>Looks nice!<br />
Looked into the code, and somehow felt a strong smell of C++ <img src='http://eli.thegreenplace.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ned Batchelder</title>
		<link>http://eli.thegreenplace.net/2008/05/31/a-tetris-clone-in-python-wxpython/#comment-121867</link>
		<dc:creator>Ned Batchelder</dc:creator>
		<pubDate>Sat, 31 May 2008 20:08:00 +0000</pubDate>
		<guid isPermaLink="false">http://eli.thegreenplace.net/2008/05/31/a-tetris-clone-in-python-wxpython/#comment-121867</guid>
		<description>Very nice.  If the pieces rotated counterclockwise, it would be perfect! Luckily I could easily change a boolean to make it so. :)

I noticed the Mandelbrot in your header.  You might want to take a look at &lt;a href='http://nedbatchelder.com/code/aptus' rel="nofollow"&gt;Aptus&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Very nice.  If the pieces rotated counterclockwise, it would be perfect! Luckily I could easily change a boolean to make it so. <img src='http://eli.thegreenplace.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I noticed the Mandelbrot in your header.  You might want to take a look at <a href='http://nedbatchelder.com/code/aptus' rel="nofollow">Aptus</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vasudev Ram</title>
		<link>http://eli.thegreenplace.net/2008/05/31/a-tetris-clone-in-python-wxpython/#comment-121855</link>
		<dc:creator>Vasudev Ram</dc:creator>
		<pubDate>Sat, 31 May 2008 14:56:00 +0000</pubDate>
		<guid isPermaLink="false">http://eli.thegreenplace.net/2008/05/31/a-tetris-clone-in-python-wxpython/#comment-121855</guid>
		<description>Sounds cool.

For the graphics libs, try googling for sites that archive old software - by using appropriate keywords. Then search on those sites for the libs. Might get it.

- Vasudev Ram
www.dancingbison.com</description>
		<content:encoded><![CDATA[<p>Sounds cool.</p>
<p>For the graphics libs, try googling for sites that archive old software - by using appropriate keywords. Then search on those sites for the libs. Might get it.</p>
<p>- Vasudev Ram<br />
<a href="http://www.dancingbison.com" rel="nofollow">http://www.dancingbison.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eliben</title>
		<link>http://eli.thegreenplace.net/2008/05/31/a-tetris-clone-in-python-wxpython/#comment-121850</link>
		<dc:creator>eliben</dc:creator>
		<pubDate>Sat, 31 May 2008 12:39:55 +0000</pubDate>
		<guid isPermaLink="false">http://eli.thegreenplace.net/2008/05/31/a-tetris-clone-in-python-wxpython/#comment-121850</guid>
		<description>Actually, my snake was in Borland C++. I recall the QuickBasic example, but somehow I've never connected to Basic and its kin so I didn't play with it too much.

I'm enough of a hoarder to have kept all those old programs, by the way. My "snake" clone is called Worm, written circa May 1999. It's OO C++ (!!)
Now, if I could just make it run... (it uses Borland's old graphics libs I can't find)</description>
		<content:encoded><![CDATA[<p>Actually, my snake was in Borland C++. I recall the QuickBasic example, but somehow I&#8217;ve never connected to Basic and its kin so I didn&#8217;t play with it too much.</p>
<p>I&#8217;m enough of a hoarder to have kept all those old programs, by the way. My &#8220;snake&#8221; clone is called Worm, written circa May 1999. It&#8217;s OO C++ (!!)<br />
Now, if I could just make it run&#8230; (it uses Borland&#8217;s old graphics libs I can&#8217;t find)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ripper234</title>
		<link>http://eli.thegreenplace.net/2008/05/31/a-tetris-clone-in-python-wxpython/#comment-121843</link>
		<dc:creator>ripper234</dc:creator>
		<pubDate>Sat, 31 May 2008 09:56:51 +0000</pubDate>
		<guid isPermaLink="false">http://eli.thegreenplace.net/2008/05/31/a-tetris-clone-in-python-wxpython/#comment-121843</guid>
		<description>Very nice (just the screenshots, I don't think I'll download python + wxPython just to play). I think we all played around with Snake at the time :)

My experience was taking the QBasic code and modifying it to the extreme.</description>
		<content:encoded><![CDATA[<p>Very nice (just the screenshots, I don&#8217;t think I&#8217;ll download python + wxPython just to play). I think we all played around with Snake at the time <img src='http://eli.thegreenplace.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>My experience was taking the QBasic code and modifying it to the extreme.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
