About Mecha 2D
Mecha 2D is an independent browser game about hiding in plain sight. Hiders become part of the scenery; seekers learn to notice the one tiny detail that moves.
Matches run in private rooms and use an authoritative game server. Movement, roles, timers and catches are coordinated on Cloudflare Workers and Durable Objects rather than trusted to one player’s browser.
Public alpha
The current release is deliberately small: private codes, curated maps and no public chat or matchmaking. That keeps it quick to join with friends while the game’s balance and connection handling are tested.
Fair-play limits
The server validates catches and hides map data from seekers during painting. During the hunt, browsers must receive enough information to render hiders, so a modified client could still inspect that data. Competitive-grade server-side image compositing is a possible future hardening step.