+ 8
Which programming languages are best for writing games?
Which programming languages are best for writing games? I mean the game like mario etc. pls help me thanks for all answers ^^
9 odpowiedzi
+ 5
Usually games use C++, C#, or Java. Other languages include: objective C (iOS), actioc script (flash)b etc.
But the most used language is C++.
+ 22
[https://www.sololearn.com/Discuss/625747/game-development-cluster]
[https://www.sololearn.com/Discuss/767724/i-am-a-newly-upcoming-game-developer-feel-free-to-ask-questions-we-can-help-each-other-grow]
[https://www.sololearn.com/Discuss/236405/i-want-to-make-games-like-temple-run-hill-climbing-which-programming-languges-should-i-learn-and-how]
[https://www.sololearn.com/Discuss/763738/which-programming-language-is-best-for-making-games]
[https://www.sololearn.com/Discuss/717086/what-is-the-best-programming-language-for-apps-and-for-games-android]
[https://www.sololearn.com/Discuss/671725/what-language-i-should-learn-to-make-3d-game-for-android]
[https://www.sololearn.com/Discuss/669682/what-s-the-best-programming-language-for-game-development]
[https://www.sololearn.com/Discuss/622521/what-do-i-need-to-make-videogames]
[https://www.sololearn.com/Discuss/610623/video-game-programming]
[https://www.sololearn.com/Discuss/560792/can-we-create-games-with-JUMP_LINK__&&__python__&&__JUMP_LINK]
[https://www.sololearn.com/Discuss/489483/in-what-order-should-i-learn-languages-for-apps-an-games-development]
[https://www.sololearn.com/Discuss/765074/can-i-make-game-on-c-and-where-can-i-made-it]
[https://www.sololearn.com/Discuss/733238/can-i-create-a-good-game-on-javascript-and-html5]
+ 8
I think C++ is best for writing games, it is fast, reliable and well known language.
Using python makes it slow.
It would also lag (in case of games that need very fast response) somewhat in case of Java.
Yes, C# is also a good choice, it is easier than C++ and faster than Java.
+ 7
Game dev resources
https://www.sololearn.com/discuss/625747/?ref=app
+ 6
If by 'like mario' you mean 2d games, than you can make them with any language, and you don't even need an engine for that.
To choose the language:
Pick a platform you want to target (Windows, Linux, OSX, Android, iOS, web, etc).
Then pick a language you like, that is supported by the target platform.
Pick a graphics library for that language and platform (you don't need a graphics library for web).
Or you may go with an engine:
https://www.google.com.ua/search?q=2d+game+engine&ie=utf-8&oe=utf-8&gws_rd=cr&dcr=0&ei=C4baWcreD6ad6ATMu6OgAg
In this case, the language would be determined by the engine of your choice (if it does require programming).
For 3d games it's much more complicated.
+ 5
I suggest ou learn C# or C++ if you want to create games.
+ 4
Depends on what you are doing, if you are using a already made engine then the most used script programming languages are Lua, python, Java scripting, c#, if in the other end you want to do everything yourself including the engine, then the most used languages are, from most popular to less popular, c++, c, python and perhaps in the future Go, Rust and Jai.
+ 2
ello old friend ya may not remember me we had a Minecraft server several years back ya was helping me with coding it😁
+ 1
its C++ And Python are good for making games