🌐 Community ⚙️ Engineering Awaiting Security Review

Godot Game Development

Build 2D and 3D games with Godot Engine using GDScript or C#. Generates scenes, scripts, physics setups, UI systems, and shader code for cross-platform game development.

This skill helps you build games with Godot Engine. It generates GDScript and C# scripts, sets up scene trees, configures physics bodies and collision layers, creates UI with Control nodes, implements state machines, and writes visual shaders. Covers both 2D and 3D game patterns.

godot game-dev gdscript 2d 3d

When to use

Use when building games with Godot, prototyping game mechanics, implementing physics-based gameplay, creating procedural content, or learning game development patterns.

Examples

Platformer movement

Create a character controller with wall jumps and dashing

Build a 2D platformer character controller with ground detection, variable jump height, wall jumps, and a dash ability in GDScript

Inventory system

Design a flexible inventory system with drag-and-drop

Create a Godot inventory system with item slots, drag-and-drop reordering, stacking, and tooltip previews using Control nodes