Browse ▸
9 prompts shipped · more weekly

The prompts library

Copy-paste prompts for game dev with Claude. Each one is opinionated, scoped to a single feature, and tested in a real project. Click any prompt for the full breakdown, copy button, and a one-click "open in Claude" link.

Engine
Level
Showing 9 prompts
Unity Beginner Run · 2 min

Top-down 2D player controller, grid-snapped

Single C# MonoBehaviour. WASD, sprite flip, animator hooks, input buffer so dashes feel snappy. Drop-in ready, no packages.

No.001 Copy ▸ run
Unity Beginner Run · 4 min

JSON save and load via PlayerPrefs

Serialize a SaveData class to JSON, persist via PlayerPrefs. Auto-versioned, migrates gracefully on schema change. Handles missing keys.

No.002 Copy ▸ run
Godot Intermediate Run · 5 min

FSM-based player controller for Godot 4

Idle / Run / Jump / Fall states with clean transition logic and a debug overlay. GDScript, no plugins. Easy to bolt extra states onto.

No.003 Copy ▸ run
Godot Beginner Run · 3 min

Load a tilemap from a CSV file

Parses a CSV grid (numbers as tile IDs) and populates a TileMap node. Handles bounds, missing tiles, autotiles. One-shot script.

No.004 Copy ▸ run
Phaser Beginner Run · 3 min

Pixel-perfect camera with deadzone follow

Snaps the camera to integer pixel coords so sprites never sub-pixel jitter. Configurable deadzone, smooth follow. TypeScript-ready.

No.005 Copy ▸ run
LOVE2D Intermediate Run · 4 min

Tile-based collision for top-down LOVE2D

Bump.lua-style sweep test against a tile grid. Handles slopes, one-way platforms, and push-out. Single love.update hook.

No.006 Copy ▸ run
Unity Intermediate Run · 3 min

2D platformer with coyote time and jump buffer

The "feel" details that make a platformer playable: coyote-time grace window, jump input buffer, variable jump height. Single C# MonoBehaviour.

No.007 Copy ▸ run
Pico-8 Intermediate Run · 3 min

Sprite sheet loader with palette swap

Token-budget Pico-8 helper for runtime sprite recolor. Same enemy at 3 colors without doubling the sheet.

No.008 · NEW Copy ▸ run
LOVE2D Intermediate Run · 4 min

Particle system in pure Lua, no shaders

Custom emitters with lifetimes, gravity, color tween. Drop-in module. Hit sparks and pickup glitter for free.

No.009 · NEW Copy ▸ run
Roadmap Shipping weekly

What's next in the prompts pipeline

These are being written now. Bookmark this page and check back. New prompts ship roughly weekly.