By Cameron Blake ·

25 Things for a Bored 10-Year-Old to Do

Projects, challenges and creative ideas for ten-year-olds who are ready for more ownership, real tools and longer projects.

25 Things for a Bored 10-Year-Old to Do
Parent Guide · Age 10

25 Things for a Bored 10-Year-Old to Do

Projects, challenges and creative ideas for ten-year-olds who are ready for more ownership, real tools and longer projects.

25 Things for a Bored 10-Year-Old to Do

Ten is where I would change the tone quite noticeably. A ten-year-old often does not want to be handed a “kids’ activity.” They want to do something that feels real: build a game someone can actually play, make an app that works, investigate a question where nobody already knows the answer, shoot a film someone might genuinely enjoy, make something useful, sell an idea or figure out how something works.

The activity may still involve cardboard, Lego, drawing or Minecraft. What changes is the level of thinking. At ten I would increasingly introduce a real audience, a real problem, real tools, feedback and projects that are too big to finish in one sitting.

Not “Here is what you’re doing for the next hour.” More: “Here is an interesting problem. What would you do with it?”

Do not confuse “more advanced” with “more educational”

There is a temptation at ten to upgrade everything. Scratch becomes Python. Lego becomes robotics. Drawing becomes a course. Games become coding lessons. Every hobby starts needing a credential.

I would not do that automatically. Scratch is still primarily designed for ages 8–16, and a ten-year-old can build extremely sophisticated games, animations and interactive projects in it. Typed code is not automatically a better learning experience because it looks more professional.

The better question: What can the child create independently at their current level?
FOLLOW → MODIFY → DESIGN → CREATE → TEST → IMPROVE
Activity 1

Make a game that a stranger could understand

If your child knows Scratch, raise the challenge. Do not say “practise coding.” Ask for a game somebody who has never met them can understand and play without asking anything. Now the child needs instructions, clear controls, feedback, difficulty, scoring, a beginning and an ending.

Take it further: Add three levels, sound, high score and a title screen. Let a friend test it while the creator stays silent. Where does the player hesitate? That is UX feedback.
1–3 hours or several sessions · Independence: High · Pathway: programming, game development, UX
Activity 2

Build an actual mobile app

Ten is a wonderful age for some children to discover that apps are not magical objects made by mysterious adults. MIT App Inventor lets beginners use visual blocks to create functional mobile apps.

Start with a tiny family problem: whose turn is it to feed the pet? What should we pack? Which dinner should we choose? Can we make a reading tracker or family quiz?

Take it further: Version 1 has one function. Version 2 stores information. Version 3 is used by another family member. The interesting moment is when that person asks, “Could you add…?” Now the child has a user.
Several sessions · Setup: Medium initially · Pathway: app development, product design, coding
Activity 3

Investigate whether a family belief is actually true

Families say things like “this room is always hotter,” “you always leave the lights on,” or “your brother takes longer to get ready.” Choose one and tell the child: Don’t argue. Find out.

Design a fair way to count or measure for a week. Then create a table, graph and conclusion.

Take it further: Was the sample big enough? Did people change behaviour because they knew they were being measured? Was the original measurement fair? Now the child is touching bias and data quality.
Several days · Independence: Very high · Pathway: statistics, science, data analysis
Activity 4

Make a short film with a real constraint

Give a brief: make a 90-second film with no spoken dialogue. Or a mystery using exactly five shots. Or an advertisement where the product is not revealed until the last five seconds. Constraints force filmmaking decisions.

Take it further: Storyboard, create a shot list, think about lighting and sound, then screen it for an audience. Ask where they got confused and what the child would cut.
1 hour to several days · Independence: High · Pathway: film, editing, storytelling
Activity 5

Design a city with competing priorities

Give a fictional city 10,000 residents and a budget too small to fund everything. It needs housing, hospital, schools, transport, parks, energy, emergency services and waste management.

Then add citizens who disagree. One group wants parks; another wants lower taxes; another needs affordable housing.

Take it further: Ask not only what the child would choose, but who would be unhappy and why. The exercise becomes budgeting, systems thinking and civics.
60–120 min · High independence · Pathway: urban planning, economics, architecture
Activity 6

Start learning Python—but only if they are genuinely ready

Some ten-year-olds are. Some are not. I would look for signs: the child builds independently in Scratch, understands variables, loops and conditions, types reasonably comfortably, tolerates debugging and actively wants more control.

If so, do not begin with “learn Python.” Begin with “make the computer do something”: a number-guessing game, quiz, text adventure or simple random generator.

Take it further: Translate concepts rather than starting from zero. Scratch repeat becomes a loop; Scratch variable becomes a Python variable; if blocks become Python if. The child sees continuity.
Several sessions · Readiness-dependent · Pathway: programming, automation, data, AI
Activity 7

Create a text-adventure game

“You wake up in an abandoned space station.” The player can open Door A, open Door B or check the computer. Each choice changes the story. The child has to map a decision tree rather than write one straight narrative.

Take it further: Add inventory, health, secret routes and multiple endings. Later, implement it in Python so the child feels exactly why conditionals and variables exist.
60 min to several days · High independence · Pathway: writing, coding, game design
Activity 8

Try Roblox Studio as a creator, not only Roblox as a player

Roblox’s own education materials generally recommend Studio from around age ten, while noting readiness varies. If the child loves Roblox, begin with one tiny playable experience—an obby, maze, treasure hunt or one-room challenge—not a dream of building the next giant platform.

Take it further: Can another person win? Lose? Reset? Keep score? Script one behaviour? The meaningful progression is PLAYER → BUILDER → DESIGNER → SCRIPTER.
Multi-session · Medium-high independence once familiar · Pathway: 3D design, game development, Luau
Activity 9

Build a real-world business for one afternoon

Make something another person might actually want: bookmarks, cards, drawings, labels, bracelets or simple baked goods with appropriate adult support. Work out material cost, price and profit.

Take it further: Test two designs, prices or messages. Notice what people choose. The child moves from “I made a product” to “I am learning what another person values.”
Several hours · Medium setup · Pathway: business, finance, marketing
Activity 10

Create a family dashboard

Track something real in a spreadsheet: steps, books read, weather, sports results, electricity use or family exercise. Calculate simple totals or averages and create a chart.

Take it further: Ask what changed, what surprised them and what they predict will happen next. A spreadsheet is a beautiful bridge between arithmetic and coding.
Recurring · High independence after basics · Pathway: maths, computing, data science
Activity 11

Make a documentary about a family member

Interview a parent, grandparent, neighbour or coach about one true story. Ask what school was like when they were ten, what technology did not exist or what mistake they remember.

Take it further: Find old photographs, objects, maps or music from the period. Now the child is doing oral history, not just “making a video.”
Several sessions · Pathway: journalism, history, film
Activity 12

Reverse-engineer a favourite game

Ask “Why is this game fun?” Analyse goals, rules, rewards, difficulty, failure, choice and surprise. Remove one rule and predict how the experience changes.

Take it further: Redesign one system: a new level, scoring rule, character or reward. Strong game designers begin as perceptive players.
30–60 min · Very high independence · Pathway: game design, systems thinking
Activity 13

Run an A/B test

Create two versions of a poster, thumbnail, game name or product label. Ask a small group which they would choose without revealing the child’s favourite.

Take it further: Ask why, whether the sample was large or balanced enough, and what variable should be tested next. Research and marketing meet naturally.
30–60 min · High independence · Pathway: statistics, research, design
Activity 14

Build an AI classifier without starting with coding

Use an age-appropriate visual tool to train a simple classifier—for example, two categories of everyday objects. Then deliberately confuse it with new angles, lighting or partially hidden examples.

The interesting question is not “Wow, AI!” It is why did it get that wrong?

Take it further: Give it deliberately poor training examples and compare the results. Training data, generalisation and bias become concrete.
45–90 min · Medium setup · Pathway: AI literacy, data, machine learning
Activity 15

Create an investigation newspaper

Investigate one real question: why is traffic heavy outside school, which playground is best, where does household rubbish go, or what do grandparents think children should learn today?

Take it further: Require at least two viewpoints. Journalism becomes more interesting when evidence and disagreement enter the story.
Several sessions · High independence · Pathway: journalism, research, writing
Activity 16

Design a board game with probability in mind

Move beyond “roll a die and move.” Require at least two meaningful strategies. Ask whether one card is too powerful or whether a player can get so far ahead nobody can catch them.

Take it further: Play ten rounds, record outcomes and rebalance the game. Probability becomes useful because fairness matters.
Multi-session · High independence · Pathway: maths, probability, game design
Activity 17

Redesign something bad

Choose an ordinary object—remote control, bag, lunchbox, bottle, desk—and identify what is annoying about it. Every change in Version 2 must solve a specific user problem.

Take it further: Interview two other users. Do they have the same problem? Can one design work for both? This is genuine user research.
45–90 min · High independence · Pathway: product design, engineering, UX
Activity 18

Create a mini online course

The child chooses something they genuinely know: drawing a dragon, a football trick, Minecraft building, origami, a Rubik’s Cube step. Create three tiny lessons with an explanation, demonstration and challenge.

Take it further: Teach somebody, ask what was confusing, then rewrite that part. Teaching reveals holes in understanding very quickly.
Several sessions · Very high independence · Pathway: communication, instructional design
Activity 19

Make a useful website prototype

Do not start with HTML if the child is more interested in the idea. Design a paper prototype for family recipes, book reviews, a sports page or a gallery of builds. What does the visitor need? What should the home page show?

Take it further: If the interest survives the design stage, then introduce HTML/CSS or a suitable site-building tool. Start with product, then technology.
Several sessions · Medium setup · Pathway: web design, programming, UX
Activity 20

Become a myth-buster

Choose a harmless claim: heavier paper planes fly farther; people can identify expensive chocolate; music improves puzzle speed. Decide how to test it fairly.

Take it further: Write the claim, method, data, result and limitations. “We tried it once and it worked” is not strong evidence—and ten is old enough to begin seeing why.
45 min to several days · High independence · Pathway: science, critical thinking
Activity 21

Make a podcast that has a point of view

Choose a claim—children need more recess, ten-year-olds should learn about AI, school uniforms are useful—and prepare three reasons plus one opposing argument.

Take it further: Invite someone who disagrees. The child now has to listen, respond and decide what evidence is actually persuasive.
45–90 min · High independence · Pathway: debate, journalism, communication
Activity 22

Design a room within an actual budget

Give a real or hypothetical room and a fixed budget. It needs a bed, desk, storage, lighting and decoration. Research approximate prices and draw a floor plan.

Take it further: Measure a real room and check whether furniture actually fits. Money, measurement and aesthetics have to agree.
Several hours · High independence · Pathway: interior design, budgeting, architecture
Activity 23

Create a portfolio of one interest

This is not a résumé for a ten-year-old. It is simply a folder that makes improvement visible. Save five drawings, five games, five stories or photographs of five builds. Add one sentence to each: “What I tried.”

Take it further: Three months later ask: what can you do now that you could not do before? The child gets evidence of growth.
Ongoing · Very low setup · Pathway: mastery in any field
Activity 24

Spend a month getting genuinely good at one thing

Choose voluntarily: drawing faces, chess, Python, football dribbling, editing, magic, baking, animation. Practise twenty minutes three or four times a week—but identify one weakness instead of repeating the whole activity.

TRY → NOTICE → PRACTISE ONE WEAKNESS → TRY AGAIN
Take it further: Compare Day 1 and Day 30. Children often think ability is “I’m good at this” or “I’m not.” A month shows them that ability can move.
20 min repeatedly · High independence · Pathway: deliberate practice
Activity 25

Start one project that is too big to finish today

This is the one I most want a ten-year-old to experience. A complete game. Ten-minute film. Thirty-page comic. Functional app. Month-long investigation. Six-episode podcast. Detailed city. Small real business. Animation. Website.

The rule is simple: you are not supposed to finish today.

IDEA → SMALLEST WORKING VERSION → TEST → IMPROVE → FINISH → SHARE
Take it further: Help the child break the dream into a version small enough to become real this week. One playable level beats twenty planned levels. One working app screen beats a notebook full of features.
Weeks · Independence increases over time · Pathway: project ownership and mastery

What should change at ten?

At eight: build a bridge. At ten: build the lightest bridge that can still hold five books. Now optimization. At eight: make a Scratch game. At ten: make one a stranger can understand without you. Now UX. At eight: track sports scores. At ten: use the data to answer a question. Now analysis.

The materials do not always need to become more sophisticated. The thinking does.

Is ten the right age for Python?

Sometimes. I would never use a rigid “age eight = Scratch, age ten = Python” roadmap. Children do not graduate from block coding because of birthdays.

Python becomes useful when text helps the child build something blocks are no longer convenient for—or when the child actively wants to understand typed code, automation, data or more general programming.

If web pages are the obsession, JavaScript may eventually be the more meaningful direction. If Roblox creation is the obsession, Luau may make more sense. If mobile apps are the goal, a visual app builder can be the better next tool. The child’s project should influence the language, not prestige.

What about AI at ten?

I would absolutely start AI literacy. I would not start with “become an AI engineer.” A ten-year-old should increasingly understand that AI can be wrong, outputs need checking, training data matters, convincing language is not proof, private information should be treated carefully and AI should not automatically do the thinking a child is meant to practise.

A stronger homework use is “give me five villain ideas and I will choose and write,” or “challenge the argument I wrote,” rather than “write my assignment.” The child remains the author.

At ten, make something for someone

This is the age where I especially like the shift from I made it to someone used it. A game must be understandable. An app must be useful. A film has to hold attention. A board game must be fair. A lesson has to be clear.

Quality is no longer only “Mum says it is lovely.” The thing has to function in somebody else’s hands.

If your ten-year-old keeps abandoning projects

That does not necessarily mean they lack perseverance. Sometimes the project is simply enormous. Introduce a very adult idea in child-friendly language: make the smallest version that works.

One game level. One app screen. One five-minute podcast. One four-page magazine. One product sold to one person. Completion creates momentum that planning does not.

The bigger progression from eight to ten

AGE 8: I made something.

AGE 9: I made something that works for someone else.

AGE 10: I can increasingly take ownership of a real project.

This is not a developmental law. Children move differently. But it captures the direction I want: gradually giving away more of the thinking.

Do not rush toward the impressive-looking pathway

A ten-year-old making a sophisticated comic series is not behind a child learning Python. A child building elaborate mechanisms is not behind a child making apps. A sports-obsessed child may find statistics. A drawing-obsessed child may find animation. A puzzle-obsessed child may find mathematics or programming.

The purpose is not early career training. It is helping a child discover: What kind of difficult thing do I actually enjoy getting better at?

If one thing catches, stop searching for activities

BORED → TRY → CREATE → RETURN → IMPROVE → CARE

Once the child cares, the adult’s job changes. You do not have to keep entertaining them. You help them go deeper.

Further reading

These are useful places to go deeper. I prefer linking to primary or specialist sources rather than pretending one article needs to contain every answer.

Scratch — Information for Parents
Why Scratch can still support sophisticated creative work at ten rather than being something a child must 'graduate' from.
MIT App Inventor — About
A visual programming environment for building functional mobile apps; MIT explicitly frames it around moving from consumption to creation.
Roblox Creator Hub — Education FAQ
Useful for judging when Roblox Studio and Luau scripting make sense.
Python in Education — Getting Started
Python educator resources and guidance for selecting age- and context-appropriate tools.
Minecraft Education — Resources for Parents & Families
Examples of learning through creative challenges, experimentation and project work in Minecraft.
This editorial draft is written for parents, not as medical or developmental diagnosis. Child readiness and independence vary. Review linked resources, product references and platform policies before publication.

Related courses

Product Design and Entrepreneurship
RG

Ritu Gulati

Product Design and Entrepreneurship

This six-week workshop teaches core entrepreneurship concepts and the product development cycle: idea generation, market research, prototype planning and buildi…

Beginner

Level

13–16

Ages

55 min

Duration

1 / Week

Classes

6

Weeks

$21.67per class
See schedule
Introduction to Football: Rules, Positions, and Playmaking
HK

Havovi Kolsawalla

Introduction to Football: Rules, Positions, and Playmaking

This course covers football fundamentals: player positions, common terminology, game rules, offensive and defensive formations, receiver and runningback routes,…

Beginner

Level

11–13

Ages

60 min

Duration

3 / Week

Classes

8

Weeks

$19.71per class
See schedule
Game Psychology: How Fortnite Affects Attention and Emotion
PV

Pratibha Vishwakarma

Game Psychology: How Fortnite Affects Attention and Emotion

An interactive class using Fortnite mechanics to examine game design, reward systems, and the brain‑body responses to pressure, sound, and visual cues. Lessons…

Beginner

Level

12–17

Ages

45 min

Duration

1 / Week

Classes

4

Weeks

$20.50per class
See schedule
Spy Skills & STEAM Adventures: Codes, Observation & Gadgets
MF

Maria Fernandes

Spy Skills & STEAM Adventures: Codes, Observation & Gadgets

This course uses daily briefings, slides and video clips plus hands-on STEAM activities to teach observation, logical and lateral thinking, basic fingerprinting…

Mixed Level

Level

8–11

Ages

50 min

Duration

4 / Week

Classes

2

Weeks

$22.00per class
See schedule
Notetaking for Master Thinkers
AK

Amrit Kaur

Notetaking for Master Thinkers

This eight-week course trains students to treat note-taking as an active thinking skill, integrating cognitive strategies with debate and rhetorical analysis. L…

Advanced

Level

10–13

Ages

30 min

Duration

1 / Week

Classes

8

Weeks

$18.50per class
See schedule
Ice Cream Shop Vocational Skills
AB

A. B. Joshi

Ice Cream Shop Vocational Skills

This one-time, asynchronous class presents a workplace scenario at an ice cream shop and teaches functional vocational skills through interactive digital slides…

Beginner

Level

11–18

Ages

55 min

Duration

1 / Week

Classes

1

Weeks

$22.00per class
See schedule
Preschool Circle: Songs, Stories, Movement & Play
DN

Dukhin Netam

Preschool Circle: Songs, Stories, Movement & Play

A play-based circle time focused on belonging, listening, imagination and early learning skills. Sessions use songs, movement, group storytelling, pretend play…

Beginner

Level

3–5

Ages

25 min

Duration

2 / Week

Classes

8

Weeks

$16.19per class
See schedule
Health & Hygiene: Body Care, Mental Health and Healthy Choices
UV

Urmila Vyas

Health & Hygiene: Body Care, Mental Health and Healthy Choices

This health class covers why personal hygiene matters (including body odor and acne causes and prevention), differences between deodorants and antiperspirants,…

Beginner

Level

10–18

Ages

55 min

Duration

1 / Week

Classes

7

Weeks

$17.29per class
See schedule
ASL Fingerspelling Bootcamp: Master the Alphabet
NA

Neituo Angami

ASL Fingerspelling Bootcamp: Master the Alphabet

This self-paced bootcamp breaks the ASL alphabet into manageable chunks with short video lessons, targeted practice, and simple activities or challenges. Instru…

Beginner

Level

7–14

Ages

55 min

Duration

1 / Week

Classes

4

Weeks

$20.75per class
See schedule
Explore Interests and Career Directions: 5-Day Challenge
SP

Sharda Prasad

Explore Interests and Career Directions: 5-Day Challenge

A five-day exploration that helps students identify what naturally draws them, discover patterns across interests, examine engagement clues, and connect those i…

Beginner

Level

15–18

Ages

15 min

Duration

5 / Week

Classes

1

Weeks

$21.20per class
See schedule
Entrepreneurship Basics: Reading, Research & Business Plan
SB

Swapna Bhowmik

Entrepreneurship Basics: Reading, Research & Business Plan

A six-week course using multiple articles about kid entrepreneurs to teach note-taking (Cornell method), comprehension, entrepreneur traits analysis, market and…

Beginner

Level

11–16

Ages

60 min

Duration

2 / Week

Classes

6

Weeks

$20.08per class
See schedule
Kindergarten SEL Readiness: Emotions, Communication & Problem-Solving
BA

Bernadette Alvares

Kindergarten SEL Readiness: Emotions, Communication & Problem-Solving

A 10-week course using read-aloud stories, guided discussion, and interactive participation to build social-emotional skills. Students will learn to identify an…

Beginner

Level

4–6

Ages

45 min

Duration

1 / Week

Classes

10

Weeks

$23.00per class
See schedule