pxt-calliope/docs/lessons/stem.md

2.6 KiB

Block Editor STEM Lessons

Overview of Blocks lessons for the @boardname@.

@short Lessons

~column

Science

~

~column

Technology

~

~column

Engineering

  • Truth or dare, a game that forces each player to reveal a secret or do something funny with if statement
  • Spinner, spin the arrow with multiple if statements
  • Dice roll, spin with more if statements
  • Beatbox, make a beatbox music player with variables
  • Temperature, get the ambient temperature (degree Celsius °C)

~

~column

Math

  • Lucky 7, show a number on the LED screen with show number
  • Game Counter, displays the player's score with score and add points to score
  • Guess the Number, guess a random number with pick number
  • Counter, display a number with a variable
  • Love meter, create a love meter with on pin pressed
  • Looper, display a series of numbers with a for loop index
  • Strobe light, develop shapes with a nested for loops
  • Digi Yoyo, create a counter with a while loop
  • Rotation animation, control an animation with a boolean variable

~