If i want to be come a game devoloper do I have to learn html css and JavaScript before learning c++ | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

If i want to be come a game devoloper do I have to learn html css and JavaScript before learning c++

Pls help

26th Sep 2020, 4:36 AM
Chriz Wizard
Chriz Wizard - avatar
4 Answers
26th Sep 2020, 4:43 AM
Minho
Minho - avatar
0
Depends on the game engine you're going to use. Now if want to make a browser based game, then obviously you need knowledge in web technologies (html, CSS, js and their ecosystem). If you want to use say Unity then you need C#. Unreal Engine, you need C++...etc. So it all comes down to the selected game engine.
26th Sep 2020, 5:45 AM
CHMD
CHMD - avatar
0
Im using godot engine so what should I learn pls help
26th Sep 2020, 5:47 AM
Chriz Wizard
Chriz Wizard - avatar
0
A quick look into their documentation says that Godot engine supports a variety of languages: - GDScript (which has a similar syntax to Python) - C# - C++ So you can choose either of the above to learn. I'd also suggest you to check their website cause they explain everything in a step by step guide with tutorials and examples.
26th Sep 2020, 5:53 AM
CHMD
CHMD - avatar