← Back to the game

Privacy Policy: PATTERN MATCH

Last updated: June 30, 2026

Pattern Match is a standalone logic puzzle about spotting the "odd one out" among nine shapes, with a three-lives mechanic. This page explains exactly how the game handles player data.

Local-only gameplay

All of Pattern Match's logic — shape generation, click checking, score and lives tracking — runs entirely in your browser using JavaScript. No round result is ever sent to an external server.

What is stored temporarily

All of these values exist only in the active browser tab's memory and disappear automatically when the tab is closed or refreshed.

Orbitron and Rajdhani fonts

The neon visual style uses Google Fonts, loaded when the page opens. This is a standard technical font-delivery request and is not connected to collecting any personal data from the player.

No account required

Pattern Match does not ask for a name, email, or any authentication. The game is fully playable anonymously from the very first click.

Changes

This page may be updated from time to time; the date at the top always reflects the latest version.