Learn, build, and create.

Step-by-step lessons that take kids from their first blinking LED all the way to building multiplayer games with real physical controls. No experience needed — just curiosity.

Beta
01
Beginner

Hello, LED!

Wire up your first LED to the Snaps hub and make it light up with a button press. Learn how circuits work and write your first block program.

20 min
ElectronicsGPIOBlocks

You'll learn:

  • Basic circuits
  • Block events
  • GPIO output
Coming Soon
02
Beginner

Button Bounce

Connect a physical push button to your breadboard and use it to control things on screen. Learn about inputs vs outputs.

25 min
ElectronicsInputsEvents

You'll learn:

  • GPIO input
  • Debouncing
  • Conditionals
Coming Soon
03
Beginner

Traffic Light

Build a fully working traffic light with red, amber and green LEDs. Learn about sequences, loops and timing delays.

30 min
ElectronicsLoopsTiming

You'll learn:

  • Multiple GPIO
  • Loops
  • Wait blocks
Coming Soon
04
Beginner

Crank the Volume

Use the Playdate™'s unique crank to control the brightness of an LED with PWM. Learn about analogue signals and variable outputs.

25 min
CrankPWMAnalogue

You'll learn:

  • Crank input
  • PWM
  • Variables
Coming Soon
05
Intermediate

Sound Machine

Turn the Playdate™ into a musical instrument. Each button triggers a different sound, and the crank changes the pitch.

35 min
SoundCrankEvents

You'll learn:

  • Sound blocks
  • Crank input
  • Multiple events
Coming Soon
06
Intermediate

Night Light

Use a light sensor to detect the room's brightness and automatically switch an LED on when it gets dark.

40 min
SensorsAnalogueConditions

You'll learn:

  • Analogue input
  • Conditions
  • Threshold logic
Coming Soon
07
Intermediate

Servo Controller

Control a servo motor using the Playdate™'s D-pad. Point left or right, and the motor follows. Great for robotics projects.

40 min
MotorsServoD-pad

You'll learn:

  • Servo PWM
  • D-pad input
  • Angle control
Coming Soon
08
Intermediate

Morse Code Transmitter

Send secret messages to a friend! Build a Morse code transmitter with an LED and buzzer, and decode messages on screen.

45 min
ElectronicsSoundLogic

You'll learn:

  • Timing
  • Arrays
  • String handling
Coming Soon
09
Advanced

Reaction Game

Two players, one LED, and a breadboard button each. Who can press their button fastest when the light turns on? Build it and find out.

50 min
GameMultiplayerTiming

You'll learn:

  • Timing precision
  • Score tracking
  • Display output
Coming Soon
10
Advanced

Temperature Monitor

Connect a temperature sensor and build a live dashboard on the Playdate™ screen. Add an LED alert when the room gets too warm.

55 min
SensorsDataDisplay

You'll learn:

  • I2C sensors
  • Data display
  • Alert logic
Coming Soon
11
Advanced

Simon Says

Build the classic memory game using four coloured LEDs and four physical buttons. Add sounds, increasing speed, and a high score.

60 min
GameMemorySound

You'll learn:

  • Arrays
  • Randomness
  • Game state
Coming Soon
12
Advanced

Your Own Project

You've learned the blocks — now build something entirely your own. Combine sensors, LEDs, sound and the Playdate™'s screen however you imagine.

Open-ended
CreativeFree build

You'll learn:

  • All skills
  • Design thinking
  • Creativity