Odd Number Out is a number-pattern puzzle with a three-lives mechanic. This document explains how the program handles player data.
Number generation, rule selection, and answer validation all run client-side in your browser. No grid, rule, or answer is ever sent to a remote server.
These variables exist only in memory for the open tab and are discarded on refresh or close — no persistent storage is used.
The JetBrains Mono font is fetched from Google Fonts at page load. This is a standard font-delivery request and does not collect personal data.
No account, username, or email is requested at any point — the program runs fully anonymously.
This document may be revised; the date at the top always reflects the current version.