Memory Grid is a card-matching memory game with a three-lives mechanic. This page explains what happens to data while you play.
Shuffling the cards, checking for matches, and counting moves all happen entirely in the player's browser via JavaScript. The server never receives any information about the card layout or your results.
All of this disappears when the page is refreshed or closed — there is no permanent progress saving.
The soft, rounded fonts are loaded via Google Fonts when the page opens; this is a technical request that does not transmit any personal data about the player.
The game requires no registration, name, or email address — you can start playing immediately after opening the page.
This privacy policy may change over time; the current revision date is always shown at the top of the page.