Skip to content
HN On Hacker News ↗

Multiplayer for your game, in one prompt.

▲ 10 points 7 comments by heyitssim 2w ago HN discussion ↗

Pangram verdict · v3.3

We believe that this document is fully AI-generated

99 %

AI likelihood · overall

AI
0% human-written 100% AI-generated
SEGMENTS · HUMAN 0 of 2
SEGMENTS · AI 2 of 2
WORD COUNT 267
PEAK AI % 99% · §1
Analyzed
Jun 24
backend: pangram/v3.3
Segments scanned
2 windows
avg 134 words each
Distribution
0 / 100%
human / AI fraction
Verdict
AI
Pangram v3.3

Article text · 267 words · 2 segments analyzed

Human AI-generated
§1 AI · 99%

Make your app collaborative or your game multiplayer in one prompt Rooms, live state sync, and a leaderboard, plus a link your friends can open. Paste one prompt into your agent and it wires up the SDK, deploys the game, and hands back a shareable URL. No backend, no player accounts. Try a live demo Works in Claude Code, Cursor, or any agent. It covers setup, integration, and deploy.

how it worksTwo ways in. Both end in a link. OPTION 01 Connect the MCP recommended One command in Claude Code (or add it to Claude Desktop): claude mcp add antics -- npx -y antics-mcp Then just say: “Make a 2-player game and deploy it.” The agent calls deploy_game and returns a playable URL. No copy-paste, no site visit, no login. OPTION 02 No MCP? Hand your AI the docs Give any AI /llms.txt: the whole API in one file, written for one-shot integration. Ask for a game, then paste the HTML it writes into the box below. import { joinRoom } from "/sdk/v1.js"; const room = await joinRoom({}); // that's the integration

try it yourselfReal-time apps and multiplayer games, each shipped in one prompt. Blast Arena Top-down shooter: WASD + mouse, live projectiles, 10 kills wins. Orb Lights Three.js co-op: fly glowing orbs, collect crystals together. Cookie Clash 60-second clicker race with a leaderboard. Quiz Clash Turn-based trivia: host-run rounds, first-correct bonus.

§2 AI · 99%

manual deployAlready have a generated HTML file? Paste it. Keyless deploys are instant and need no account: rooms expire after 24h (max 8 players). Sign in to keep your links, persist leaderboards, and manage keys.