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

cstat: A Native Rust Status Line for Claude Code with 2ms Performance
cstat is a native Rust binary that replaces claude-hud's 62ms status line with a 2ms implementation by eliminating 24 subprocess spawns per invocation. It displays model info, rate limits, git status, context window usage, active tools, subagents, and task progress.

OmniRecall Beta: FAISS-Powered Memory Injection for Cloud LLM Chats
OmniRecall is a local mitmproxy bypass that intercepts traffic to cloud chat interfaces like DeepSeek, adding a permanent memory layer using FAISS indexing and sentence-transformers MiniLM-L6. It's currently in beta, requires CPU-only operation, and uses an aggressively restrictive source-available license.

Claude Code Voice Mode: Hands-Free AI Conversations for Developers
Claude's voice mode beta lets you speak to the AI and hear responses, with hands-free and push-to-talk options. It works on web and mobile, counts toward regular usage limits, and allows switching between text and voice in the same conversation.

monk: A skill that silences agent narration to save context and tokens
A Reddit user published 'monk', a skill that strips narration, preambles, and postambles from Claude agent responses, claiming ~54% output token reduction per turn and 29-39% context capacity gain at 100 rounds.