Counting Shooting Stars
Spot the twinkling stars and tap the number that matches how many you see.
- Math
- 2 min
- 5-7
Jump into quick mini-games and bright bite-sized videos that spark curiosity in math, science, and logic.
Play a GameEach game takes just a few minutes and works great on tablets.
Spot the twinkling stars and tap the number that matches how many you see.
Help the parade stay in step by choosing which color comes next in each pattern.
Use turtle-style commands to trace geometric and themed shapes round by round.
Browse every activity currently in the lab.
Spot the twinkling stars and tap the number that matches how many you see.
Help the parade stay in step by choosing which color comes next in each pattern.
Use turtle-style commands to trace geometric and themed shapes round by round.
Plot coordinates to recreate shapes with precise setxy movements and pen controls.
Snap together forward and turn blocks to sketch playful paths.
Load or write turtle programs, then run them to draw creative shapes.
Aim for the chosen number and pop matching bubbles as they float to the top.
Chase the alphabet - pop the bubbles that carry your target letter.
Copy the highlighted polyomino by filling a 10×10 grid one square at a time.
Hop around the multiplication grid to solve multiplication, division, or factorization facts.
Practice products, quotients, and remainders on a counting grid that adapts each round.
Connect digits to their written number words in quick memory rounds.
Pair vivid nouns with the emoji that best represents them.
Match each word with its antonym to clear the board.
Link uppercase letters to their lowercase partners.
Match clock faces, time phrases, and digital times.
Pair country names with their flag emojis by region.
Link common fractions to their decimal equivalents.
Match fractions to shaded pies, color strips, and bar models.
Connect geometric shapes to real-world objects that share their outline.
Build an interactive fraction and watch it appear as a pie and a tiled square.
Slide or type any percentage to see it rendered as a pie slice and progress bar.
Drop, drag, and customize colorful 2D shapes while exploring perimeter and area.
Watch vertical addition, subtraction, multiplication, and division unfold step by step.
Watch vertical addition, subtraction, multiplication, and division unfold step by step.
Try our newest tracing challenges directly on the home page.
Round 1/10
Follow the light outline using turtle commands like forward, left, right, and repeat.
Round 1/10
Plot exact coordinates with setxy to trace the highlighted outline.
Watch vertical addition, subtraction, multiplication, and division unfold step by step.
The game reinforces place value, column alignment, and the logic behind carrying/borrowing. Students see exactly why digits shift left, why we regroup tens, and how partial sums/products assemble the final answer.
Instead of memorizing procedures, learners watch each step animate with color cues and narration. This supports conceptual understanding, especially for students who need visual scaffolding.
Explore entry-level block coding with Draw Turtle Shapes and watch the turtle animate every command.
Drag forward, left/right, and repeat blocks to choreograph the turtle.
Pick a fun program or write your own turtle commands. Try commands like forward, left/right, repeat, penup/pendown, and setxy.
Pick a preset or write your own program.
forward <steps> - move forward on the grid.left/right <angle> - turn clockwise or counter-clockwise.repeat <n> [ ... ] - run the commands inside the brackets n times.penup / pendown - move without drawing, or resume drawing.setxy <x> <y> - jump directly to a coordinate.