Welcome to your first foray into programming. This series focuses on the theory and uses of programming through the use of Godot GDScript
In this episode of the Godot GDScript tutorial series, I take a look at match statements.
In this episode of the Godot GDScript tutorial series, I take a look at arrays.
In this episode of the Godot GDScript tutorial series, I take a look at arrays & dynamic memory address.
In this episode of the Godot GDScript tutorial series, I take a look at strings in memory.
In this episode of the Godot GDScript tutorial series, I take a look at enums.
In this episode of the Godot GDScript tutorial series, I take a look at dictionaries.
In this episode of the Godot GDScript tutorial series, I take a look at functions.
In this episode of the Godot GDScript tutorial series, I take a look at scope levels in programming.
In this episode of the Godot GDScript tutorial series, I take a look at classes.
In this episode of the Godot GDScript tutorial series, I take a look at class objects & constructors.
In this episode of the Godot GDScript tutorial series, I take a look at class inheritance.
In this episode of the Godot GDScript tutorial series, I take a look at classes as data types.