Coin Pay

A money game for kids — hear the price, then pay with coins

Game setup

Difficulty

Only the 1 / 5 / 10 yen coins, 2 to 4 coins each.

Voice uses your device's built-in speech. The amount is always shown as text too.

Hear a price, build it out of coins. That is the whole game

One question at a time: an amount is read aloud and shown in large digits. Drag coins from the row below onto the checkout tray until the total matches, then press Pay.

Only the total is checked — how you assemble it does not matter. ¥100 can be one 100-yen coin, two 50s, or ten 10s, and all three are correct. That freedom is deliberate: the goal is not memorizing one approved way to pay, but being able to build an amount yourself.

Coins can be dragged, or simply tapped to add. Tapping a coin already on the tray takes it back off, so a child can add, check the total, remove one when it is too much, and repeat as often as they like.

You never get a price you cannot pay

The worst failure mode for a shop game is asking for an amount that the available coins cannot make. Nothing the child does is accepted, and the adult next to them cannot see why.

So the questions are built backwards. The game first picks a handful of coins at random from the set allowed at that difficulty (2–4 on Easy and Normal, 4–6 on Hard), and the price is their total. Because it starts from a valid payment, only payable amounts can ever appear.

Every difficulty includes the 1-yen coin, so any remainder can be settled exactly. There is no way to get stuck.

Difficulty changes which coins appear, not just how big the number is

What separates the three levels is the set of coins in play. Rather than simply scaling the amounts up, each step adds the denominations that are easiest to confuse.

  • Easy — only 1, 5 and 10 yen. Start with the idea that a 5 is five 1s
  • Normal — 1, 5, 10 and 100 yen. With 50 and 500 held back, the focus stays on moving up a place value
  • Hard — all six coins, so lookalike pairs (50 and 100, 5 and 500) sit side by side

Why Normal leaves out the 50 and the 500

Those two are where children first trip up. The 50-yen coin is worth less than the 100 but is close to it in size and colour. The 500 starts with the same digit as the 5 while being worth a hundred times more.

Because appearance and value do not line up neatly, adding them before place value has settled with 1, 5, 10 and 100 just produces confusion. Playing Normal for a while first means that when Hard arrives, only those two coins are new.

Hard also raises the coin count to 4–6 per payment. Rounds where a single 500 covers it sit next to rounds needing a stack of 100s, which nudges children toward reaching for the largest coin first.

What happens when the total is wrong

Press Pay with a mismatched total and the game tells you which direction you are off in: too much gets "Too much" and a red border, too little gets "A little more" and an orange one. Both come with speech and colour, so the direction is clear even to a child who cannot read yet.

Nothing stops. The coins stay on the tray, so it takes one removal or one addition to fix. There is a Clear button, but closing the gap teaches more about how far off you were than starting over does.

The streak resets to zero here. Only the current run of correct answers is lost — the best streak per difficulty is kept.

The hint is one example, not the answer

Pressing Hint faintly shows one set of coins that adds up to the price — the version using the fewest coins, taking the largest denominations first.

Since only the total is checked, paying with a different combination is still correct. Looking at the hint and then asking "can we make the same amount another way?" turns it straight into a making-change exercise.

The hint closes whenever a new question appears. If it is needed on every single round, that difficulty is probably still a little early.

These are Japanese yen coins

The six coins are the ones in daily use in Japan: 1, 5, 10, 50, 100 and 500 yen. They are drawn in CSS rather than loaded as images, roughly matching the real metal colours and relative sizes — the 1-yen is the smallest, the 500-yen the largest.

That makes the game useful beyond arithmetic. Anyone learning to handle cash in Japan, including adults, gets practice at telling the silver coins apart at a glance and building an exact amount before reaching the register.

Prices are read aloud as "100 yen" using your device's built-in speech, and always shown in digits as well, so the game works with the sound off. The microphone is never used.

How it is built, and privacy

Coin Pay runs entirely inside the browser, with no external communication of any kind.

The success chime is synthesized on the fly with Web Audio, prices are spoken by the speech synthesis already on your device, and the coins are CSS. There is not a single image or audio file to fetch.

The only thing stored is the best streak per difficulty, kept in your device's localStorage. No name, no age, and nothing about the session goes anywhere.

FAQ

Q. Is it free to use?
A. Yes, it is completely free with no sign-up required, and there are no usage limits.
Q. Which coins are used?
A. Japanese coins: 1, 5, 10, 50, 100 and 500 yen. Easy uses only 1 / 5 / 10, Normal uses 1 / 5 / 10 / 100 (no 50 or 500), and Hard uses all six.
Q. Is there only one correct way to pay?
A. No. Any combination that adds up to the price is accepted — ¥100 can be one 100-yen coin, two 50s or ten 10s.
Q. Doesn't the Hint button just give the answer away?
A. It shows one example of a combination that reaches the price, using the fewest coins. Other combinations are equally correct, so you can look at the hint and then hunt for a different way to pay. It closes on the next question.
Q. Can a price appear that the available coins can't make?
A. No. Each price is generated by adding up a few coins from that difficulty's set, so it is always payable. Every difficulty includes the 1-yen coin, so remainders work out exactly.
Q. Do I need a speaker or a microphone?
A. The microphone is never used. Prices are spoken through your device's built-in voice where available, and always shown as digits too, so the game works in silence. Speech can also be turned off.
Q. The price isn't being read aloud. Why?
A. Your browser or device may not have a voice installed for that language, or it may require one tap on the page before it will play audio. The amount is always on screen, so play is unaffected.
Q. How do I take a coin back off the tray?
A. Tap it. There is also a Clear button to empty the tray and start the payment over.
Q. What is the streak?
A. How many payments in a row you have got exactly right. A wrong payment resets it to zero, and the best streak is saved per difficulty.
Q. Does it work on a phone or tablet?
A. Yes. Coins use touch-friendly drag and drop, and a plain tap adds a coin without dragging, so phones, tablets and desktops all work.
Q. Is any data saved online?
A. No. Everything runs locally in your browser, and only the best streak is stored, on your own device.