<?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 for Game tutorials made easy</title>
	<atom:link href="http://gametuto.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://gametuto.com</link>
	<description>Game tutorials for smart beginners and meek geeks</description>
	<pubDate>Mon, 06 Sep 2010 20:34:18 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>Comment on Tetris tutorial in C++ platform independent focused in game logic for beginners by lyzen</title>
		<link>http://gametuto.com/tetris-tutorial-in-c-render-independent/#comment-959</link>
		<dc:creator>lyzen</dc:creator>
		<pubDate>Fri, 21 May 2010 18:19:46 +0000</pubDate>
		<guid isPermaLink="false">http://gametuto.com/?p=8#comment-959</guid>
		<description>i want a program c++ games or ATM 
before thanks,,,</description>
		<content:encoded><![CDATA[<p>i want a program c++ games or ATM<br />
before thanks,,,</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Please, vote for Erasmusu.com! by IndieFox Games</title>
		<link>http://gametuto.com/please-vote-for-erasmusucom/#comment-958</link>
		<dc:creator>IndieFox Games</dc:creator>
		<pubDate>Wed, 12 May 2010 19:06:26 +0000</pubDate>
		<guid isPermaLink="false">http://gametuto.com/?p=250#comment-958</guid>
		<description>Why no new game tutorials so long? Maybe about flash games?</description>
		<content:encoded><![CDATA[<p>Why no new game tutorials so long? Maybe about flash games?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tetris tutorial in C++ platform independent focused in game logic for beginners by Douglas</title>
		<link>http://gametuto.com/tetris-tutorial-in-c-render-independent/#comment-957</link>
		<dc:creator>Douglas</dc:creator>
		<pubDate>Wed, 21 Apr 2010 18:52:37 +0000</pubDate>
		<guid isPermaLink="false">http://gametuto.com/?p=8#comment-957</guid>
		<description>estou começando agora a programar jogos, você tem algum tutorial de como fazer engine pra principiantes ou algum livro para me recomendar</description>
		<content:encoded><![CDATA[<p>estou começando agora a programar jogos, você tem algum tutorial de como fazer engine pra principiantes ou algum livro para me recomendar</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tetris tutorial in C++ platform independent focused in game logic for beginners by Mariano</title>
		<link>http://gametuto.com/tetris-tutorial-in-c-render-independent/#comment-956</link>
		<dc:creator>Mariano</dc:creator>
		<pubDate>Wed, 21 Apr 2010 13:22:27 +0000</pubDate>
		<guid isPermaLink="false">http://gametuto.com/?p=8#comment-956</guid>
		<description>¿Que compilador o programa usas?(Compiler or what program do you use?)</description>
		<content:encoded><![CDATA[<p>¿Que compilador o programa usas?(Compiler or what program do you use?)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tetris tutorial in C++ platform independent focused in game logic for beginners by hordi</title>
		<link>http://gametuto.com/tetris-tutorial-in-c-render-independent/#comment-955</link>
		<dc:creator>hordi</dc:creator>
		<pubDate>Thu, 08 Apr 2010 10:59:06 +0000</pubDate>
		<guid isPermaLink="false">http://gametuto.com/?p=8#comment-955</guid>
		<description>This tutorial shows Tetris logic very nicely. I started to make a Tetris game with C# and this really helps.

One thing though, I fail to see the point of the pivot points since they're not even used to rotate the piece.</description>
		<content:encoded><![CDATA[<p>This tutorial shows Tetris logic very nicely. I started to make a Tetris game with C# and this really helps.</p>
<p>One thing though, I fail to see the point of the pivot points since they&#8217;re not even used to rotate the piece.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tetris tutorial in C++ platform independent focused in game logic for beginners by fina</title>
		<link>http://gametuto.com/tetris-tutorial-in-c-render-independent/#comment-954</link>
		<dc:creator>fina</dc:creator>
		<pubDate>Sun, 04 Apr 2010 00:51:41 +0000</pubDate>
		<guid isPermaLink="false">http://gametuto.com/?p=8#comment-954</guid>
		<description>tahnk u so much for your knowledge...:)</description>
		<content:encoded><![CDATA[<p>tahnk u so much for your knowledge&#8230;:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tetris tutorial in C++ platform independent focused in game logic for beginners by Eko</title>
		<link>http://gametuto.com/tetris-tutorial-in-c-render-independent/#comment-953</link>
		<dc:creator>Eko</dc:creator>
		<pubDate>Fri, 26 Mar 2010 08:48:09 +0000</pubDate>
		<guid isPermaLink="false">http://gametuto.com/?p=8#comment-953</guid>
		<description>Hello going through your code, but stopped at

int Pieces::GetXInitialPosition (int pPiece, int pRotation)  
{  
return mPiecesInitialPosition [pPiece [pRotation][0];  
}  

the method only have 2 parameter, but return 3? What is the third doing "[0]" ? And why doesnt it say anything about it in description above? Ty for help.</description>
		<content:encoded><![CDATA[<p>Hello going through your code, but stopped at</p>
<p>int Pieces::GetXInitialPosition (int pPiece, int pRotation)<br />
{<br />
return mPiecesInitialPosition [pPiece [pRotation][0];<br />
}  </p>
<p>the method only have 2 parameter, but return 3? What is the third doing &#8220;[0]&#8221; ? And why doesnt it say anything about it in description above? Ty for help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tetris tutorial in C++ platform independent focused in game logic for beginners by Mahi</title>
		<link>http://gametuto.com/tetris-tutorial-in-c-render-independent/#comment-952</link>
		<dc:creator>Mahi</dc:creator>
		<pubDate>Tue, 16 Mar 2010 06:59:50 +0000</pubDate>
		<guid isPermaLink="false">http://gametuto.com/?p=8#comment-952</guid>
		<description>Hi,

I went through the whole code and i really really appriciate it, though i am a rookie in programming. So can anyone help me getting this code with direct3d please? i will really appreciate it :) 

Thnx,

Mahi</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I went through the whole code and i really really appriciate it, though i am a rookie in programming. So can anyone help me getting this code with direct3d please? i will really appreciate it <img src='http://gametuto.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Thnx,</p>
<p>Mahi</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tetris tutorial in C++ platform independent focused in game logic for beginners by zhunie chen</title>
		<link>http://gametuto.com/tetris-tutorial-in-c-render-independent/#comment-951</link>
		<dc:creator>zhunie chen</dc:creator>
		<pubDate>Tue, 09 Feb 2010 01:33:32 +0000</pubDate>
		<guid isPermaLink="false">http://gametuto.com/?p=8#comment-951</guid>
		<description>heLLo!!

ammhpp...anyone cud help me how to make a bingo chess game in Turbo C????


pLz......</description>
		<content:encoded><![CDATA[<p>heLLo!!</p>
<p>ammhpp&#8230;anyone cud help me how to make a bingo chess game in Turbo C????</p>
<p>pLz&#8230;&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tetris tutorial in C++ platform independent focused in game logic for beginners by Hyoungseok</title>
		<link>http://gametuto.com/tetris-tutorial-in-c-render-independent/#comment-950</link>
		<dc:creator>Hyoungseok</dc:creator>
		<pubDate>Wed, 13 Jan 2010 15:54:24 +0000</pubDate>
		<guid isPermaLink="false">http://gametuto.com/?p=8#comment-950</guid>
		<description>I was looking for a good tutorial making TETRIS!
so here I am :)

I'm not good in english but I'd like to say "thank you very much" 

from south korea :)</description>
		<content:encoded><![CDATA[<p>I was looking for a good tutorial making TETRIS!<br />
so here I am <img src='http://gametuto.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I&#8217;m not good in english but I&#8217;d like to say &#8220;thank you very much&#8221; </p>
<p>from south korea <img src='http://gametuto.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
</channel>
</rss>
