3tej home
← All Games

What is Sequence Memory?

A Sequence Memory computes sequence memory from the inputs you provide. It applies the standard formula to the values you enter and returns the result instantly, without sending any data to a server. Simon-style memory test that grows each round.

Sequence Memory

Watch the pattern, then click in the same order. The sequence grows each round.

Level: 1 · Best: 0

🎮 How to Play

  1. Click Start. Watch the colored squares flash in sequence.
  2. Repeat the sequence by clicking the squares in the same order.
  3. Each round adds one new color. How long can you go?

About this tool

Classic memory test. Watch the colored sequence, then repeat it by clicking the squares in the same order. The sequence adds one new color each round. Top players reach level 20+. Average ceiling is around level 7-10.

About the sequence memory game

The sequence memory game is a 4-tile re-implementation of the classic Simon electronic toy that Milton Bradley released in 1978. The toy used a single round disk with four large lit-up buttons (red, green, blue, yellow) that flashed a tone-coded pattern; the player had to clap the same pattern back. Online versions like this one keep the core loop and drop the audio, which makes the test purely visual and removes the audio-coding shortcut that helped many original players.

The benchmark used by Human Benchmark and most psychology demos is "what is the longest sequence you can repeat without an error." That is a direct measurement of short-term working memory span, and it sits at the heart of the classic 1956 paper by George A. Miller, The Magical Number Seven, Plus or Minus Two. The test is not a calculation, so the word "calculator" in the metadata is shorthand: the tool is a timed cognitive task whose result is the level reached when you broke the chain.

How the game works

Press Start. The script picks a random tile (0 through 3), flashes it for 340 ms with a brightness boost and a small scale-down, then waits 500 ms before flashing the next one. The pattern length grows by exactly one new tile each successful round. After the last flash the message changes to Your turn, and the script begins comparing each click against the stored sequence index. A correct full repeat triggers a new random tile being appended and the longer pattern replayed. A single wrong click ends the run.

Your best level is saved to localStorage under the key seq_best, so the number survives a page refresh on the same browser but does not sync between devices. There is no time limit on your turn, no penalty for taking longer, and no audio cue, so any improvement comes from visual chunking rather than rhythm-based memorisation.

Worked example

Suppose you reach level 8 on your first run in May 2026. Translated through the standard percentile distribution of Simon-style scores reported on Human Benchmark for 2024 to 2025:

  1. Sequence length reached: 8 tiles in correct order before the first miss.
  2. Total tiles you correctly recalled across the game: 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 = 36 individual clicks.
  3. Approximate population percentile: level 8 lands near the 58th to 62nd percentile of adult players.
  4. Working-memory implication: sits inside Miller's classic 7 plus or minus 2 band, suggesting raw span without trained chunking.
  5. Realistic ceiling with practice: 2 to 3 extra levels over 4 weeks of daily attempts.
Result: a level 8 score is a healthy adult baseline. Reaching level 12 reliably would lift you above roughly 85 percent of casual players and means you have likely started chunking pairs or triples without realising it.

Score-to-percentile reference

Level reachedApprox. percentileWhat it means
1 to 4under 15Children, fatigue, or first attempt with no warm-up.
5 to 715 to 50Below or at the lower edge of Miller's 7 plus or minus 2 span.
8 to 950 to 70Typical adult baseline. Strong working memory, no chunking yet.
10 to 1270 to 90Visual chunking emerging. Pairs or triples treated as one unit.
13 to 1690 to 98Trained recall. Often involves a story or spatial mnemonic.
17 plusover 98Memory-athlete territory or focused daily practice for months.

Common pitfalls

  • Vocalising the colours. Saying "red, green, blue" in your head works up to level 7, then breaks because the inner voice cannot speak as fast as the 500 ms flash interval.
  • Skipping the visual scan. Players who stare at one tile and wait for it to flash see fewer pattern shapes. Soft-focus the centre of the grid instead.
  • Chasing speed. There is no time bonus. Hesitating before each click costs nothing and gives short-term memory another half-second to fix the pattern.
  • Playing tired. Sleep loss hits working memory harder than fluid IQ. A 2019 Walker lab study showed roughly 1 level lost per 2 hours of sleep deficit on similar span tasks.
  • Treating the score as IQ. Working-memory span correlates only modestly with general intelligence (r around 0.3 to 0.5 in twin studies). A bad score is not a verdict.
  • Multi-tab playing. Switching tabs mid-flash can desynchronise the timer in older browsers and skip a step, ending an otherwise valid run.

Related tools and games

Frequently asked questions

How is the sequence memory game played?

Press Start. The four colored squares flash one at a time in a random order, building a sequence that grows by one new color every round. After the flashes end the message switches to Your turn, and you must click the squares back in the exact same order. Match the full sequence and the game adds a new color and replays the longer pattern. Click out of order and the run ends with the level you reached.

What is a good score on a 4-tile Simon-style memory test?

Most adults plateau at level 7 to 9, which lines up with George Miller's classic 7 plus or minus 2 working-memory result from 1956. Reaching level 12 puts you above the typical population. Top scores from memory athletes who train chunking sit in the high teens and twenties. Children under 10 usually peak around level 4 to 6, and the score tends to drop after the mid-60s without practice.

Why does the sequence get harder so quickly?

Working memory holds roughly 4 to 7 distinct chunks at once. Each new tile pushes the sequence past your raw span and forces you to rely on chunking, rehearsal, or pattern recognition. The interval between flashes is fixed at about 500 ms, which is short enough that subvocal rehearsal cannot keep pace alone, so most players hit a hard ceiling within 2 to 3 levels of their span.

Does practicing this game actually improve memory?

It improves performance on this specific task, which is called near-transfer. Decades of studies, including the 2010 BBC Brain Test Britain trial with 11,430 participants, show that gains rarely transfer to unrelated cognitive tasks like reading comprehension or math. Use it as a fun warm-up or to track your own consistency, not as a brain-training program.

Can I play this memory game on mobile?

Yes. The grid uses CSS aspect-ratio so the four tiles stay square on any screen, and tap targets are well above the 44 pt Apple and 48 dp Google minimums. The best score saves to your browser local storage so it survives a page reload on the same device, but it does not sync across devices.

Last updated 2026-05-28.

FAQs

How is this game played?

The grid flashes a sequence of colors. Repeat the sequence by clicking. Each round adds one new color at the end.

What's a good score?

Average humans hit level 7-9. Memory athletes can reach 15-20+. Limited by working memory capacity (Miller's 7±2 rule).

CT
3Tej Editorial
Free, browser-based tools -.