0
If i want to be come a game devoloper do I have to learn html css and JavaScript before learning c++
Pls help
5 odpowiedzi
+ 6
Chriz Wizard
You can refer to these threads👇
🔸https://www.sololearn.com/Discuss/625747/?ref=app
🔸https://www.sololearn.com/Discuss/938441/?ref=app
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.
0
Im using godot engine so what should I learn pls help
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.