Which language is used to make animated video games? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Which language is used to make animated video games?

we play video games on various platforms like windows, Android, iOS, PS , Xbox etc. how are the games coded? which language??

29th Apr 2017, 7:22 PM
Rayian Mahi
Rayian Mahi - avatar
12 Answers
+ 13
Mainly in C++, Java and C#. Unity is not a program, it's a set of tools and an API that lets you create games without implementing the low level and mid level code that is required to make 2d/3d games. All you have to do is implement the game logic and incorporate/create assets (models, textures, sounds).
29th Apr 2017, 7:55 PM
Karl T.
Karl T. - avatar
+ 8
@Rayian Downloading visual studio should help you as well. The community version is free. https://www.visualstudio.com
29th Apr 2017, 7:56 PM
Manual
Manual - avatar
+ 8
Visual studio 2017 community You can download some game engines and us visual studio for C# programing. I believe it does other languages as well.
29th Apr 2017, 8:00 PM
Manual
Manual - avatar
+ 4
c++ java c# python javascript
29th Apr 2017, 7:24 PM
LordHill
LordHill - avatar
+ 4
for big games unity3d and unreal engine are the big players here. Unreal uses c++ and unity uses c#,boo, or a type of JavaScript. Although a lot of people font think about what goes into making these games. Coding is only one part of this and not really the hard part. graphics engines,physics engines. While it is possible that some of you are smart enough to handle these topics it is best to use a game engine that has this done for you.
29th Apr 2017, 8:03 PM
James
James - avatar
+ 2
can U try Unity
29th Apr 2017, 7:33 PM
David Montes
David Montes - avatar
+ 2
Unity is a program.....you can create games / apk in 2d or 3d ... just search it in youtube
29th Apr 2017, 7:42 PM
David Montes
David Montes - avatar
0
what's that?
29th Apr 2017, 7:39 PM
Rayian Mahi
Rayian Mahi - avatar
0
ok
29th Apr 2017, 7:55 PM
Rayian Mahi
Rayian Mahi - avatar
0
woah!
29th Apr 2017, 7:57 PM
Rayian Mahi
Rayian Mahi - avatar
0
u mean Microsoft visual studio Express??
29th Apr 2017, 7:57 PM
Rayian Mahi
Rayian Mahi - avatar
0
does that code in c++ ?
29th Apr 2017, 8:01 PM
Rayian Mahi
Rayian Mahi - avatar