+ 1
What programming languages are used to gaming?
...
5 Answers
+ 9
C++ and Python
+ 6
i wan5 to make games too
p.s. sololearn has "tutorials"
which is why Khan academy is better
+ 4
Nintendo used assembler for NES, SNES, Gameboy and other games. technically you can use any programming or scripting language to create games. most of them are limited to text based games though. for 2d or 3d games you'll need a high level programming language like C++, C#, Java, Python and such.
+ 2
Unity3D uses C# for making games.
+ 1
Minecraft is coded in java, some other in C or C#. It depends what game you would code. If you need perfs, you will write with low level language. If you want something simple and handy, then you can use python. If you want multiplateform code, java is great.