This series builds upon the Introduction to Godot and will get you started with the editor and the engine. You will learn more about nodes and scenes, code your first classes with GDScript, use signals to make nodes c...
This tutorial focuses on Godot, a popular open-source game engine. Godot is known for its versatility, allowing developers to create both 2D and 3D games. It uses a unique scene-based architecture and its own scripting language, GDScript, which is similar to Python. The step-by-step nature of this tutorial suggests it likely covers Godot's core concepts, features, and practical application in game development.