Class Videos

Installing Godot

Instructions on how to download and install Godot.

2.1 Setting Up the Project

Setting up the RunJumper project and settings some default project settings.

2.2 Creating the Player Scene

How to create a new scene with animations and collision shapes, as well as how to create instances of a scene in another scene.

3.1 Scripting Basics

The basics of scripting in Godot: variables, functions, conditionals, and expressions.

3.2 Physics and Input

How to define physics layers and input actions. Scripting the player to jump and collide with other nodes in the scene.