Synonym Match is a five-round synonym matching game that awards exactly 200 points for every correct sense-and-part-of-speech match and finishes on a perfect 1,000-point run when all five rounds are solved.

The game shows one prompt word, its grammatical category, and a short sense gloss so you know exactly which meaning is being tested. Below it sits a column of four candidate buttons, and your job is to pick the single word that can stand in for the prompt without changing its disclosed meaning or grammatical role. The verification standard behind that choice is unusually strict for a browser game: every winning pair is checked in the same WordNet 3.1 adjective or verb synset and independently cross-checked against a Cambridge Thesaurus entry before it is shipped as a correct answer.

That precision is the difference between a synonym matching game that genuinely teaches lexical equivalence and one that quietly rewards guessing. A word about speed is not automatically synonymous with every word about motion, and a word associated with service is not automatically equivalent to every action performed near another person. Synonym Match pins each round to one sense and one part of speech, which keeps distractors honest and keeps the 1,000-point finish genuinely earned.

synonym matching game
Synonym Matching Game: Five Rounds to 1,000 Points

How a Same-Sense Synonym Matching Game Differs

Most online synonym games treat any related word as interchangeable. That looseness is part of why synonym quizzes feel fuzzy: the same prompt might accept three loosely related answers depending on how the player is feeling that day. Synonym Match uses a stricter rule. A correct match has to satisfy two tests at once: it must be the same part of speech as the prompt, and it must map to the same disclosed meaning, with both checks independently confirmed in cited reference works.

This matters for polysemous words, because the same spelling can carry different meanings in different contexts. The prompt "rapid" tests one sense; the prompt "silent" tests another; the prompt "begin" tests a third. The interface shows you which sense is being tested before you commit, so the player's job is to compare sense against sense rather than word against word. That is also why the game rejects candidates that are merely topical, opposite, or grammatically mismatched, even when those candidates feel related.

Candidate relationshipCounts as a match?Why
Same WordNet 3.1 synset and Cambridge Thesaurus entryYesBoth references confirm the same lexical concept and grammatical role
Same part of speech, different senseNoThe disclosed sense is not equivalent to the candidate's sense
Antonym of the promptNoOpposite meaning, not lexical equivalence
Topically related but distinct meaningNoLoose association is not the same as interchangeability
Different part of speechNoGrammatical role differs, so the pair cannot stand in for each other in the same slot

The four candidate buttons per round are deliberately chosen to test these boundaries. Some share a part of speech with the prompt so the player still needs a semantic judgement. Others demonstrate opposition or unrelated meaning. None of them silently leak the answer through ordering metadata, screen-reader text, button styling, or aria attributes, so the only reliable way to score is to reason about the disclosed sense.

How to Play Synonym Match in Five Rounds

  1. Read the prompt word, its part of speech, and the short sense note so you match the intended meaning rather than a broad association.
  2. Tap one of the four candidate words, or move the keyboard cursor with the arrow keys and press Enter to submit the highlighted choice.
  3. Match all five fixed rounds for exactly 200 points each; one distinct error remains playable, while a second requires Restart.

Each correct match advances you to the next round with the first candidate already highlighted. A wrong choice freezes that wrong pick as a stored error signature and lets you keep trying, which means an accidental double-tap on the same distractor does not consume a second life. Picking a different wrong candidate, however, locks the run until you press Restart. That rule keeps guessing finite without penalising duplicate input events.

Restart is available from the shared game shell at any point, and it resets the round counter, score, cursor position, and error history back to zero. The boss key on a double-Escape press lets you swap to a neutral spreadsheet-style cover without altering the round, which is useful when you are playing in a public setting.

Round Format: Prompt, Part of Speech, and Four Candidates

Every round of Synonym Match uses the same compact layout. The prompt sits at the top of the play area with its part of speech and a one-line sense gloss. Below it, four buttons list the candidate words. A small footer shows the current round number, your running score, and the description of the controls so you can reorient without leaving the game.

ElementWhat you see
Prompt wordThe English word you need to match
Part of speechAdjective or verb tag
Sense noteShort gloss describing the intended meaning
Candidate buttonsFour ordinary English adjectives or verbs
Highlighted candidateYour current keyboard cursor position
Score panelRunning total, round number, and Restart control

The five rounds are fixed rather than adaptive, which means word length, grammatical category, and how plausible the distractors may look all vary between rounds, but the game does not try to infer your vocabulary level or change difficulty from your performance. That fixed fixture keeps the source evidence, score path, regression tests, and production behaviour reproducible, so every player sees the same prompts in the same order.

Round five closes the run at exactly 1,000 points when all five rounds are solved correctly, and freezes further input the moment that total is reached. You cannot accidentally submit a stray candidate on the completed screen, and you cannot boost the score past 1,000 by exploiting rapid input.

Mistake Policy and the Path to 1,000 Points

Wrong choices use a deterministic signature made from the round and candidate index. Selecting the same wrong candidate twice does not consume a second mistake, because the second event simply matches an existing signature. A genuinely different wrong candidate is what the game counts as the second distinct error, and that second distinct error deadlocks the run until you press Restart.

The deadlock is intentional. It stops a player from grinding through every wrong candidate on a single round just to map the answer space, which would make the 1,000-point total meaningless. The one-error-stays-playable, two-errors-stops-the-run rule also avoids penalising an accidental duplicate tap or a repeat keypress while keeping guessing finite.

You can always recover with Restart, and the restart state is exact: round one, candidate one, zero score, no wrong signatures, and no feedback leftover from the previous run. Invalid input such as out-of-range indices, fractional indices, or commands sent after the game has finished is treated as an atomic no-op, so the cursor, score, and error history are never partially mutated by stray events.

Keyboard and Touch Controls

The game supports both pointer play and full keyboard play, and the two paths share the same underlying state machine. Tap a candidate button on a touchscreen or click it with a mouse to submit your pick. Every candidate button is a native HTML button at least 44 pixels tall with wrapping text, so long words never force horizontal page scrolling and touch targets stay comfortably large on phones.

For keyboard play, Left or Up moves the cursor to the previous candidate, and Right or Down moves to the next, with selection wrapping at either end of the four-button list. The highlighted state represents only the player's cursor, never the correct answer, so the highlight never reveals which candidate is right. Press Enter to submit the highlighted candidate.

The shared game shell exposes Restart and a short description of the controls alongside the score, so you can re-read the rules without leaving the page. The double-Escape boss key switches to a neutral spreadsheet-style cover and back without altering the round, which keeps your screen private during a play session.

Sources Behind the Synonym Verification

The lexical relationships in Synonym Match are sourced from the Cambridge Thesaurus entry for "assist" and the Cambridge Thesaurus entry for "begin", with Princeton WordNet 3.1 dictionary data as the primary lexical reference. Each of the five prompt entries in the fixture was fetched successfully during implementation, and the matching candidate was found in the corresponding Cambridge Thesaurus page content for the intended sense.

WordNet 3.1 groups words into synsets that represent a shared lexical concept and records each word's part of speech. For every winning pair in this game, the prompt and the selected answer occur in the same relevant adjective or verb synset, which is stronger evidence than relying on a generated similarity score or an uncited list assembled from intuition. The Cambridge Thesaurus then provides an independent cross-check for the intended sense, which matters because polysemous words can map to different meanings in different contexts.

Focus tests keep the reference layer and the product layer separate. An independent literal fixture contains externally checked true pairs plus antonym and unrelated-word boundaries, and production rounds are compared with those expected words, parts of speech, and senses. Additional tests cover four unique candidates per round, exact 200-point transitions to 1,000, duplicate-error suppression, two-error deadlock, cursor wrapping, invalid command atomicity, terminal freeze, and Restart. Candidate order, scoring, interface behaviour, and the mistake policy are Lizely product decisions, but the lexical relationships themselves are cited.

Related reading: Spelling Quiz: Two Steps, Five Rounds, 1,000 Points.

Related reading: Labyrinth Marble Game: Play Five Fixed-Step Tilts.