+ 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?
4 Respuestas
+ 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
+ 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).
+ 1
T make games I use Java or Python
0
Phaser.js is easy