+ 1

What should I learn if I want to make a game

I want to make a game but I don't know what coding language to learn, anyone have any tips?

30th Jan 2025, 10:28 PM
Jimmy Pro215
Jimmy Pro215 - avatar
4 Answers
+ 2
this question was asked more times. use the search form to look after it. it really depends which kind of games, to web, mobile, desktop (Linux, win, mac,...) but in (almost) any language you can create games. some of the very important things: clean code, well documented, not extremely complex functions, great and useful and reused algorithms and functions
30th Jan 2025, 11:34 PM
Mihaly Nyilas
Mihaly Nyilas - avatar
+ 1
You can make a game in any programming language. It depends on your goal and maybe also how well your computer runs. For example, you can design some games using Python with the Pygame module (which is not a common choice but helps you understand how game development works), C# with Unity Engine, or C++ with Unreal Engine. In some game engines, you may have to learn the scripting language designed specifically for the game engine itself (E.g. Godot uses GDScript, GameMaker uses GML).
31st Jan 2025, 1:20 AM
Dragon RB
Dragon RB - avatar
+ 1
T make games I use Java or Python
31st Jan 2025, 5:24 AM
Tom Eulenborn
Tom Eulenborn - avatar
0
Phaser.js is easy
31st Jan 2025, 1:22 PM
Daniel
Daniel - avatar