Welcome to your first foray into programming. This series focuses on the theory and uses of programming through the use of Godot GDScript
The first episode in the Godot GDScript tutorial series. In this episode we take a look at what the Godot GDScript tutorial series is about
The second episode in the Godot GDScript tutorial series. In this episode I take a look at data types and literal values.
In this episode of the Godot GDScript tutorial series, I take a look at variables.
In this episode of the Godot GDScript tutorial series, I take a look at Life Cycles & Reference Counting in programming.
In this episode of the Godot GDScript tutorial series, I take a look at operators & operands.
In this episode of the Godot GDScript tutorial series, I take a look at constants.
In this episode of the Godot GDScript tutorial series, I take a look at comments.
In this episode of the Godot GDScript tutorial series, I take a look at naming conventions.
In this episode of the Godot GDScript tutorial series, I take a look at if statements.
In this episode of the Godot GDScript tutorial series, I take a look at the while loop.
In this episode of the Godot GDScript tutorial series, I take a look at for loops.
In this episode of the Godot GDScript tutorial series, I take a look at match statements.