About this tile
A multiplayer Codenames clone for two teams. Spymasters give one-word clues, guessers try to find their team's cards on a 5x5 grid, and whoever uncovers the assassin loses on the spot.
What you can do
- Pick your team and role (spymaster or guesser) from the lobby. Spectators are welcome too.
- Play classic or simultaneous mode — classic is the standard sequential flow; simultaneous has both spymasters submit clues blind and both teams guess in parallel, with a golden wild card worth +1 to whoever reveals it.
- Stage your guess by tapping a card to drop your avatar on it — your teammates see the same target in real time.
- React with emoji (👍 👎 🤔 🔥) on cards to coordinate without speaking. One-tap "clear my votes" resets your reactions.
- Customize the word pool with lobby-configured words guaranteed to appear on the next board.
- Read the activity log for clues given, cards revealed, turn flips, and winners — server-written so it stays consistent for everyone.
- Focus mode lets spymasters dim their own screen while telegraphing focus to teammates with a 🕶 badge.
Built on Synced-Store
Spymaster card colors and pending clues are stored in per-user private scopes, so guessers never receive them. Public state (cards, players, clues, reactions, log entries) lives in shared tables and syncs in real time.