+ 2

Which Language to create games??

i want to know that which Language to create game.

20th Jan 2018, 3:25 PM
Akash Nai
Akash Nai - avatar
9 Answers
+ 4
Simple 2D: Java Complicated or 3D: C++ Java has a built-in 2D graphics library as well as detecting input and even an easy way to make hit boxes. C++ is fast enough to handle intense graphics and calculations, but you need to download libraries for graphics, input, or anything like that.
20th Jan 2018, 3:30 PM
Jacob Pembleton
Jacob Pembleton - avatar
+ 4
pretty much any language can, but you could choose c#, because you can use with Unity, a famous framework for games. if you need really high performances, i guess you may consider C++
20th Jan 2018, 3:32 PM
Vincent
Vincent - avatar
+ 3
for gaming you also need graphic data. keep 3 things in mind : C#, unity,graphics.
20th Jan 2018, 3:40 PM
Abhi DG
Abhi DG - avatar
+ 3
if you are creative and skillful enough, you can use any language. personally I use gamemaker studio(it's a game engine) and sometimes love2d(a lua framework) for making simple 2d games. you can use other engines like unity 3d(C# or java), unreal(C++ I think) for 3d games. I highly recommend game maker studio if you are a beginner into game development.
20th Jan 2018, 5:15 PM
Tkvishal
Tkvishal - avatar