๐ + ๐ฆ + ๐ + ๐ชฑ = ?
The hook
Emoji are already a shared second language; Emoji Rebus just turns that into a puzzle. Every day a phrase, proverb, or movie title gets compressed into a short chain of emoji, and you type your best decode. The comedy is built in โ half the fun is watching your own brain leap to the wrong idiom before the right one clicks. It plays in under a minute solo, but hand someone the "compose your own rebus" tool and it becomes a party game about how badly you can encode a sentence.
A sample round
1 ยท Today's chain, no hints yet
2 ยท Right idea, wrong verb
3 ยท Solved โ no hints spent
How a round plays
- A chain of emoji encodes a phrase, movie title, or proverb โ decode it in as few guesses as you like.
- Type your guess; close-but-wrong answers get a nudge ("right idea, wrong word").
- Stuck? Spend a hint to reveal the category or unlock one emoji's intended meaning.
- Fewer guesses and hints score higher; a first-guess solve is a max-score day.
- Party mode swaps solving for composing: build a rebus for a phrase and pass the phone.
Why it's sticky
The near-miss detection is what keeps people typing instead of giving up โ "close, wrong word" is such a precise itch that most players burn a second and third guess chasing the exact phrasing before they'll take a hint. And because emoji are inherently ambiguous, everyone's first read is different, which makes solving out loud with family genuinely funny rather than a solitary chore. The party mode flips the fun: composing a rebus that's crackable-but-not-obvious is its own small skill, and terrible ones become instant inside jokes.
Modes
- Daily โ one shared rebus, streaks and share grid in localStorage.
- Practice โ unlimited random rebuses, filterable by category (proverb, movie, phrase).
- Rebus relay (party) โ pass the phone; one player composes a rebus for a phrase, everyone else guesses.
Build notes
Size: S. The shared shell provides the daily-seed picker, streak/stats store, share-grid generator, and how-to-play screen. Game-specific work is a curated phrase-to-emoji dataset with tolerant answer-matching (accepting reasonable synonyms like "gets"/"catches"), tiered hints (category reveal, then single-emoji reveal), and โ for the party mode โ a simple emoji picker so players can compose their own chains. Core solving logic stays a plain JS module, state in and out, so a future link-shared "guess my rebus" async challenge needs no rewrite.