0
Help
Guys I' will program a game with godot 4 but I will learn gdscripte who know a easy way to learn gdscripte
1 ответ
0
gdscript is a simple language, quite similar in structure to Python.
However, it's often assumed that you already know the fundamental concepts of datatype, functions, OOP and game design concepts like gameloop, gui and event handling.
so, if you're just a beginner, it's probably useful to learn those first in a language you're comfortable with.