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

Attesor: AI-Powered Reverse Engineering of Rosetta 2 for Linux VM
Attesor is a GitHub project that uses AI to reverse-engineer Apple's Rosetta 2 binary translation technology, aiming to document its architecture and potentially enable x86_64-to-ARM64 translation on Linux virtual machines.

Indie Developer Unveils 'Ideanator' CLI Tool for Structuring Vague Ideas with Local LLMs
Ideanator is a CLI tool designed by a self-taught 19-year-old developer using local LLMs like Ollama/MLX. It structures vague ideas into well-defined concepts, completely offline.

Marky: A Lightweight Markdown Viewer for Agent-Generated Documentation
Marky is a desktop markdown viewer built with Tauri v2 and React that opens .md files from the terminal with live reload. It features CLI-first usage, syntax highlighting with Shiki, KaTeX math support, Mermaid diagrams, and workspaces for folders.

Memex: Open-Source Memory Plugin for Claude Cowork
Memex is an open-source plugin that gives Claude Cowork persistent memory across sessions using a tiered context loading system. After running /memex:init once, Claude briefs itself in about 20 seconds per session and picks up where you left off.