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.
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.
All of these values exist only in the active browser tab's memory and disappear automatically when the tab is closed or refreshed.
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.
Pattern Match does not ask for a name, email, or any authentication. The game is fully playable anonymously from the very first click.
This page may be updated from time to time; the date at the top always reflects the latest version.