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

Agentic Context Engine: Automated Agent Improvement Loop with 34.2% Accuracy Gain
An open-source tool automates the entire agent improvement loop from trace analysis to fix implementation, achieving 34.2% accuracy improvement on Tau-2 Bench in one iteration. The system uses Claude Code in a REPL environment to analyze failures and decide between prompt or code fixes.

Local Voice Control Setup for AI Agents on Apple Silicon
Setup local voice control for AI agents using Parakeet STT and Kokoro TTS on Apple Silicon for fast and cloud-independent interactions.

Startup Bookkeeper: Free Claude Skill for Small Business Tracking
Startup Bookkeeper is an open-source Claude AI skill that helps bootstrapped founders track expenses by categorizing transactions from plain English descriptions, processing receipt photos with OCR, and generating dashboards or P&L statements.

GLM 5 on Mac M3: Performance Observations for Agentic Coding
A user reports running GLM 5 via MLX 4-bit quantization on a Mac M3 with 512GB RAM, finding it usable for agentic coding with context under 50k tokens but noting significant slowdowns beyond that threshold.