+ 3

Which is the best language to create a game?

I want to make a game but I don't know which language to use

11th Apr 2018, 4:44 AM
Aleks Vanags
Aleks Vanags - avatar
3 Respostas
+ 9
For complex games, it’s best to use a game engine, such as Unity Engine (C#) or Unreal Engine (C++ and a visual blueprint language) If you insist on doing it from scratch, I’d recommend C++. You’ll need libraries, such as OpenGL and Ogre(for 3D.) For 2D, you can use OpenGL with sdl or SFML.
11th Apr 2018, 4:50 AM
Ariela
Ariela - avatar
11th Apr 2018, 1:40 PM
Muhd Khairul Amirin
Muhd Khairul Amirin - avatar
11th Apr 2018, 9:32 AM
Seb TheS
Seb TheS - avatar