Kind Meld
A collaborative word-association game that keeps distributed teams connected. Hosts create lobbies and players join with a short code, syncing state through Cloudflare Durable Objects.
Gameplay flow
- Host creates a lobby and shares the join code
- Players join and await the host to start rounds
- The first two taps each round enter guesses; matching words win
- Observers see live status, and the host can reset or end rounds
Implementation roadmap
- Durable Object room management with reconnection support
- Latency-aware UI updates for sub-second feedback
- Accessible controls optimised for mobile devices