ZumaTools

Memory Match Game

Flip two cards at a time and find all the matching pairs — play solo against the clock or pass the device for a two-player match.

0
Moves
0:00
Time
Best

Best scores are saved only in this browser. In 2-player mode a match grants an extra turn.

How it works

  1. Pick a grid size (4×3, 4×4, or 6×4) and choose 1-player or 2-player mode.
  2. Tap any two cards to flip them face up — a matching pair stays open, a mismatch flips back after a moment.
  3. Clear the whole board; in solo mode try to beat your best moves and time, in 2-player mode whoever captures more pairs wins.

Frequently asked questions

How do you play a memory match card game?
All cards start face down. On each turn you flip two cards: if the symbols match, the pair stays face up and is captured; if not, both cards turn back over. The round ends when every pair has been found, and in solo play your score is the number of moves and the time taken.
What are the rules in 2-player mode?
Players alternate turns flipping two cards. Finding a match captures the pair and grants another turn, which is the classic Concentration rule; a mismatch passes the turn to the other player. When the board is cleared, the player with more captured pairs wins, and an equal split is a draw.
Is my best score saved, and where?
Your best solo result for each grid size is stored in your browser’s localStorage on your own device. Nothing is sent to a server and there is no account — clearing your browser data resets the records. A new best is recorded when you finish in fewer moves, or in the same moves but less time.
Which grid size should I choose?
The 4×3 board has 6 pairs and suits quick rounds or younger children, 4×4 has 8 pairs and is the standard difficulty, and 6×4 has 12 pairs for a real challenge. Best scores are tracked separately per size, so switching boards never overwrites a record.
Does memory matching actually train your memory?
Concentration-style games exercise short-term visual and spatial memory: you must remember which symbol sat at which position several turns ago. Research on brain games shows the strongest gains are on the trained task itself, so treat it as enjoyable practice for focus and recall rather than a guaranteed overall IQ boost.

About this tool

This is the classic Concentration card game playable directly on this page: a grid of face-down cards, each hiding a symbol that appears exactly twice. You flip two cards per move, matched pairs stay open, and mismatches flip back after a short delay — long enough to memorize what you saw. Choose a 4×3, 4×4, or 6×4 board, then play solo against the move counter and clock, or hand the phone back and forth in 2-player mode where each match earns an extra turn and the higher pair count wins.

The game is a single client-side component: the deck is shuffled with a Fisher–Yates algorithm in JavaScript, the flip effect is a plain CSS 3D transform, and the solo timer starts on your first flip rather than on page load, so reading the board costs nothing. Your best result per grid size — fewest moves, ties broken by time — is kept in localStorage on your own device. No network requests are made during play, nothing identifies you, and the game keeps working offline once the page is open.

Memory match works for a surprising range of situations. Parents use the small board with young children to practice turn-taking and visual recall, teachers run the 2-player mode as a quick classroom pair activity on a shared tablet, and adults use the 6×4 board as a short concentration warm-up between tasks. Because the cards use clear geometric, star, and music symbols instead of pictures, the game is language-neutral and readable on small screens.

A few tactics reliably lower your move count. Scan systematically instead of flipping at random, and when a flip reveals a symbol you have already seen, resolve that known pair immediately before exploring new cards. On the large board, anchor your memory to positions — corners and edges are easiest to retain. In 2-player mode, avoid revealing two brand-new cards late in the game: every fresh reveal is free information for your opponent’s next turn.

Related tools