languages for a PC game? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 5

languages for a PC game?

I've been wondering, what languages are typically used in video games for the PC, and which you would say are the "best"?

28th Apr 2017, 5:38 PM
Catherine
Catherine - avatar
3 Antworten
+ 3
All depends on how you want to make your game. With just your own code -that is, no engine- use Lua. Although, there are some pretty nice Lua engines out there. For 2D games, go with GameMaker studio and their C-based language. For a 3D project, learn either JavaScript or C# and couple it with Unity.
28th Apr 2017, 7:34 PM
Keto Z
Keto Z - avatar
+ 1
c# javascript for sure. i prefer c#
28th Apr 2017, 7:25 PM
Giannis Tsirovasilis
Giannis Tsirovasilis - avatar
+ 1
c#? JavaScript? I mean in Unity - yes. But most of the AAA games are written in C/C++. Every game engine is written in c++. So if you are to learn language that is used to produce games I'd recommend learning cpp, then Java/C#.
28th Apr 2017, 7:30 PM
Jakub Stasiak
Jakub Stasiak - avatar