Learning Godot

Basic knowledge acquired from tutorials and experimenting.

First Project

Following this tutorial to make my first project and learning basics of Godot

Beginner Lessons in Godot

Understanding the Interface

Navigating the Godot editor and exploring its layout.

Learning about nodes and scenes as the building blocks of projects.

Nodes and Scenes

Discovering how nodes represent different elements (sprites, sounds, scripts).

Understanding how scenes can be combined to create complex levels.

Scripting with GDScript

Writing simple scripts to control player movement.

Learning about signals to connect different parts of the game.

2D Game Basics

Adding sprites and collision shapes.

Implementing basic physics for movement and jumping.

Debugging and Testing

Using the play button to test projects quickly.

Learning how to debug errors and fix issues step by step.

Key Takeaways

Godot is beginner-friendly and flexible.

Building games is about combining creativity with problem-solving.

Small projects are the best way to practice and grow skills.