Make a number game

Last updated: 25 August 2026

This make a number game shows a target such as Make 7, then four tiles of addition pairs so the child can tap the pair that sums to that number. Press Next round for another unused puzzle, or Reset pool when the deck should start over. Mute stops speech of the target after a correct tap. Remaining shows how many puzzles are left in this pool. Draws use crypto.getRandomValues. Pool ids sit in localStorage. This is not a min–max integer list and not a shape pattern round.

Why a make a number game is not a random number list

A make a number game exists because early maths often wants one target and a choice of addition pairs, not a column of integers from a min–max generator. Random number is the adult tool for “pick three numbers from 1 to 30.” This page is the child job: see Make n, scan tiles like 3 + 4, and tap the pair that matches. Distractor pairs do not sum to the target. That is composing a number, not sampling a range. We do not claim a full curriculum, a branded block show, or a worksheet printer. Puzzles stay in small classroom numbers. If you needed letter-to-word matching first, use the phonics game. If you needed to complete a shape sequence, use the shape pattern game. If you needed integers for a raffle, stay on random number. TheOwlBay will not mark a test. Ads stay off. No account is required.

How to play this make a number round

Read the prompt. It says Make and the target. Tiles show two numbers with a plus sign. Tap the pair that adds up to the target. Yes — that matches locks the grid and may speak the target; Try another tile if the sum is wrong. Press Next round for a new unused puzzle. Press Reset pool to restock; Number pool reset appears, then a new prompt. If nothing is left, No number puzzles left. Reset the pool. Mute stops speech. There is no Play sound button because the prompt is the target number, not a tone to replay. Remaining includes the current puzzle. You do not type a custom sum in this version. Fingers on tiles are enough. The shared Mute key in localStorage still applies if you came from animal sounds. A second tap after a correct answer does nothing until Next round.

How the addition puzzles are drawn

Each puzzle has a target, a list of pairs, and a correct index. The prompt string inserts the target where the placeholder n sits. The pool shuffles puzzle ids with crypto.getRandomValues and saves leftovers as theowlbay.count-and-make.pool in localStorage. Tiles print each pair as a plus expression. A tap checks the index, not a live calculator, so the dataset author already chose which pair is right. We do not claim a physics experiment. We do not send sums to a server. Empty and reset messages tell you whether to restock. Wrong tiles stay marked so a child can compare. TheOwlBay does not keep a fluency score. Clear site data to drop saved ids. This is still a kids tap game: no Minimum and Maximum fields, no Allow duplicate numbers checkbox, and no copied list of twenty integers.

Who this number-composing round is for

Reception and year-one teachers, intervention groups practising bonds, and caregivers who want a one-tap check will use Make n and the plus tiles here. It is not a lottery, not a dice roller, and not the adult random number generator. If letters are still the day’s focus, open phonics. If the next station is completing a visual sequence, open shape patterns. Adults who needed a range of integers for a raffle should stay on random number. TheOwlBay does not require an account. Ads stay off. Related tools name those jobs in plain sentences. Paper and counters can sit beside the tablet; the page will not count physical cubes for you.

FAQ

What does Make n mean on this page?

The prompt is the target. Tap the tile whose two numbers add up to that target. Other pairs are distractors.

Is this the same as the random number generator?

No. Random numbers prints integers in a range. This make a number game is one target plus addition tiles for kids.

How do I hear the target again?

There is no Play sound button. A correct tap may speak the target unless Mute is on. Next round draws a new puzzle.

What if every puzzle is used?

You will see No number puzzles left. Press Reset pool. Order uses crypto.getRandomValues. Ids sit in localStorage.

We wanted letters or shapes next.

Open Phonics for phonics, or Shape patterns for a shape pattern game with a missing last shape.

Can I set my own target like 100?

Not in this panel. The built-in puzzles stay in small classroom numbers. Reset pool restocks that same deck.