Coding Fundamentals: LEVEL
1 2 3
Creating with Code

Start inventing your own original Tynker block coding projects. Think: Animations, stories, and even playable arcade games. Have a blast and get creative!

Tynker gets kids coding with confidence. Access this and 5,000 more fun activities today!

Learn These Cool Coding Skills

Write Code Visually

Explore Tynker Workshop in detail, the fastest and most fun way to code.

Animate with Drawing Tool

Learn how to draw custom characters.

Sprite Animation

Take control of the Animation Tool and create totally custom animations.

Interactive Storytelling

Put on a play, tell a joke, or create a comic book! It's all up to you.

Game Design

Explore how you can make simple games, with actor movement and more.

Designing a UI

Make user friendly games and projects by creating a menu, buttons, and other ways for users to control your programs.

Events and Messaging

Explore practical ways of exchanging information and coordinating the action on Stage.

Critical Thinking

Break big problems down into smaller ones. Find and fix logical errors in programs.

Music Composition

Play notes, synthesize sound, add sound effects, and much more, with code.

Pen Drawing

Explore angles and geometry in a fun, visual way by drawing shapes and patterns with the Pen Blocks.

Cartesian Coordinates

Take control of 2D motion in your projects by exploring how x- and y-coordinates can position and move actors on the Stage.

Choose a Plan to Accelerate Your Learning

Choose Live Online Courses

Choose a Plan to Accelerate Your Learning

Choose a 3-Year Self-Paced Plan

All Family Plans include up to 3 family members
Quarterly
$25/month

3-month access to all self-guided courses, from novice to expert

$75 billed quarterly | cancel any time

Yearly
Best seller
$20 $12/month
40% OFF

1-year access to all self-guided courses, from novice to expert

$144 billed annually | cancel any time

Lifetime
$450 one time payment

Lifetime access to all self-guided courses, from novice to expert

50% savings over Quarterly
Quarterly
$35/month

3-month access to all self-guided courses, from novice to expert

$105 billed quarterly | cancel any time

Yearly
$25 $15/month
40% OFF

1-year access to all self-guided courses, from novice to expert

$180 billed annually | cancel any time

Lifetime
$675 one time payment

Lifetime access to all self-guided courses, from novice to expert

46% savings over Quarterly
Summer Deal Sale Ends in 17 hours

3-Year All-Access plans include:

  • 70+ courses
  • 5,000+ activities
  • Block Coding
  • Text Coding
  • 3 Mobile Apps
  • Minecraft Modding
  • Game Design
  • Robotics
  • Hardware
  • Web Development
  • Python
  • JavaScript
  • Processing (P5.JS)
  • Data Science
  • Advanced CS

Tynker is designed to progress with your child. A three year plan accelerates their coding mastery from block coding to advanced text languages.

Choose a Plan to Accelerate Your Learning

Choose Live Online Courses

Choose a Plan to Accelerate Your Learning

Choose a 3-Year Self-Paced Plan

40% OFF

Yearly

$20 $12 /month Now $144 billed annually cancel any time

Lifetime*

$450 one time payment 50% savings over Quarterly

Quarterly

$25 /month $75 billed quarterly cancel any time

Quarterly

$25 /month $75 billed quarterly cancel any time
40% OFF

Yearly

$20 $12 /month Now $144 billed annually cancel any time

Lifetime*

$450 one time payment 50% savings over Quarterly
40% OFF

Yearly

$25 $15 /month Now $180 billed annually cancel any time

Lifetime*

$675 one time payment 46% savings over Quarterly

Quarterly

$35 /month $105 billed quarterly cancel any time

Quarterly

$35 /month $105 billed quarterly cancel any time
40% OFF

Yearly

$25 $15 /month Now $180 billed annually cancel any time

Lifetime*

$675 one time payment 46% savings over Quarterly
Summer Deal Sale Ends in 17 hours * Lifetime plan details are available here.

Access everything Tynker offers, plus expert coaching

  • Two one-on-one live coaching sessions (a $120 value) included
  • Thousands of hours of creative projects in Game Design, Minecraft, Python concepts, and more
  • Parent dashboard with mastery stats - watch as they progress from novice to expert
  • Personalized assessments and certifications in real-world languages
  • 5,000+ lessons built to improve problem solving skills and academic performance
  • 30 Day Money-Back Satisfaction Guarantee
  • Intro to Game Design


    Ages: 7-12
    Skill Level: Beginner
    Format: Online Private 1-on-1 Lessons
    Classes: 6 one hour classes

    View Hide Details

    Learn to design and build your own games in 6 fun-filled classes. Code classic games or build something totally new.

    Lesson 1: Mouse Maze

    Write your first game! Code a simple skill-based game controlled with the mouse. You'll need a steady hand to reach the goal.

    • Mouse events
    • Color-sensing code
    • Winning and losing conditions

    Lesson 2: Go Kart

    Take the wheel and explore how to add keyboard controls to your game. Avoid the oncoming obstacles.

    • Keyboard events
    • Collision detection
    • Cartesian coordinates
    • Loops and iteration

    Lesson 3: Base Defense

    Create a tower defense game. Make complex games with loads of enemies — and handle projectiles.

    • Clone actors with code
    • Make bullets and lasers fly
    • Add randomness to your games

    Lesson 4: Space Voyager

    Create a dodger game with powerups and collectibles. Add an invincibility powerup — or invent your own.

    • Coordinate the action using messages
    • Keep score with variables
    • Manage game state

    Lesson 5: Ball Pop

    Make a colorful chain-reaction puzzle game. Can you make ALL the balls pop with just a single click? Explore advanced coding and animation techniques in this lesson.

    • Events and broadcasts
    • Puzzle game basics
    • Get more practice with clones, color-sensing, and randomness

    Lesson 6: Bank Shot

    Explore Tynker's Physics Blocks to create a fun game with collisions, action, and motion.

    • Control gravity
    • Change Actors' physics properties
    • Give objects a push with impulse and much more

    Game Developer Certification

    Be proud of what you've created! Keep up the momentum and continue on your learning journey.

  • Intro to Python


    Ages: 12+
    Skill Level: Beginner
    Format: Online Private 1-on-1 Lessons
    Classes: 6 one hour classes

    View Hide Details

    Explore Python in 6 interactive classes. Progress to solve real world problems in math and science, design games, & more!

    Lesson 1: Python Basics

    Get acquainted with the basics of Python programming. Then explore how to represent repeating patterns with code.

    • Function calls
    • For loops
    • Python syntax basics

    Lesson 2: Conditionals

    Explore boolean values, boolean logic, if statements, and while loops. Write programs that “make decisions.”

    • Selection and conditional statements
    • Explore digital logic
    • Debugging tricks and techniques

    Lesson 3: Variables

    Learn about variable initialization, declaration, and more. Then get some practice with lists, a useful data structure.

    • Variables and datatypes
    • Expressions and operators
    • Store loads of data with lists

    Lesson 4: Turtle Graphics

    Create graphics and user interfaces with the Turtle module. Explore functions, a way to keep code organized and repeatable.

    • Write custom functions
    • Draw on the screen with code
    • Import Python modules

    Lesson 5: Game Design

    Design games with an interactive canvas and write programs that respond to key-presses, mouse events, and more.

    • Keyboard control and mouse events
    • Implement game logic and loops
    • Code several games from scratch

    Lesson 6: Capstone Project

    Put together everything you've learned to create a fun, playable arcade game. In this final project, you will create a Brick Breaker game using Turtle Graphics.

    • A challenging self-guided project
    • Extend the game with Bonus Challenges

    Game Developer Certification

    Be proud of what you've created! Keep up the momentum and continue on your learning journey.

  • Intro to Artificial Intelligence


    Ages: 7-12
    Skill Level: Intermediate
    Format: Online Private 1-on-1 Lessons
    Classes: 6 one hour classes

    View Hide Details

    Learn to use Artificial Intelligence and Machine Learning in your block coding projects. Make your code come to life in an all-new way.

    Lesson 1: Mad Hatter

    Explore the basics of AI with the Face-Tracking blocks. Create a costume that follows you, wherever you go! Add a wizard hat, clown nose, cowboy mustache, or whatever else you like.

    • Show and enable Face-Tracking
    • Switch costumes with code
    • Work with live video

    Lesson 2: Face Painting Booth

    Draw on a 3D face mesh! Make a carnival-style face paint creation. Create a costume or add glamorous makeup.

    • Explore Face-Tracking landmarks
    • Use the face-effect block to draw on a face mesh

    Lesson 3: World Traveler

    Create a greenscreen effect with live video and the Pose-Tracking blocks. Make a different animal appear as you change the scene.

    • Enable Pose-Tracking and work with body segmentation
    • Switch backgrounds with code
    • Use mouse events to control where you go

    Lesson 4: Protect the Cupcake

    Use the Hand-Tracking blocks to create an augmented reality "defense" game. Don't let the foxes steal your food!

    • Show and enable Hand-Tracking
    • Use positions of hand landmarks to control the motion of actors

    Lesson 5: Bubble Frenzy

    Create a game using the Hand-Tracking blocks. The bubble only pops if you follow the instructions, exactly! Explore Hand-Tracking landmarks and game logic.

    • Use dictionaries to represent landmarks efficiently
    • Use positions of hand landmarks to control game flow
    • Use variables to keep track of game state

    Lesson 6: Turtle Racer

    Use the Hand-Tracking blocks to create a virtual game controller! Control where the actor goes using a virtual steering wheel!

    • Show and enable Hand-Tracking
    • Use angles of landmarks to control the motion of actors
    • Use variables and positions of actors to control game flow

    AI Developer Certification

    Be proud of what you've created! Keep up the momentum and continue on your learning journey.

  • Intro to Game Design


    Ages: 7-12
    Skill Level: Beginner
    Format: Online Private 1-on-1 Lessons
    Classes: 6 one hour classes

    View Hide Details

    Learn to design and build your own games in 6 fun-filled classes. Code classic games or build something totally new.

    Lesson 1: Mouse Maze

    Write your first game! Code a simple skill-based game controlled with the mouse. You'll need a steady hand to reach the goal.

    • Mouse events
    • Color-sensing code
    • Winning and losing conditions

    Lesson 2: Go Kart

    Take the wheel and explore how to add keyboard controls to your game. Avoid the oncoming obstacles.

    • Keyboard events
    • Collision detection
    • Cartesian coordinates
    • Loops and iteration

    Lesson 3: Base Defense

    Create a tower defense game. Make complex games with loads of enemies — and handle projectiles.

    • Clone actors with code
    • Make bullets and lasers fly
    • Add randomness to your games

    Lesson 4: Space Voyager

    Create a dodger game with powerups and collectibles. Add an invincibility powerup — or invent your own.

    • Coordinate the action using messages
    • Keep score with variables
    • Manage game state

    Lesson 5: Ball Pop

    Make a colorful chain-reaction puzzle game. Can you make ALL the balls pop with just a single click? Explore advanced coding and animation techniques in this lesson.

    • Events and broadcasts
    • Puzzle game basics
    • Get more practice with clones, color-sensing, and randomness

    Lesson 6: Bank Shot

    Explore Tynker's Physics Blocks to create a fun game with collisions, action, and motion.

    • Control gravity
    • Change Actors' physics properties
    • Give objects a push with impulse and much more

    Game Developer Certification

    Be proud of what you've created! Keep up the momentum and continue on your learning journey.

  • Intro to Python


    Ages: 12+
    Skill Level: Beginner
    Format: Online Private 1-on-1 Lessons
    Classes: 6 one hour classes

    View Hide Details

    Explore Python in 6 interactive classes. Progress to solve real world problems in math and science, design games, & more!

    Lesson 1: Python Basics

    Get acquainted with the basics of Python programming. Then explore how to represent repeating patterns with code.

    • Function calls
    • For loops
    • Python syntax basics

    Lesson 2: Conditionals

    Explore boolean values, boolean logic, if statements, and while loops. Write programs that “make decisions.”

    • Selection and conditional statements
    • Explore digital logic
    • Debugging tricks and techniques

    Lesson 3: Variables

    Learn about variable initialization, declaration, and more. Then get some practice with lists, a useful data structure.

    • Variables and datatypes
    • Expressions and operators
    • Store loads of data with lists

    Lesson 4: Turtle Graphics

    Create graphics and user interfaces with the Turtle module. Explore functions, a way to keep code organized and repeatable.

    • Write custom functions
    • Draw on the screen with code
    • Import Python modules

    Lesson 5: Game Design

    Design games with an interactive canvas and write programs that respond to key-presses, mouse events, and more.

    • Keyboard control and mouse events
    • Implement game logic and loops
    • Code several games from scratch

    Lesson 6: Capstone Project

    Put together everything you've learned to create a fun, playable arcade game. In this final project, you will create a Brick Breaker game using Turtle Graphics.

    • A challenging self-guided project
    • Extend the game with Bonus Challenges

    Game Developer Certification

    Be proud of what you've created! Keep up the momentum and continue on your learning journey.

  • Intro to Artificial Intelligence


    Ages: 7-12
    Skill Level: Intermediate
    Format: Online Private 1-on-1 Lessons
    Classes: 6 one hour classes

    View Hide Details

    Learn to use Artificial Intelligence and Machine Learning in your block coding projects. Make your code come to life in an all-new way.

    Lesson 1: Mad Hatter

    Explore the basics of AI with the Face-Tracking blocks. Create a costume that follows you, wherever you go! Add a wizard hat, clown nose, cowboy mustache, or whatever else you like.

    • Show and enable Face-Tracking
    • Switch costumes with code
    • Work with live video

    Lesson 2: Face Painting Booth

    Draw on a 3D face mesh! Make a carnival-style face paint creation. Create a costume or add glamorous makeup.

    • Explore Face-Tracking landmarks
    • Use the face-effect block to draw on a face mesh

    Lesson 3: World Traveler

    Create a greenscreen effect with live video and the Pose-Tracking blocks. Make a different animal appear as you change the scene.

    • Enable Pose-Tracking and work with body segmentation
    • Switch backgrounds with code
    • Use mouse events to control where you go

    Lesson 4: Protect the Cupcake

    Use the Hand-Tracking blocks to create an augmented reality "defense" game. Don't let the foxes steal your food!

    • Show and enable Hand-Tracking
    • Use positions of hand landmarks to control the motion of actors

    Lesson 5: Bubble Frenzy

    Create a game using the Hand-Tracking blocks. The bubble only pops if you follow the instructions, exactly! Explore Hand-Tracking landmarks and game logic.

    • Use dictionaries to represent landmarks efficiently
    • Use positions of hand landmarks to control game flow
    • Use variables to keep track of game state

    Lesson 6: Turtle Racer

    Use the Hand-Tracking blocks to create a virtual game controller! Control where the actor goes using a virtual steering wheel!

    • Show and enable Hand-Tracking
    • Use angles of landmarks to control the motion of actors
    • Use variables and positions of actors to control game flow

    AI Developer Certification

    Be proud of what you've created! Keep up the momentum and continue on your learning journey.

Summer Deal Sale Ends in 17 hours * Lifetime plan details are available here.

3-Year All-Access plans include:

  • 70+ courses
  • 5,000+ activities
  • Block Coding
  • Text Coding
  • 3 Mobile Apps
  • Minecraft Modding
  • Game Design
  • Robotics
  • Hardware
  • Web Development
  • Python
  • JavaScript
  • Processing (P5.JS)
  • Data Science
  • Advanced CS

Tynker is designed to progress with your child. A three year plan accelerates their coding mastery from block coding to advanced text languages.