Pattern Memory Game is a deterministic browser challenge that flashes five original 3×3 binary grids for 1.5 seconds each and asks you to pick the identical record from four options, finishing the route with exactly 1,000 points. Each target is encoded as nine disclosed filled-or-empty cells, and a filled cell and an empty cell are both part of the answer. After the brief Reveal phase, the target disappears and four literal candidate grids become available at the same time, and your task is to choose the exact arrangement you just saw. The five targets, every distractor, and every correct index are fixed original fixtures rather than randomly generated art, so the same five patterns appear in the same order on every run. The option tray is not revealed while the target is visible, because during Reveal it uses uniform placeholders, and the target cannot be compared side by side with the correct candidate before you choose.

The Pattern Memory Game Format
The game is a five-record visual recall challenge, not a Simon-style flashing sequence. Instead of watching colors light up one at a time, you see a single static 3×3 grid during a 1.5-second Reveal phase. The grid is built from nine binary cells, and every cell is either filled or empty; both states matter, so the empty positions are part of the answer as much as the filled ones. After Reveal ends or you press Hide now, the target disappears and four literal candidate grids appear in a stable layout that does not shift between phases. Choosing the wrong record on a round does not simply drop your score by 200 points; a single distinct mismatch is recoverable, but a second distinct wrong option, in the same round or in a later one, closes the file until you press Restart. The whole experience lives in your browser, with no account, upload, eye-tracking, camera, API, model, or random service involved, and the score records completion of the five disclosed patterns only.
This format makes Pattern Memory Game closer to a single-shot recognition test than to a chain memory game. You are not extending a growing sequence on each correct answer; you are tested against a fixed fixture every round, and the only thing that grows across the five rounds is your running total. Because the targets, distractors, and answer positions are all encoded as literal strings rather than images or generated art, the same five 3×3 grids return in the same order whenever you start a new run, and the same correct index sits in the same slot every time.
How to Play Pattern Memory Game
- Open the Pattern Memory Game in your browser and watch the single 3×3 target appear on screen.
- Use the 1.5-second Reveal phase to memorize which cells are filled and which are empty, or press Hide now if you are confident and want to move on without waiting.
- Wait for the target to disappear and the four candidate grids to appear in their stable layout.
- Pick the candidate that exactly matches the hidden target using the four large option buttons, the keys 1–4, or a tap on touch devices.
- Receive 200 points for each exact match and move to the next Reveal phase; repeat until you have cleared all five rounds and reached exactly 1,000 points.
Keyboard, Touch, and Pointer Controls
Pattern Memory Game is built for both mouse and keyboard play, with a focus on accessibility. Pointer and touch players tap the four large option buttons, which meet a minimum 44-pixel target size for comfortable input on phones and tablets. Keyboard players press H or Space to hide the current target early, then press 1, 2, 3, or 4 to choose one of the four candidates. The R key restarts the run when focus is outside a button, so you do not accidentally restart mid-choice. Focus treatments and visible button outlines support full keyboard navigation, and a shared game shell adds a visible Restart control, a best-score line, and a double-Escape Boss Key for instant overlays when you need to step away.
If you are building a habit of memory challenges that work entirely from the keyboard, the Number Memory Test guide at Can I Play Number Memory Test Using Only a Keyboard? covers a similar reveal-and-hide flow with typed recall, and the Memory Match guide at Can You Play Memory Match Entirely With a Keyboard? walks through another card-matching game with full keyboard support, including large targets and dedicated shortcuts.
Scoring Rules: How 1,000 Points Work
The score formula is strict: 200 points per exact match, with five rounds in the route. 200 × 5 = 1,000, so the only way to finish the game on its advertised total is to match all five disclosed records. The reward is not awarded progressively or with bonuses; each correct choice simply opens the next Reveal phase and adds 200 to your running total.
Errors are tracked by a round-and-option signature. If you pick the same wrong option twice on the same round, the second pick is deduplicated and the error count does not change, so you can recover simply by choosing a different candidate. A second distinct wrong option, whether you switch to another wrong pick in the same round or pick a different wrong option in a later round, ends the run and locks the memory file until you press Restart. Restart returns the game to round one with a full 1.5-second reveal, a zero score, no errors, and no previous result, so every fresh attempt starts from the same clean state. Illegal inputs are rejected atomically: negative, fractional, out-of-range, or unknown option indexes do nothing, non-finite or negative timer advances do nothing, and choice attempts during the Reveal phase are no-ops. When the run is finished or deadlocked, all timer, hide, selection, and scoring actions are frozen so the terminal state cannot drift.
Where the Correct Answer Sits Each Round
Because the route is deterministic, the correct candidate moves through every slot across the five records. Numbering the four options 1 through 4, the disclosed answer index for each round is fixed and reproduced on every run:
| Round | Correct Option Index | Reveal Window | Points Awarded |
|---|---|---|---|
| 1 | Option 3 | 1.5 seconds | 200 |
| 2 | Option 1 | 1.5 seconds | 200 |
| 3 | Option 4 | 1.5 seconds | 200 |
| 4 | Option 2 | 1.5 seconds | 200 |
| 5 | Option 3 | 1.5 seconds | 200 |
Independent literal tests own all five target strings, all twenty candidate strings, and all five correct indexes, and confirm the four deterministic answer positions, the exact 1.5-second timer boundary, the Hide now action, the complete five-step route to 1,000, repeated-error deduplication, second-error deadlock, illegal-input rejection, phase restrictions, Restart, and terminal freezing. Expected patterns are not generated from the production answer function, so you can audit every cell of every grid against the disclosed fixtures rather than against a runtime calculation.
Why the Patterns Are Fixed and Disclosed
The game is intentionally deterministic. There is no random service, no model, no API, and no new dependency behind the five 3×3 records. Independent tests own all twenty-five patterns, all answer indexes, the timer boundaries, and the full win and loss routes, and they verify that every element is a literal fixture rather than a generated output. That means the same five targets appear in the same order, with the same distractor set in the same layout, every time you start a fresh run, and a new 1.5-second reveal begins after every correct choice with no state carried over from previous rounds.
This design has two practical consequences for players. First, you can learn the route the same way you would learn a chess opening, by replaying the five rounds and noticing the visual landmarks that distinguish each 3×3 grid. Second, the deterministic scoring and rule set let you measure your own improvement across runs without worrying about a randomized difficulty spike: the only thing that varies is your own recall and decision speed, which makes the final 1,000 a clean benchmark rather than a moving target.
Quick Strategy Tips for the 1.5-Second Reveal
The 1.5-second Reveal phase is short, and there is no side-by-side comparison during it, so it pays to anchor on a consistent scanning order. Treat the grid as a nine-cell sequence read in rows from top-left to bottom-right, and snap one image in your mind for filled-versus-empty in each slot. Many players find it easier to encode the empty cells as the answer, because filled cells in a 3×3 binary grid can blend together visually while gaps stand out against the gridlines.
If you know you have the target memorized before the timer ends, press Hide now to skip the rest of the 1.5 seconds. Hide now is a deterministic alternative provided for confident players and for exact browser verification, so it never costs you points or adds a penalty, and the reveal transition uses a single cancellable timeout and a pure elapsed-time reducer rather than an animation loop that accumulates intervals in the background. Once the candidate tray appears, resist the urge to pick the first option that looks roughly right: only an exact nine-cell match awards the 200 points for that round, and the disclosed fixtures fix the correct answer slot for each round, so guessing by position will not work across all five.
If you are new to pattern recall and want a gentle entry point, the Pattern Memory Game link above opens the deterministic browser version directly. Remember that this is entertainment rather than a medical or psychological screen, a standardized memory assessment, a hiring test, an educational placement decision, or a statement about any player's cognitive ability, so treat every run as practice rather than a personal verdict.