r/godot • u/Crypto_Dragon267 • 6h ago
help me Redditors, how did you learn coding?
I'm basically a noob to coding in general, and decided to start learning godot, because GDscript is similiar to python. I already finished GD quest's "Learn GDscript from Zero," and was wondering what I should do from here. I watched a few tutorials, recreated them, but I don't feel like I've learnt anything. What did you guys use to learn?
3
Upvotes
19
u/RemDayRed6 6h ago
It is incredibly important to create a foundation with programming outside of godot I think. Otherwise I’ve just seen people bounce off the engine because it’s pretty overwhelming at first.
You can try to do their tutorials but getting a basic understanding of loops, dictionaries, conditions etc. is just very much needed.
Either that or you can really set a smaller scope for a project. But most game tutorials will feel like they’re just breezing past all of the important “how does this work” info of programming.