The short version
A well-built match-3 with real level objectives and three distinct power-ups, whose swap gesture needed careful investigation to test correctly - it requires a genuine held drag between tiles rather than a tap-then-tap sequence, and once tested that way, both touch and mouse worked precisely.
Biggest strengths
- A real match-3 with structure - numbered levels, a specific fruit-collection objective per level, a move counter, and three distinct power-ups (bomb, hammer, extra time) rather than just an endless single board
- Drag-to-swap confirmed precise after correctly identifying the actual gesture required: a genuinely valid computed move (verified against the live board array) was executed as a real held touch drag from one tile through to an adjacent one, and the resulting score and board changes confirmed it landed exactly right - both on a simulated phone and with a real mouse drag on desktop
- Native emoji rendering keeps the game lightweight with no custom art assets needed for the tiles themselves
Biggest weaknesses
- The interface is entirely in Spanish (confirmed: lang=\"es\", and every label - Nivel, Puntos, Dificil - is in Spanish) with no language toggle found; the match-3 mechanic itself needs no translation, but level objectives and settings text will need a moment's translation for non-Spanish speakers
- The initial testing attempt (two separate taps on adjacent tiles) did nothing, because the game's swap logic is drag-only - a tap-and-release without sufficient movement is treated as a cancelled selection, not a completed swap; this isn't a bug, but it means the interaction is less forgiving of a light, quick tap than some match-3 implementations
- Minimal sound design
Who it's for: Match-3 fans who want objectives and power-ups beyond an endless score-chase, and don't mind a Spanish-language interface.
Our recommendation: play
7.4 / 10
Opening
Emoji Crush is a proper match-3 with structure behind it: numbered levels, a specific collection objective per level (gather enough of a target fruit), a limited move counter, and three power-ups — a bomb, a hammer, and extra time — rather than the endless, objective-free board some clones settle for.
Controls: a drag, not a double-tap
This one required real investigation to test correctly. An initial attempt using two separate taps on adjacent tiles — select one, then tap the next — did nothing at all, and reading the game's own source explained why: the swap logic is drag-only. Pressing a tile sets a temporary selection, but releasing without moving far enough treats it as a cancelled tap and clears the selection immediately, rather than waiting for a follow-up tap. The actual gesture needed is a single continuous press-drag-release from one tile toward an adjacent one.
Once that was understood, the mechanic was tested properly: a genuinely valid move was computed directly against the live board array (the same technique used to verify other match-3 titles on this shelf), then executed as a real held touch drag from the source tile through to its target on a simulated phone. The board changed exactly as predicted and the score increased, confirming the drag gesture works correctly. The identical process — compute a valid move, execute it as a real mouse drag — was confirmed again on desktop.
The Spanish-only interface
Worth flagging plainly: the entire UI is in Spanish (lang="es", with labels like "Nivel," "Puntos," and "Difícil" throughout) and no language option was found. The core swapping-fruit-emoji gameplay needs no translation to enjoy, but level objectives and menu text will need a quick mental translation for non-Spanish speakers.
Final Verdict
A genuinely well-structured match-3 with real objectives and power-ups, whose touch controls work correctly once you know it wants a held drag rather than a light tap-tap. That distinction was confirmed by testing, not assumed, and both touch and mouse behave precisely once you drag rather than tap. Recommended for match-3 fans comfortable with a Spanish interface.
Pros and cons
Pros
- A real match-3 with structure - numbered levels, a specific fruit-collection objective per level, a move counter, and three distinct power-ups (bomb, hammer, extra time) rather than just an endless single board
- Drag-to-swap confirmed precise after correctly identifying the actual gesture required: a genuinely valid computed move (verified against the live board array) was executed as a real held touch drag from one tile through to an adjacent one, and the resulting score and board changes confirmed it landed exactly right - both on a simulated phone and with a real mouse drag on desktop
- Native emoji rendering keeps the game lightweight with no custom art assets needed for the tiles themselves
- Clean Apache-2.0 licence, no analytics found
Cons
- The interface is entirely in Spanish (confirmed: lang=\"es\", and every label - Nivel, Puntos, Dificil - is in Spanish) with no language toggle found; the match-3 mechanic itself needs no translation, but level objectives and settings text will need a moment's translation for non-Spanish speakers
- The initial testing attempt (two separate taps on adjacent tiles) did nothing, because the game's swap logic is drag-only - a tap-and-release without sufficient movement is treated as a cancelled selection, not a completed swap; this isn't a bug, but it means the interaction is less forgiving of a light, quick tap than some match-3 implementations
- Minimal sound design