惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

B
Blog RSS Feed
量子位
Recent Announcements
Recent Announcements
T
The Blog of Author Tim Ferriss
美团技术团队
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Blog — PlanetScale
Blog — PlanetScale
H
Help Net Security
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
博客园 - Franky
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
宝玉的分享
宝玉的分享
大猫的无限游戏
大猫的无限游戏
V
Visual Studio Blog
博客园 - 聂微东
aimingoo的专栏
aimingoo的专栏
Microsoft Security Blog
Microsoft Security Blog
U
Unit 42
J
Java Code Geeks
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
IT之家
IT之家
Hugging Face - Blog
Hugging Face - Blog
腾讯CDC
L
LangChain Blog

Hacker News

GitHub - SeanFDZ/macmind: Single-layer transformer in HyperTalk for the classic Macintosh Show HN: Agent-cache – Multi-tier LLM/tool/session caching for Valkey and Redis Bonsai 1-bit WebGPU - a Hugging Face Space by webml-community Moving a large-scale metrics pipeline from StatsD to OpenTelemetry / Prometheus GitHub - Nightmare-Eclipse/RedSun: The Red Sun vulnerability repository GitHub - SethPyle376/hiraeth: Local AWS emulator focused on fast integration testing, with SQS support, SQLite-backed state, and a debug-friendly web UI. GitHub - macOS26/Agent: Any AI, replaces Claude Code, Cursor, OpenClaw. Over 18 LLM providers (Claude, OpenAI, Gemini, Ollama, Zai, HF, Qwen) wired into a native Mac app that writes code, builds Xcode projects, bumps versions, manages git, automates Safari, use AppleScript, JS or Accessibility, extend Agent! w/ MCP Servers, run tasks from your iPhone via Messages. YouTube now lets you turn off Shorts I Made a Terminal Pager Burgers | マクドナルド公式 Commands — HackerNews CLI documentation ChatGPT for Excel PiCore - Raspberry Pi Port of Tiny Core Linux Live Nation illegally monopolized ticketing market, jury finds Google Broke Its Promise to Me. Now ICE Has My Data. Founding Engineer at Adaptional | Y Combinator CRISPR takes important step toward silencing Down syndrome’s extra chromosome GitHub - saffron-health/libretto: The AI toolkit for building reliable browser automations US v. Heppner (S.D.N.Y. 2026) no attorney-client privilege for AI chats [pdf] Retrofitting JIT Compilers into C Interpreters IPv6 – Google The Accursèd Alphabetical Clock Cybersecurity Looks Like Proof of Work Now Fragments: April 14 Cal.com Goes Closed Source: Why AI Security Is Forcing Our Decision | Cal.com - Scheduling Software for Online Bookings Laravel raised money and now injects ads directly into your agent When moving fast, talking is the first thing to break Too much Discussion of the XOR swap trick – Heather Cafe Introduction to Spherical Harmonics for Graphics Programmers The Grand Line
Multiplayer for your game, in one prompt.
heyitssim · 2026-06-23 · via Hacker News

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 works

Two 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 yourself

Real-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.

manual deploy

Already 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.