0

GAMING CODINGđŸ’…đŸ”„

What programming language are used to create a game?

20th Mar 2025, 11:57 AM
Panda
Panda - avatar
3 Answers
+ 2
Panda You can write games in any language you like. However, if you want to use an advanced game engine, that game engine will support certain languages. If you aren't using a game engine, then you can do whatever you want. Most of the games you might play on your computer, tablet, or phone, were written using a game engine. Unreal - Uses C++ Unity - Uses C# Godot - Uses Godot's own language, similar to Python, and can also use C#. Open source, completely free. All three engines are free. Unreal and Unity have fees for large games/organizations. (By Jerry hobby)
20th Mar 2025, 12:45 PM
Gulshan Mahawar
Gulshan Mahawar - avatar
+ 2
Panda Game development uses different languages depending on the engine and platform: C++ – Used in Unreal Engine, high performance for big games. C# – Main language for Unity, beginner-friendly and powerful. Python – Good for simple games (Pygame) and AI in games. Java – Used for Android games and some game engines. JavaScript – For browser-based and mobile games (HTML5, Phaser).
21st Mar 2025, 12:16 PM
Fatima Abdullah
Fatima Abdullah - avatar
0
HmmmmmđŸ€”,okay thanks
20th Mar 2025, 3:24 PM
Panda
Panda - avatar