Introduction | Godot GDScript | Ep Intro

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

Data Types & Literals | Godot GDScript | Ep 00

The second episode in the Godot GDScript tutorial series. In this episode I take a look at data types and literal values.

Variables | Godot GDScript | Ep 1.1

In this episode of the Godot GDScript tutorial series, I take a look at variables.

Life Cycle & Reference Counting | Godot GDScript Tutorial | Ep 1.2

In this episode of the Godot GDScript tutorial series, I take a look at Life Cycles & Reference Counting in programming.

Operators & Operands | Godot GDScript Tutorial | Ep 02

In this episode of the Godot GDScript tutorial series, I take a look at operators & operands.

Constants | Godot GDScript Tutorial | Ep 03

In this episode of the Godot GDScript tutorial series, I take a look at constants.

Comments | Godot GDScript Tutorial | Ep 04

In this episode of the Godot GDScript tutorial series, I take a look at comments.

Naming Conventions | Godot GDScript Tutorial | Ep 05

In this episode of the Godot GDScript tutorial series, I take a look at naming conventions.

If/Elif/Else Statement Chain | Godot GDScript Tutorial | Ep 06

In this episode of the Godot GDScript tutorial series, I take a look at if statements.

While Loops | Godot GDScript Tutorial | Ep 07

In this episode of the Godot GDScript tutorial series, I take a look at the while loop.

For Loops | Godot GDScript Tutorial | Ep 08

In this episode of the Godot GDScript tutorial series, I take a look at for loops.

Match Statements Pt 1 | Godot GDScript Tutorial | Ep 09

In this episode of the Godot GDScript tutorial series, I take a look at match statements.