<?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: What programming language is the best one to use for creating a game?</title>
	<atom:link href="http://www.suwanneewebdesign.com/2010/03/what-programming-language-is-the-best-one-to-use-for-creating-a-game/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.suwanneewebdesign.com/2010/03/what-programming-language-is-the-best-one-to-use-for-creating-a-game/</link>
	<description></description>
	<lastBuildDate>Tue, 10 May 2011 04:03:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: dolchio</title>
		<link>http://www.suwanneewebdesign.com/2010/03/what-programming-language-is-the-best-one-to-use-for-creating-a-game/comment-page-1/#comment-1545</link>
		<dc:creator>dolchio</dc:creator>
		<pubDate>Tue, 09 Mar 2010 16:28:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.suwanneewebdesign.com/2010/03/what-programming-language-is-the-best-one-to-use-for-creating-a-game/#comment-1545</guid>
		<description>I&#039;d say you are bang on track language-wise. 
Most commercial video games are written in C++ , with other languages like Python used for scripting. 
Java is used to write games for mobile (cell) phones. It is currently too slow to be used for the large console games. Having said that, each new version of Java is getting faster, so I&#039;m betting that it will eventually replace C++ in years to come. HTML is essential for web based games. It might also be worth your while to learn Javascript as well. It is used to add interactivity to web pages and therefore for web games. It has syntax similar to java (hence its name) so you shouldn&#039;t find it hard to learn.
w3schools.com is a good place to learn javascript aswell as HTML and CSS because they set the standards for them.

For graphics, it depends how high end a game you want to make. Professional games companies use Autodesk 3ds max (3D Studio Max) or Maya for 3D modelling and photoshop for 2D graphics editing but they have teams of people to do this sort of thing. You can use whatever you feel comfortable with.</description>
		<content:encoded><![CDATA[<p>I&#8217;d say you are bang on track language-wise.<br />
Most commercial video games are written in C++ , with additional languages like Python used for scripting.<br />
Java is used to write games for mobile (cell) phones. It is currently too slow to be used for the large console games. Having said that, each new version of Java is getting quicker, so I&#8217;m betting that it will eventually replace C++ in years to come. HTML is essential for web based games. It might also be worth your while to learn Javascript as well. It is used to add interactivity to web pages and therefore for web games. It has syntax similar to java (hence its name) so you shouldn&#8217;t find it hard to learn.<br />
w3schools.com is a excellent place to learn javascript aswell as HTML and CSS because they set the standards for them.</p>
<p>For graphics, it depends how high end a game you want to make. Professional games companies use Autodesk 3ds max (3D Studio Max) or Maya for 3D modelling and photoshop for 2D graphics editing but they have teams of public to do this sort of thing. You can use whatever you feel comfortable with.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: drwesterfieldjones</title>
		<link>http://www.suwanneewebdesign.com/2010/03/what-programming-language-is-the-best-one-to-use-for-creating-a-game/comment-page-1/#comment-1544</link>
		<dc:creator>drwesterfieldjones</dc:creator>
		<pubDate>Tue, 09 Mar 2010 16:20:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.suwanneewebdesign.com/2010/03/what-programming-language-is-the-best-one-to-use-for-creating-a-game/#comment-1544</guid>
		<description>You can use VC++ 2008 Express. Dark GDK and DirectX August 2007 SDK (It must be August 2007 for it to work) to get started on your game design. All are freeware. Here are the links to get going:

http://www.microsoft.com/express/product/default.aspx
http://gdk.thegamecreators.com/
http://download.microsoft.com/download/3/3/f/33f1af6e-c61b-4f14-a0de-3e9096ed4b3a/dxsdk_aug2007.exe
http://blip.tv/file/1558374/
http://www.schoolfreeware.com/Freeware_Visual_C++_Express.html

Have fun</description>
		<content:encoded><![CDATA[<p>You can use VC++ 2008 Prompt. Dark GDK and DirectX August 2007 SDK (It must be August 2007 for it to work) to get started on your game design. All are freeware. Here are the links to get going:</p>
<p>http://www.microsoft.com/prompt/product/defaulting.aspx<br />
http://gdk.thegamecreators.com/<br />
http://download.microsoft.com/download/3/3/f/33f1af6e-c61b-4f14-a0de-3e9096ed4b3a/dxsdk_aug2007.exe<br />
http://blip.tv/file/1558374/<br />
http://www.schoolfreeware.com/Freeware_Visual_C++_Express.html</p>
<p>Have fun</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex V</title>
		<link>http://www.suwanneewebdesign.com/2010/03/what-programming-language-is-the-best-one-to-use-for-creating-a-game/comment-page-1/#comment-1543</link>
		<dc:creator>Alex V</dc:creator>
		<pubDate>Tue, 09 Mar 2010 16:14:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.suwanneewebdesign.com/2010/03/what-programming-language-is-the-best-one-to-use-for-creating-a-game/#comment-1543</guid>
		<description>There is no best programming language. But C++ is the  one use in making comercial games. C++ I use SDL for making 2D games, would use opengl for 3D games or a game engine,</description>
		<content:encoded><![CDATA[<p>There is no best programming language. But C++ is the  one use in making comercial games. C++ I use SDL for making 2D games, would use opengl for 3D games or a game engine,</p>
]]></content:encoded>
	</item>
</channel>
</rss>

