Node Control: Real-Time Multiplayer .io Game Built Entirely with Claude 4.6 and 4.7

A developer used Claude 4.6 and 4.7 to build and ship Node Control, a real-time competitive multiplayer .io territory game now live at nodecontrol.gg. The project started with Claude 4.6, then transitioned to 4.7 mid-development — a move that was initially rocky but eventually settled.
Key Technical Features
- Real-time multiplayer with server-authoritative netcode running at 60Hz
- Global deployment across four regions on
fly.io(anycast to US, Europe, and Asia) - Neural-network aesthetic: custom shaders, particle systems, and a procedurally generated logo
- Cross-platform: separate control schemes for mobile and desktop
- Production tooling: reconnect handling, AFK detection, admin tooling, and privacy-respecting telemetry
The developer notes that Claude helped them prototype and build personal tools before, but this is the first time it enabled them to reach a shippable end product they were happy with — impressive given their background in game development.
Community & Availability
The game is free to play. The developer maintains a Discord and subreddit r/nodecontrol for updates and discussion.
📖 Read the full source: r/ClaudeAI
👀 See Also

Ctxpact: Context Compaction Proxy for Local LLMs
Ctxpact is an OpenAI-compatible proxy that compresses oversized inputs for local LLMs with 16k context windows, using a 3-stage pipeline that includes DCP, summarization, and extraction strategies. Benchmarks show 110k tokens compressed to 12k with 8/8 reading comprehension accuracy.

Publicly Hosted MCP Servers for Health, Academic, and Government Data
A developer has built and publicly hosts 14 MCP servers providing access to CDC datasets, clinical trials, FDA data, academic publications, congressional information, weather data, and other utilities. These servers require no setup, API keys, or local installation.

ConnectSafely AI MCP Server Links LinkedIn to Claude for Direct Control
ConnectSafely AI provides an MCP server that connects LinkedIn directly to Claude, allowing users to send messages, search for people, check profile visitors, and track conversations through prompts without switching tabs.

OpenClaw Agent Memory Plugin: Persistent Context Across Sessions
A developer built a memory layer plugin for OpenClaw that injects relevant context from past conversations before each turn and stores new facts and events after each turn, solving the problem of agents forgetting everything between sessions.