What language should I use | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What language should I use

What language do you guys prefer when making a game? And why? I heard Phyton is good is it true?

21st Apr 2018, 2:32 PM
Aly M F
1 Answer
+ 2
Python is good because it has PyGame as a library. But if you’re new to making games, i suggest a game engine, such as Unity, which uses C#, or Unreal Engine, which uses C++. If you don’t use a game engine, I normally make games in C++ because of its many graphics libraries (sdl and SFML for 2D, Ogre for 3D, and OpenGL for lower level of both)
21st Apr 2018, 2:35 PM
Ariela
Ariela - avatar