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.
Watch a Video 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.
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.
Snap together forward and turn blocks to draw fun shapes like in Scratch.
Drag blocks for forward, left/right, and repeat 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.