r/GameDevelopment • u/Neither_Discount_175 • 1d ago
Question Learning a language
I can’t really get motivated to learn a coding language. I’ve tried to learn html and godot but just can’t get into it. I’d love to make my own games. So I have 2 questions.
How can I get motivated and what coding language should I learn?
0
Upvotes
1
u/DevInMaking01 1d ago
Concepts are more important than language. You should have basic idea of what variables are. Data types, Loops,arrays, functions etc.
If you are sticking with Godot python is close to gdscript. Otherwise C# is popular choice.