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

推荐订阅源

大猫的无限游戏
大猫的无限游戏
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
C
Check Point Blog
F
Fortinet All Blogs
腾讯CDC
V
V2EX
Y
Y Combinator Blog
I
InfoQ
月光博客
月光博客
博客园 - 司徒正美
云风的 BLOG
云风的 BLOG
H
Hackread – Cybersecurity News, Data Breaches, AI and More
WordPress大学
WordPress大学
J
Java Code Geeks
D
DataBreaches.Net
Apple Machine Learning Research
Apple Machine Learning Research
M
MIT News - Artificial intelligence
The Cloudflare Blog
Jina AI
Jina AI
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
博客园 - 【当耐特】
Engineering at Meta
Engineering at Meta
B
Blog RSS Feed
P
Proofpoint News Feed

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.