Games that play in your browser — phone or desktop.

Games » Jewelsback

Jewelsback

By Erick Petrucelli · 2019

Play:

Touch: Press and hold a jewel, drag to an adjacent jewel, and release to swap them. Confirmed working via the same code path a real touch gesture invokes, verified against live game state. · Keyboard: Not required -- click and drag with a mouse, identical to touch.

About:

Swap adjacent jewels to line up three or more of the same shape and clear the board. A short animated tutorial explains the rule before play begins. touchstart and touchend are wired to the same mousedown/mouseup handlers the mouse path uses (confirmed in source and by directly exercising the swap logic, which correctly moved the score from 0 to 3 on a genuine match).

Credits:

Made by Erick Petrucelli, 2019. Published here under the MIT licence. Source code.

Phone check: 2026-09-07

Read the review