Make your first game in Godot. Free, and no code.

A complete, playable story game for Godot. Walk around, talk to an NPC, take a quest, gather, save, then make it yours by editing simple text files. No code. Download it free on itch.io or grab the source on GitHub. MIT licensed, Godot 4.3+.

Your first 30 seconds

  1. Press play. The game boots straight into a tiny world.
  2. Walk up to the Healer with the arrow keys or WASD.
  3. Talk, and pick your reply. The conversation branches.
  4. Take the quest and gather the herbs. The tracker counts along.
  5. Save, quit, come back. Everything is where you left it.

Then make it yours

The dialogue, quest, and names live in plain text files you can open and edit. Two short guides ship inside (README and MAKE-IT-YOURS). When you outgrow the built-in Lite systems, the full Dialogue, Quests, and Save/Load systems drop in where the Lites are. Browse every system.

Quick questions

Do I need to know anything about Godot?

No. Download Godot 4.3 or newer (it's free), open the starter project, and press play. Two short guides ship inside, README and MAKE-IT-YOURS, and they walk you through changing things step by step.

Is it really free?

Yes. Free download, MIT licensed, and anything you build with it is yours to sell. It's the same foundation my paid systems build on, so if you like it, upgrading later is a drop-in swap.

What is actually in it?

A complete top-down story game: player movement, a talkable NPC with branching dialogue, a gather quest, and saving. It runs on three free Lite systems (Dialogue, Quests, and Save/Load) wired together with zero code.

What happens when I outgrow it?

Each Lite system has a full version with more features. Swap it in where the Lite was and your game keeps working, no rebuild. The full Dialogue, Quests, and Save/Load systems are pay what you want from $4.99.