STARBOX

NUMBERS · ORIGINAL BROWSER GAME

Number Merge

Select two equal tiles to combine them and keep producing useful matching values.

Implementation reviewed August 11, 2026 · Published independently by Starbox

PLAY THE CURRENT BUILD

Start a round in your browser

The game runs locally in this tab. No account, download, payment, or score upload is required.

Play Number Merge

DIRECT ANSWER

How do you play Number Merge on Starbox?

Select two equal tiles in sequence. They combine into a tile worth twice as much, the cleared position refills, and the new tile value is added to the score.

  • Only equal values merge
  • The refill is 2 or occasionally 4
  • Plan chains such as 2+2, then 4+4

Rules and objective

Select two equal tiles to combine them and keep producing useful matching values. The board begins with nine low-value tiles. A merged position doubles while the cleared position is refilled with a 2 or occasional 4.

How scoring works

Each successful merge adds the value of the new tile to the locally stored best score. Scores are saved only in this browser's local storage, so changing devices or clearing site data starts a new local record.

What we checked in this build

We checked repeated selection, unequal pairs, reset behavior, and score updates after consecutive merges.

This note describes the Starbox implementation rather than the rules of every similarly named game elsewhere.

FIRST-HAND CHECK

Test record

Tested
August 11, 2026
Environment
Source-level state review and production build on Windows 11.

Procedure

  1. Checked the same-tile deselection branch and score guard.
  2. Traced unequal selection replacement and equal-pair merging.
  3. Reviewed refill probability, score addition, and the Restart state reset.

Observed result

Equal pairs doubled and added their new value to the score. The cleared position refilled with 2 or 4, unequal values did not merge, and Restart reset the score to zero.

WORKED EXAMPLE

Example: choose the merge that keeps a chain alive

Starting position: The board contains four 2 tiles, two 4 tiles, and two 8 tiles.

Reasoning: Merging 2+2 creates another 4. That 4 can immediately join the existing 4 pair, producing an 8 that still has partners. Starting with 8+8 gives points but may leave the low-value area crowded.

Takeaway: Prefer a lower merge when it opens space and connects to a second guaranteed merge.

Read the board as inventory

A merge is possible only when two tiles carry the same value. Before selecting anything, count the available pairs: two 2s can become a 4, but that new 4 is most useful when another 4 already exists. Thinking in pairs prevents an attractive move from producing a stranded high tile. The board is small, so every occupied square should have a likely partner or a clear role in the next two moves.

Build a short merge chain

Look for sequences such as 2+2→4 followed by 4+4→8. Complete the lower merge first only if the resulting tile can continue the chain. When several pairs are available, clear the most common low value to create room. A high-value merge may improve the score immediately, but freeing two or three spaces often creates more future options than consolidating an isolated pair.

Keep large values together

Use one side of the grid as a parking area for the largest tiles. This is a visual discipline rather than a hidden game rule: neighboring high values are easier to compare, and the remaining cells become a workspace for low-value chains. Avoid scattering equal high tiles across opposite corners, because you may spend several moves recreating the alignment you could have preserved.

Diagnose a stalled board

When no obvious pair remains, review the previous two merges. A stall usually comes from merging a value with no future partner, ignoring a low pair, or filling the workspace with unrelated numbers. Replay with one goal: keep at least one open route from 2 to 4 to 8. Track the highest stable tile and the number of useful pairs, not only the momentary score.

Editorial and correction notes

This page was checked against the game code and its visible controls. It does not present entertainment scores as medical, educational, or professional assessments. If a rule, score, or control behaves differently from this description, email songtianqi0920@gmail.com with the page URL, browser, and device.

Ready to use the method?

Play the current build, then return to compare the result with the strategy above.

Play now →