A surprise arcade  ·  49 little games

Surprised

You found the secret arcade! Every game is tiny, and every one teaches a big idea by letting you play with it. Pop bubbles of maths, bend gravity, and even teach a robot brain to learn, no reading required. Tap a game and go.

All games

49 games

Rolling Downhill

Robot Brains

Roll the ball to the very bottom!

Loading…

How Press Auto-roll. Big steps jump too far.

Why it is cool

This is how a computer learns: it rolls downhill to the best answer.

Grown-up name: gradient descent

Read: how it works and what it teaches

Draw the Line

Robot Brains

Split the apples from the oranges!

Loading…

How Move the line, or tap Let it learn.

Why it is cool

A computer sorts things by drawing a line between them.

Grown-up name: classification

Read: how it works and what it teaches

One Brain Cell

Robot Brains

Make the light match the goal!

Loading…

How Slide the weights, or tap Train.

Why it is cool

One tiny brain cell adds things up and lights up when the total is big enough.

Grown-up name: the neuron

Read: how it works and what it teaches

Teach the Brain

Robot Brains

Watch the brain learn the tricky pattern!

Loading…

How Press Train and wait a few seconds.

Why it is cool

Lots of brain cells together learn patterns one cell cannot. This is how AI learns.

Grown-up name: neural network, backpropagation

Read: how it works and what it teaches

Bendy Lines

Robot Brains

See the shape change!

Loading…

How Pick a shape and slide the dot.

Why it is cool

Brain cells bend their answers with curves like these.

Grown-up name: activation functions

Read: how it works and what it teaches

Find the Groups

Robot Brains

Sort the dots into groups!

Loading…

How Pick how many groups, then tap Step.

Why it is cool

A computer can spot groups all by itself, with no help.

Grown-up name: k-means clustering

Read: how it works and what it teaches

Ask the Neighbours

Robot Brains

Guess the grey dot’s colour!

Loading…

How Drag the grey dot around.

Why it is cool

To guess something new, just ask what is closest to it.

Grown-up name: k-nearest neighbours

Read: how it works and what it teaches

Just Right

Robot Brains

Find the line that fits just right!

Loading…

How Slide from simple to wiggly.

Why it is cool

Too simple misses it. Too wiggly memorises the wrong bits. The middle wins.

Grown-up name: overfitting

Read: how it works and what it teaches

Share the Pie

Inside AI

Turn the numbers into a pie of chances!

Loading…

How Slide the numbers and the heat.

Why it is cool

Computers turn scores into chances that add up to one whole.

Grown-up name: softmax

Read: how it works and what it teaches

Who Looks at Who

Inside AI

See which word looks at which!

Loading…

How Tap any word.

Why it is cool

AI reads by letting each word look at the words that matter. That is attention.

Grown-up name: attention

Read: how it works and what it teaches

Finish the Sentence

Inside AI

Write a sentence with the robot!

Loading…

How Tap a word to add it.

Why it is cool

A chatbot works by guessing the next word, over and over.

Grown-up name: language model

Read: how it works and what it teaches

Memory Belt

Inside AI

See the memory remember!

Loading…

How Press Play, then slide the memory.

Why it is cool

Some AIs keep one little memory and update it as they read.

Grown-up name: state space, Mamba

Read: how it works and what it teaches

Build a Robot Brain

Inside AI

Stack blocks and watch the size grow!

Loading…

How Add blocks. Make them wider.

Why it is cool

Bigger brains can do more, but cost a lot more to build.

Grown-up name: parameters, scaling

Read: how it works and what it teaches

Map of Words

Inside AI

Find words that live close together!

Loading…

How Tap a word. Try the magic button.

Why it is cool

Words that mean similar things sit near each other on a map.

Grown-up name: embeddings

Read: how it works and what it teaches

Lights Out

Puzzles

Turn off every light!

Loading…

How Tap a light. Its neighbours flip too.

Why it is cool

A puzzle about taps that cancel each other out.

Grown-up name: parity

Read: how it works and what it teaches

Tower Move

Puzzles

Move the whole tower to another peg!

Loading…

How Tap a peg, then another. Big never on small.

Why it is cool

Move a tower by moving smaller towers first. Neat trick!

Grown-up name: recursion

Read: how it works and what it teaches

Sliding Puzzle

Puzzles

Put the numbers in order!

Loading…

How Tap a tile next to the empty space.

Why it is cool

Slide one tile at a time until they line up.

Grown-up name: planning

Read: how it works and what it teaches

Last Stone Wins

Puzzles

Take the very last stone!

Loading…

How Tap stones to take them, one pile at a time.

Why it is cool

A game the computer has completely figured out.

Grown-up name: game theory

Read: how it works and what it teaches

Secret Colours

Puzzles

Guess the 4 hidden colours!

Loading…

How Pick colours, tap Check. The clues help.

Why it is cool

Each guess is a clue that gets you closer.

Grown-up name: deduction

Read: how it works and what it teaches

Wire the Light

Puzzles

Make the light turn on!

Loading…

How Flip the switches or change the box.

Why it is cool

Computers are built from tiny switches like AND and OR.

Grown-up name: boolean logic

Read: how it works and what it teaches

River Crossing

Puzzles

Get everyone across safely!

Loading…

How Tap a thing to row it over.

Why it is cool

Sometimes you must take things back to win. Tricky!

Grown-up name: planning

Read: how it works and what it teaches

Safe Crossing

Puzzles

Get all six across, nobody eaten!

Loading…

How Load the boat, then tap Row.

Why it is cool

Every move must keep both sides safe.

Grown-up name: constraints

Read: how it works and what it teaches

Measure Four

Puzzles

Get exactly 4 litres!

Loading…

How Fill, empty, and pour between the jugs.

Why it is cool

With a 5 and a 3 you can make a 4. Cool!

Grown-up name: state search

Read: how it works and what it teaches

Push the Boxes

Puzzles

Push every box onto a dot!

Loading…

How Use the arrows. You can only push.

Why it is cool

Think first! You can never pull a box back.

Grown-up name: planning

Read: how it works and what it teaches

Mini Sudoku

Puzzles

Every line gets 1, 2, 3, 4!

Loading…

How Tap a cell to change its number.

Why it is cool

Each row, column, and box needs all four numbers, once each.

Grown-up name: constraints

Read: how it works and what it teaches

Prime Hunt

Numbers

Cross out until only primes are left!

Loading…

How Tap a number to cross out its multiples.

Why it is cool

Primes are the numbers left standing. A 2000-year-old trick.

Grown-up name: number theory

Read: how it works and what it teaches

Times Race

Numbers

Get as many right in 30 seconds!

Loading…

How Tap the right answer, fast.

Why it is cool

Practise your times tables against the clock.

Grown-up name: mental maths

Read: how it works and what it teaches

Pizza Fractions

Numbers

Match the slice to the fraction!

Loading…

How Tap the matching fraction.

Why it is cool

A fraction is just a slice of a whole thing.

Grown-up name: fractions

Read: how it works and what it teaches

Fit the Line

Numbers

Thread the line through the dots!

Loading…

How Slide to tilt and lift the line.

Why it is cool

Find the line that best follows the dots.

Grown-up name: algebra

Read: how it works and what it teaches

Guess How Many

Numbers

Guess the number of dots!

Loading…

How Watch them flash, then guess.

Why it is cool

You can feel roughly how many without counting.

Grown-up name: number sense

Read: how it works and what it teaches

What Comes Next

Numbers

Find the next number!

Loading…

How Spot the pattern, then tap the answer.

Why it is cool

Find the rule and you find the next number.

Grown-up name: sequences

Read: how it works and what it teaches

Point It

Numbers

Aim the arrow at the dot!

Loading…

How Slide to turn the arrow.

Why it is cool

Angles measure turning. Ninety is a corner.

Grown-up name: geometry

Read: how it works and what it teaches

The Slope

Numbers

Find the flat spot on the hill!

Loading…

How Slide the dot along the hill.

Why it is cool

The slope shows which way is uphill. Flat means the top or bottom.

Grown-up name: calculus

Read: how it works and what it teaches

Fill the Space

Numbers

Fill under the curve with blocks!

Loading…

How Add more and more blocks.

Why it is cool

Lots of thin blocks add up to the space under a curve.

Grown-up name: calculus

Read: how it works and what it teaches

Two Arrows

Numbers

Make the arrows point apart!

Loading…

How Drag the tips of the arrows.

Why it is cool

The dot product tells how much two arrows agree.

Grown-up name: linear algebra

Read: how it works and what it teaches

Bend the Grid

Numbers

Spin and squish the square!

Loading…

How Slide the numbers, or tap a preset.

Why it is cool

Four numbers can rotate and stretch a whole picture.

Grown-up name: linear algebra

Read: how it works and what it teaches

Cannon

Real World

Hit the target!

Loading…

How Set the angle and power, then Fire.

Why it is cool

Gravity bends the ball into a curve.

Grown-up name: projectiles

Read: how it works and what it teaches

Orbits

Real World

Make the planet loop the star!

Loading…

How Drag and let go to fling it.

Why it is cool

An orbit is falling forever and always missing.

Grown-up name: gravity

Read: how it works and what it teaches

Swings

Real World

See which one swings slower!

Loading…

How Set the lengths, then release.

Why it is cool

Longer swings are slower. The weight does not matter.

Grown-up name: oscillation

Read: how it works and what it teaches

The Ramp

Real World

Roll the ball down!

Loading…

How Change the steepness, then drop it.

Why it is cool

A steeper ramp means a faster roll.

Grown-up name: acceleration

Read: how it works and what it teaches

Bounce Box

Real World

Fling the balls around!

Loading…

How Drag to throw a ball. Add more.

Why it is cool

Balls swap their speed when they bump.

Grown-up name: collisions

Read: how it works and what it teaches

Balance

Real World

Balance the see-saw!

Loading…

How Tap left or right to drop a weight.

Why it is cool

Weights far from the middle push harder than near ones.

Grown-up name: torque

Read: how it works and what it teaches

Springy

Real World

Make the block bounce!

Loading…

How Drag the block aside and let go.

Why it is cool

A stiffer spring bounces faster.

Grown-up name: oscillation

Read: how it works and what it teaches

Cart Crash

Real World

Smash the carts together!

Loading…

How Set the weights, then Launch.

Why it is cool

A heavy cart barely moves when a light one hits it.

Grown-up name: momentum

Read: how it works and what it teaches

Simon Says

Your Brain

Repeat the pattern!

Loading…

How Watch it, then tap it back.

Why it is cool

It gets one longer every time. How far can you go?

Grown-up name: memory

Read: how it works and what it teaches

Memory Match

Your Brain

Find all the matching pairs!

Loading…

How Flip two cards. A match stays.

Why it is cool

Remember where each picture is hiding.

Grown-up name: recall

Read: how it works and what it teaches

Fast Tap

Your Brain

Tap the moment it turns green!

Loading…

How Wait for green, then tap fast.

Why it is cool

People take about a fifth of a second to react.

Grown-up name: reflex

Read: how it works and what it teaches

Colour Trick

Your Brain

Tap the ink colour, not the word!

Loading…

How Look at the colour, ignore the word.

Why it is cool

Your brain wants to read the word. Tricky!

Grown-up name: attention

Read: how it works and what it teaches

Robot Numbers

Your Brain

Make the target number!

Loading…

How Flip switches so they add up.

Why it is cool

Computers count with just on and off.

Grown-up name: binary

Read: how it works and what it teaches

Every game is a few dozen lines of plain code, no libraries, made to be small and easy. Only twelve show at a time, so it stays light; search or pick a colour to find the rest. If one breaks on your screen, that is a bug worth an email.