The Scroll Room

Ancient Scrolls

Tutorials, guides, and game dev wisdom for Godot adventurers.

Featured ScrollReference

GDScript Cheat Sheet: Everything You Need in One Place

A complete GDScript reference: variables, functions, signals, input, physics, Resources, file I/O, tweens, and common patterns. Bookmark this and come back when you need it.

Feb 24, 2026Read Scroll

Tutorials

9 scrolls
Tutorials|Feb 25, 2026

Godot 4 Signals Tutorial: The Complete Guide

Everything you need to know about signals in Godot 4: built-in signals, custom signals, connecting and disconnecting, the signal bus pattern, and common mistakes.

godottutorialsignals
Read
Tutorials|Feb 23, 2026

Godot 4 3D Character Controller Tutorial: Movement, Camera, and Animation

Build a third-person character controller in Godot 4 from scratch: camera-relative movement, spring arm camera, sprint, jump with coyote time, and animation blending.

godottutorial3d
Read
Tutorials|Feb 22, 2026

How to Build an RPG Stat System in Godot 4

Build a component-based RPG stat system in Godot 4 with modifiers, leveling, equipment bonuses, buffs/debuffs, and damage formulas using Resources.

godottutorialrpg
Read
Tutorials|Feb 21, 2026

Godot 4 Enemy AI Tutorial: Patrol, Chase, and Attack

Build a complete 3D enemy AI system in Godot 4 with patrol waypoints, player detection, chase behavior, attacks, and hit reactions using state machines and NavigationAgent3D.

godottutorialenemy-ai
Read
Tutorials|Feb 20, 2026

How to Build a Dialogue System in Godot 4

Build a data-driven dialogue system in Godot 4 with branching conversations, conditions, quest integration, and a clean manager/UI architecture.

godottutorialdialogue
Read
Tutorials|Feb 19, 2026

How to Build an Inventory System in Godot 4

Learn how to build a clean, extensible inventory system in Godot 4 using Resources: item data, stacking, grid UI, and drag-and-drop, with full GDScript examples.

godottutorialinventory
Read
Tutorials|Feb 19, 2026

How to Make a Souls-Like Game in Godot 4

A complete architecture guide for building a souls-like game in Godot 4: state machines, combat, dodge rolls with i-frames, stamina, combos, and enemy AI.

godottutorialsouls-like
Read
Tutorials|Feb 12, 2026

How to Build a Save System in Godot 4

Learn the two approaches to saving data in Godot 4: ConfigFile for settings and JSON for game state, plus versioning, multiple slots, and common mistakes.

godottutorialsave-system
Read
Tutorials|Feb 12, 2026

Godot 4 State Machine Tutorial: The Pattern Every Game Needs

Build a clean, extensible state machine in Godot 4 from scratch. Covers base states, transitions, player controllers, and enemy AI with full GDScript examples.

godottutorialstate-machine
Read

Guides

3 scrolls

Comparisons

2 scrolls

Mindset

1 scroll