+ 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?
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)