baseballs200: What programming language is the best one to use for creating a game?
What programming language is the best one to use for creating a game?
I want to create a game, either simple or complex. I have mastered the basics of the programming languages of Java, HTML, and C++.
What should I use? Also, is there any graphics software which I need to use in order to create games?
Answers and Views:
Answer by Alex V
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,
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:
https://www.thegamecreators.com/?m=view_product&id=2128
Have fun
Answer by dolchioI’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’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’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.
Leave a Reply