FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
Show HN: Claude Code skills that build complete Godot games
How-ToSystems

Show HN: Claude Code skills that build complete Godot games

via Hacker Newshtdt6h ago

I’ve been working on this for about a year through four major rewrites. Godogen is a pipeline that takes a text prompt, designs the architecture, generates 2D/3D assets, writes the GDScript, and tests it visually. The output is a complete, playable Godot 4 project. Getting LLMs to reliably generate functional games required solving three specific engineering bottlenecks: 1. The Training Data Scarcity: LLMs barely know GDScript. It has ~850 classes and a Python-like syntax that will happily let a model hallucinate Python idioms that fail to compile. To fix this, I built a custom reference system: a hand-written language spec, full API docs converted from Godot's XML source, and a quirks database for engine behaviors you can't learn from docs alone. Because 850 classes blow up the context window, the agent lazy-loads only the specific APIs it needs at runtime. 2. The Build-Time vs. Runtime State: Scenes are generated by headless scripts that build the node graph in memory and serialize i

Continue reading on Hacker News

Opens in a new tab

Read Full Article
0 views

Related Articles

Paramount+ just dropped to $2.99 a month - here's how to sign up
How-To

Paramount+ just dropped to $2.99 a month - here's how to sign up

ZDNet • 1h ago

How-To

70+ Free Online Tools That Make Everyday Tasks Easier

Medium Programming • 1h ago

I Tried to Build My First iOS Product — This Is What Happened
How-To

I Tried to Build My First iOS Product — This Is What Happened

Medium Programming • 1h ago

This unassuming amplifier is the one audio upgrade that finally made my speakers sing
How-To

This unassuming amplifier is the one audio upgrade that finally made my speakers sing

ZDNet • 3h ago

Gas Surgery: Reducing Merkle Mixer Costs by 25% on Base
How-To

Gas Surgery: Reducing Merkle Mixer Costs by 25% on Base

Medium Programming • 4h ago

Discover More Articles