Pack
Video Game Pack
A playable game loop in the browser by tonight, with 3D models, sprites, sound, and music generated instead of purchased.
Builders who want to ship a small game or game-like product, not learn a full engine. Web-first, with a native path for anyone who outgrows it.
The stack
| Slot | Pick | Alternative | Why |
|---|---|---|---|
| 2D engine | Phaser 4 | PixiJS | Mature, huge example base, agents know it well |
| 3D engine | Three.js with React Three Fiber and drei | PlayCanvas | React mental model, fits Next.js muscle memory |
| Native path | Godot 4 | Unity | Free, open, scriptable, great for jams |
| Physics | Rapier for 3D, Arcade for Phaser | Matter.js | Fast and deterministic |
| 3D asset generation | Meshy | Tripo | Text and image to rigged, textured models with clean exports |
| 2D art cleanup | Aseprite | Fix generated sprites, export sheets the engine reads | |
| Free base assets | Kenney | itch.io asset packs | CC0, consistent style, fills gaps |
| Sound effects | ElevenLabs sound effects, soundcn for UI sounds | Prompt to SFX in seconds | |
| Music | Suno | Udio | Loops and stems on demand |
| Game UI | 8bitcn for pixel styles, shadcn/ui for menus | Retro look with a component model | |
| State and save | Zustand plus localStorage | Simple, serializable | |
| Multiplayer, optional | Colyseus | PartyKit | Only when the game needs it |
| Distribution | Vercel for web, itch.io for downloads |
The kickoff prompt
The first lines of the prompt members paste into their agent. The full prompt, the model board, and the setup checklist are inside the portal.
You are setting up a new project. Follow this stack exactly. Do not substitute tools unless one is unavailable, and if you substitute, say so at the end. ## Project A 2D browser game called [TITLE]. The core loop: [ONE SENTENCE, for example "dodge falling debris, collect batteries, survive as long as possible"]. The art direction is [STYLE, for example "16-bit pixel art, muted palette, night city"]. A session should last two to five minutes. ## Stack
Get the full pack
Members get the complete prompt, the model board with verified dates, the setup checklist, and every other pack in the club.