哪种编程语言最适合编写游戏?
问题描述:
我想知道哪种编程语言最适合编写游戏?
I would like to know Which programming language is most suited for writing games?
答
^ ]会给你一个主意.
根据您的技能,您可以开发游戏程序.
Clickety[^] will give you an idea.
Depending upon your skill you can develop your gaming program.
对于台式机游戏,我会使用C++
.
:)
For desktop games I would useC++
.
:)
可能是比实际语言更多的框架.例如,您拥有可以在C ++和C#(托管DirectX)中使用的DirectX之类的东西.然后是可以从C#或VB.NET使用的XNA.显然,如果您以Linux为目标,那么您可以选择另一套工具/语言.
It''s probably more the framework than the actual language. Example you have stuff like DirectX which can be used from C++ as well as from C# (managed DirectX). Then there''s XNA which can be used from C# or VB.NET. Obviously, if you are targeting Linux, then you have a different set of tools/languages to choose from.