Start ▸
Free forever for builders

Catch every prompt, walkthrough, and trick for shipping your first game.

Prompts, walkthroughs, and checklists for solo devs using Claude as a co-dev. Five paths to a finished game, from web games you ship in an evening to retro consoles. No paywall, no email gate, no fluff.

5
Engines
9
Prompts
6
Walkthroughs
8
Sprites
$0
Forever
PIXELDEX No.004 LOVELING LOVE2D A B FREE · NO PAYWALL · $0
★ Engine dex

Pick a starter engine

Each track is sized for a single solo dev with no team and no budget. Click an engine for the full track: prompts, walkthroughs, and a recommended starter sequence.

All prompts ▸
★ Prompt of the week Unity · 2D · Beginner

Top-down 2D player controller, juicy and grid-snapped

Drop this into a fresh Claude chat. Returns a single C# MonoBehaviour with WASD movement, sprite flipping, animator hooks, and a 0.05s input buffer so dashes feel responsive.

$ Build me a top-down 2D player controller for Unity 2022.3+
// constraints
- Single C# MonoBehaviour, no external packages
- WASD movement, normalized diagonal speed
- Sprite-renderer flip on horizontal input
- Animator params: speedX, speedY, isMoving (bool)
- 0.05s input buffer so dashes feel responsive
- Snap-to-pixel option, toggleable via [SerializeField] bool

// return format
- One file. No prose before or after the code.
- Comments only where the constraint is non-obvious.
View the full prompt ▸ Open in Claude ▸ Run · 2 min