Godot Game Engine
The Godot Engine is a free and open-source, cross-platform tool used within game development to create both 2D and 3D video games. It is distinguished by its unique scene-based architecture, where developers build games by composing and nesting "nodes"—fundamental building blocks for sprites, physics bodies, or scripts—into complex scenes. This modular design is controlled through its intuitive, Python-like scripting language, GDScript, as well as support for C# and C++, all within a self-contained editor that streamlines the entire development process from creation to one-click deployment on desktop, mobile, and web platforms.
- Introduction to Godot Engine
Go to top
Next
2. Getting Started with Godot