Q. Which are the programming languages that I should know to develop games?
2 Answers
To develop games, you should consider learning programming languages such as C++, C#, Java, Python, and JavaScript. C++ is commonly used for high-performance game development, while C# is popular with the Unity game engine. Java is suitable for Android game development, Python is versatile for prototyping and scripting, and JavaScript is commonly used for web-based games. Additionally, game developmentframeworks like Unreal Engine have their own scripting languages, such as UnrealScript and Blueprints. Familiarizing yourself with these languages will provide a strong foundation for game development across different platforms and genres.
answered by webskitters001
From my own experience, I will suggest you SFML (if you know C ++) is a 2D gaming library (come along people who create something three-dimensional), learn how to play (seemingly easy - in a more difficult pact), learn a lot of things you must know in creating games. Secondly, the library is easy to learn from which you can transfer to 3D / other SDL / openGL libraries
answered by mefjiu