🏠 Home
CPS Test Aim Trainer Typing Speed Scroll Speed View All Games →
AI Image Generater Background Remover Social Media Cropper Youtube Thumbnails View All Images →
Word Counter Case Converter Invisible Text Text to Speech View All Text Tools →
JSON Formatter Diff Checker Base64 Converter Meta Tag Generator View All Dev Tools →
Unit Converter Age Calculator BMI Calculator Time Zone Converter View All Calculators →
Home > Sequence Memory

Sequence Memory Test (Simon Says)

Memorize the pattern. Repeat it exactly. The sequence gets one step longer every round.

Level 1

Simon Says

Watch the tiles flash.
Repeat the sequence.

Game Over

Level Reached
1
Rank: Novice

Share Your Score

Share This Game

Free Online Sequence Memory Test — Challenge Your Working Memory

The Sequence Memory Test is a digital adaptation of the classic "Simon Says" electronic game, redesigned as a precise cognitive assessment tool. It measures your visual-spatial working memory — the brain system responsible for temporarily holding and manipulating information about object locations and sequential order. Unlike simple recall tests, this game requires you to maintain an expanding chain of spatial positions in your mind, with the sequence growing by one tile each round. This escalating difficulty provides a reliable, graduated measurement of your short-term memory capacity.

Our free online version uses a 3×3 grid of nine tiles, where each round adds one randomly selected position to the existing sequence. The challenge lies in the fact that working memory has a limited capacity — research by George Miller in 1956 famously characterized this limit as "the magical number seven, plus or minus two." Most people begin making errors between levels 5 and 9, making this test an engaging way to discover where your personal memory ceiling falls.

Step-by-Step Guide to the Sequence Memory Test

  1. Click "Start Game": Press the start button on the overlay screen. The level counter in the HUD bar displays "1" and the game begins after a brief 500-millisecond delay.
  2. Watch the sequence: The system highlights one tile with a white flash accompanied by a unique musical tone. Each of the 9 tiles produces a different pitch — the top-left tile plays C4 (261.63 Hz), while others progress through D4, E4, F4, G4, A4, B4, C5, and D5. This auditory-visual pairing provides a dual-coding advantage for memory retention.
  3. Repeat the pattern: After the demonstration finishes, click or tap the tiles in the exact order they flashed. The input lock is released, and you can interact with the grid. Each correct tap produces the same tone as the demonstration, reinforcing the audiovisual association.
  4. Advance to the next level: When you complete the full sequence correctly, the level increments by one and a new random tile is appended to the end of the existing sequence. The system then replays the entire extended sequence from the beginning.
  5. Handle mistakes: If you click the wrong tile, it flashes red with a shake animation and a dissonant 100 Hz error tone plays. The game over screen appears after 800 milliseconds, showing your final level and rank.
  6. Share your results: Use the built-in sharing buttons to post your score across 8 social platforms — WhatsApp, X (Twitter), Telegram, Reddit, Threads, Pinterest, VKontakte, and Odnoklassniki — then click "Try Again" to start a new session.

Technical Details: How This Memory Game Works

The test runs entirely in the browser using vanilla JavaScript with no server-side communication. The sequence is stored as a JavaScript array of integers (0 through 8, corresponding to the 9 grid positions). Each round, Math.floor(Math.random() * 9) generates a new tile index and pushes it onto the array. The demonstration phase uses setInterval to iterate through the array, activating each tile for 300 milliseconds with a brief pause between flashes.

Audio is synthesized procedurally using the Web Audio API. Each tile maps to a frequency from the C-major scale spanning two octaves (C4 through D5 at 261.63 Hz to 587.33 Hz). When a tile activates, the game creates an oscillator node set to the corresponding frequency with a sine waveform, connects it through a gain node with exponential decay, and plays it for 300 milliseconds. The error tone uses a square-wave oscillator at 100 Hz with a slower 500-millisecond decay for a distinctly unpleasant sound. Input locking is managed by a boolean flag that prevents clicks during the demonstration phase. All game state remains local — no data is transmitted, making this tool fully compliant with GDPR and CCPA.

How This Test Compares to Other Memory Games

The original Simon electronic game uses four colored panels and was first released by Milton Bradley in 1978. Many modern web adaptations stick to this 4-panel format, which limits the sequence diversity and caps the maximum difficulty at relatively low levels. Other brain-training platforms like Lumosity or BrainHQ hide their memory games behind subscription paywalls and require account creation, storing your performance history on remote servers. Still others include intrusive advertisements that disrupt the focused cognitive state needed for accurate memory assessment. Our Sequence Memory Test uses a 9-tile grid for significantly greater positional variety, provides procedural audio feedback for dual-coding memory support, requires no registration, stores no personal data, and serves no advertisements — all free of charge, directly in your browser.

What is working memory and why does it matter?

Working memory is a cognitive system that temporarily holds and manipulates information required for complex tasks such as reasoning, comprehension, and learning. It is distinct from long-term memory in both capacity and duration — typically holding 4 to 9 items for 15 to 30 seconds. The prefrontal cortex and parietal cortex are the primary brain regions involved. Strong working memory correlates with academic performance, problem-solving ability, and reading comprehension. Weak working memory is commonly associated with ADHD, learning disabilities, and the cognitive effects of aging.

How is the ranking system calculated?

Your rank is determined by the level you reach before making your first mistake. The system uses five tiers: "Goldfish" for levels 1 through 4, "Average" for levels 5 through 7, "Smart" for levels 8 through 11, "Superior" for levels 12 through 17, and "Mastermind" for level 18 and above. Reaching Mastermind requires remembering a sequence of at least 18 consecutive tile positions, a feat that fewer than 5% of players achieve on their first attempt.

What is the "chunking" strategy for higher scores?

Chunking is a memory technique that groups individual items into larger meaningful units. Instead of memorizing a raw sequence like "top-left, center, bottom-right, middle-left," you might recognize a spatial pattern — a diagonal line, an L-shape, or a cluster — and store that single mental image instead. Research by George Miller and subsequent studies show that chunking can effectively double or triple working memory capacity. Since the game uses a 3×3 grid, common chunkable patterns include rows, columns, diagonals, corners, and edge-adjacent pairs. Combining spatial and auditory coding (matching tones to positions) provides an additional memory channel.

Can playing this game actually improve my memory?

Evidence on brain-training transfer effects is mixed. While repeated play will improve your score on this specific test through procedural learning and strategy refinement, research published in journals like "Psychological Science" suggests that the improvement may not reliably transfer to everyday cognitive tasks. However, practicing working memory exercises can strengthen attentional control and may provide modest benefits, particularly when combined with physical exercise, adequate sleep, and a healthy diet that supports brain function.

Does this game work on mobile phones and tablets?

Yes. The 3×3 grid is rendered using CSS Grid with responsive sizing, and the tiles have sufficient touch targets for comfortable mobile interaction. The game wrapper maintains a maximum width of 400 pixels, which fits comfortably on any smartphone screen. No external keyboard or mouse is needed — everything is controlled through tap gestures. No app download is required.

What happens if I get the same tile twice in a row?

The random tile selection process allows the same tile to appear consecutively or multiple times within a sequence. When the same tile flashes twice in succession, you must click it twice in a row during your input phase. This deliberate design choice prevents players from using simple elimination strategies and ensures the test genuinely measures sequential memory rather than pattern-finding shortcuts.

For more cognitive challenges, try our Visual Memory Test which evaluates spatial recall under time pressure, or challenge your verbal recall with the Verbal Memory Test. You can also measure your reaction speed with the CPS Test for another engaging cognitive benchmark.

Enjoying NoLoginTool?

Save it for later access 🚀