English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I have a simple graphics programme, and I can do a bit of HTML, but is there a way of writing computer games? Is there another computer language that is better, and where can I learn it?

2007-01-21 06:19:31 · 1 answers · asked by Maximillian 1 in Computers & Internet Programming & Design

1 answers

HTML isn't really a computer langauge... it's just a way to format content on the internet, you cannot make programs.

A game can be coded in any programming langauge. Most retail games are done with C++ (and now some managed C#), and (in the case of Windows) using the DirectX graphics libraries.
Free C++ Express: http://msdn.microsoft.com/vstudio/express/visualc/
DirectX SDK: http://msdn.microsoft.com/directx/

Microsoft also has a new project, XNA, designed to bring modern Windows and XBox Game designers to hobbyists. It uses DirectX, plus an addition set of libraries... and works with C# Express (Different than C++):
http://msdn.microsoft.com/directx/XNA/default.aspx

If you only have experience with HTML... C++ will be kindof a learning curve. There are other programs, design for people who aren't really C++ programmers, the make it easier to put toether kinds of games:
http://www.gamemaker.nl/

Also, small online 2d games are popular... like the ones in Yahoo! Games. They are programmed in Java or with Macromedia apps:
Java Dev Kit: http://java.sun.com/javase/
Macromedia Studio: http://www.adobe.com/products/studio/
Macromedia Flash: http://www.adobe.com/products/flash/flashpro/

2007-01-21 06:23:11 · answer #1 · answered by Tim 6 · 0 0

fedest.com, questions and answers