IM NEW TO GODOT
Im new to Godot but im also a bit familair with general coding
Question
Im having trouble with GDScript it confusing and i wanna know what stuff i should learn : P
Im new to Godot but im also a bit familair with general coding
Im having trouble with GDScript it confusing and i wanna know what stuff i should learn : P
Your best bet in the long run is to learn fundamentals of programming, unrelated to Godot. Preferably by enrolling into a general purpose programing course focused on basic data structures and algorithms. Even better if such a course uses Python programming language. Pyhton it’s quite beginner-friendly and GDScript is heavily based on it.
Thx i will keep that in mind
I do also want to know how should i be practicing ive seen a video on how gdscipt works and i have made a game using a totorial in 2d what steps should i take next ![]()
![]()
Try to make changes and additions to the game you have made. Tinker around with stuff. Read reference pages for nodes you’ve used to see what other interesting things they can do, employ those things, see what happens and what’s possible. Make another version of the same game from scratch, putting your own original twist on it. Cultivate curiosity, it’s probably the most important trait to have if you’re aiming to become a good programmer or a game designer.