+ 1
Please answer
Please who knows the coding language that can be used to make game
7 Respuestas
+ 4
Almost any coding language these days can be used. python, java, kotlin, c, c#, c++, lisp, lua, assembly, basic, scratch, javascript, etc.
+ 2
Pretty much every language can be used to make a game but I recommend stuff like python and java.
+ 1
It depends on the platform and/or game engine you use. For beginners, I suggest trying Godot from https://godotengine.org. There are tutorials everywhere. It's completely free. It has it's own language. Most of the tutorials will show you where to get assets for your game.
Before you do that, you will need to know programming basics. Data types, flow control, functions. If you need a "first language", I suggest Python as Python is more similar to Godot's language.
Advanced Godot and Unity both use C#. Unreal uses C++. Unreal requires quite a powerful computer though. Godot, Unreal, and Unity are all free. Unity and Unreal have fees once you reach certain levels of sales. Nothing to be concerned about. Godot is easiest to learn and again is similar to Python.
0
In order to make a game you will have to use a game engien there are 3 main ones gdot uses its own languge its very biggener freindly but not as versitlie as the other 2 unity uses c# its the one i use its good for 2d in 3d but usualy the more complex and realistig games are made with the third game engion unreal it is pretty hard it uses c i think i tried it but c is a confusing languge to me
please excuse my spelling
0
Learn the basics first. for making games you wont realy need to know the languge you will need mainly need to know the build in functions and stuff that come with your engione
0
Thanks you for everything
0
C++ is a good one