Godot Tutorial

Short tutorials for the Godot Game Engine

Overview

Godot is a free and open-source game engine used for creating 2D and 3D games. It allows developers to build games across multiple platforms and provides a simple and extensible interface for game development.

The tutorials cover installation, character creation, creating a tileset, and animating objects. Start with Installation & Setup from the nav above.

Showcase

1
2
3
4
5
6

Frequently Asked Questions

Yes! Godot is completely free and open-source under the MIT license.

Yes, Godot has a dedicated 3D engine that is capable of producing high-quality 3D games.

Godot uses GDScript, a Python-like language designed specifically for the engine. It also supports C# and C++ via GDExtension.