<?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: Tetris tutorial in C++ platform independent focused in game logic for beginners</title>
	<atom:link href="http://gametuto.com/tetris-tutorial-in-c-render-independent/feed/" rel="self" type="application/rss+xml" />
	<link>http://gametuto.com/tetris-tutorial-in-c-render-independent/</link>
	<description>Game tutorials for smart beginners and meek geeks</description>
	<pubDate>Mon, 06 Sep 2010 20:34:45 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>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>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>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>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>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>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>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>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>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>
	<item>
		<title>By: amir yazdanbakhsh</title>
		<link>http://gametuto.com/tetris-tutorial-in-c-render-independent/#comment-948</link>
		<dc:creator>amir yazdanbakhsh</dc:creator>
		<pubDate>Sat, 26 Dec 2009 16:00:24 +0000</pubDate>
		<guid isPermaLink="false">http://gametuto.com/?p=8#comment-948</guid>
		<description>Dear López,
Thx for your brilliant game and tutorial.
I'm going to write a simple game that are somehow similar with Tetris. I want capture mouse clicks. If player click on the one of these blocks, that blocks disapper, and if the blocks reach bottom of the board the user get a negative point.
I'd appreciate if you could help me.

Best Regards</description>
		<content:encoded><![CDATA[<p>Dear López,<br />
Thx for your brilliant game and tutorial.<br />
I&#8217;m going to write a simple game that are somehow similar with Tetris. I want capture mouse clicks. If player click on the one of these blocks, that blocks disapper, and if the blocks reach bottom of the board the user get a negative point.<br />
I&#8217;d appreciate if you could help me.</p>
<p>Best Regards</p>
]]></content:encoded>
	</item>
</channel>
</rss>
