By Match-3 with levels, objectives, and power-ups · 2024
Play:
Touch: Press and drag a tile toward an adjacent one to swap them · Keyboard: Click and drag a tile with the mouse toward an adjacent one
About:
A structured match-3 with numbered levels, per-level fruit-collection objectives, a move counter, and three power-ups (bomb, hammer, extra time). The swap gesture requires a genuine held drag between tiles, not two separate taps - confirmed by computing a genuinely valid move against the live board array and executing it as a real drag on both touch and mouse. Note: the interface is entirely in Spanish with no language toggle.
Credits:
Made by Match-3 with levels, objectives, and power-ups, 2024. Published here under the Apache-2.0 licence.
Source code.
Phone check: 2026-09-07: played on simulated phone (390x844, real CDP touch dispatch with intermediate touchmove points) and desktop (mouse drag); computed a genuinely valid swap from live board state and confirmed a real held drag executed it correctly (board and score changed) on both platforms. Identified that the swap gesture requires a drag, not two taps.