2016-03-26 00:47:20 +01:00
|
|
|
# Lessons
|
|
|
|
|
2016-04-06 16:32:14 +02:00
|
|
|
|
2016-03-26 00:47:20 +01:00
|
|
|
### @short Lessons
|
|
|
|
|
|
|
|
### ~column
|
|
|
|
|
|
|
|
## Beginner
|
|
|
|
|
2016-04-13 17:27:45 +02:00
|
|
|
* [Beautiful Image](/lessons/beautiful-image), show a beautiful image with show LEDs
|
|
|
|
* [Lucky 7](/lessons/lucky-7), show a number on the LED screen with show number
|
|
|
|
* [Answering Machine](/lessons/answering-machine), show a text message with show string
|
|
|
|
* [Game of Chance](/lessons/game-of-chance), show a text message with game over
|
|
|
|
* [Smiley,](/lessons/smiley) smiley and frowney faces that transition on button pressed
|
|
|
|
* [Magic Logo,](/lessons/magic-logo) show an image on logo up
|
|
|
|
* [Snowflake Fall](/lessons/snowflake-fall), repeat a series of images with forever
|
|
|
|
* [Screen Wipe](/lessons/screen-wipe), turn off the LEDs with clear screen
|
|
|
|
* [Flashing Heart](/lessons/flashing-heart), display images with a pause
|
|
|
|
* [Blink](/lessons/blink), turn an LED on and off with plot
|
|
|
|
* [Night Light](/lessons/night-light), dim the LEDs with set brightness
|
|
|
|
* [Game Counter](/lessons/game-counter), displays the player's score with score and add points to score
|
|
|
|
* [Happy Birthday](/lessons/happy-birthday), create a popular song
|
2016-03-26 00:47:20 +01:00
|
|
|
|
|
|
|
### ~
|
|
|
|
|
|
|
|
### ~column
|
|
|
|
|
|
|
|
## Intermediate
|
|
|
|
|
2016-04-13 17:27:45 +02:00
|
|
|
* [Magic 8](/lessons/magic-8), a fortune teller game with the BBC micro:bit
|
|
|
|
* [Guess the Number](/lessons/guess-the-number), guess a random number with pick number
|
|
|
|
* [Counter](/lessons/counter), display a number with a variable
|
|
|
|
* [Love Meter](/lessons/love-meter), create a love meter with on pin pressed
|
|
|
|
* [Rock Paper Scissors](/lessons/rock-paper-scissors), create the classic game of rock paper scissors with if statement
|
|
|
|
* [Truth or Dare](/lessons/truth-or-dare), a game that forces each player to reveal a secret or do something funny with if statement
|
|
|
|
* [Spinner](/lessons/spinner), spin the arrow with multiple if statements
|
2016-05-27 00:24:10 +02:00
|
|
|
* [Dice Roll](/lessons/dice-roll), spin with more if statements
|
2016-04-13 17:27:45 +02:00
|
|
|
* [Looper](/lessons/looper), display a series of numbers with a for loop index
|
|
|
|
* [Strobe Light](/lessons/strobe-light), develop shapes with a nested for loops
|
|
|
|
* [Temperature](/lessons/temperature), get the ambient temperature (degree Celsius °C)
|
|
|
|
* [Digi Yoyo](/lessons/digi-yoyo), create a counter with a while loop
|
|
|
|
* [Rotation Animation](/lessons/rotation-animation), control an animation with a boolean variable
|
|
|
|
* [Compass](/lessons/compass), displays the direction the BBC micro:bit is pointing with compass
|
|
|
|
* [Zoomer](/lessons/zoomer), measure the force with acceleration
|
|
|
|
* [Glowing Pendulum](/lessons/glowing-pendulum), construct a pendulum that glows using acceleration
|
|
|
|
* [Classic Beatbox](/lessons/classic-beatbox), make a beatbox music player with variables
|
|
|
|
* [Light Beatbox](/lessons/light-beatbox), make a beatbox music player with light level
|
2016-03-26 00:47:20 +01:00
|
|
|
|
|
|
|
### ~
|
|
|
|
|
|
|
|
### ~column
|
|
|
|
|
|
|
|
## Maker
|
2016-04-13 17:27:45 +02:00
|
|
|
* [The Watch](/lessons/the-watch), design and create The Watch
|
|
|
|
* [Hack your Headphones](/lessons/hack-your-headphones), create music on the BBC micro:bit by hacking your headphones
|
|
|
|
* [Banana Keyboard](/lessons/banana-keyboard), create music with fruits
|
|
|
|
* [Telegraph](/lessons/telegraph), play the telegraph game between two BBC micro:bits
|
|
|
|
* [Pogo](/lessons/pogo), create a pogo game to test your jumping abilities
|
2016-03-26 00:47:20 +01:00
|
|
|
|
2016-05-06 18:28:26 +02:00
|
|
|
## Science
|
|
|
|
* [Charting](/lessons/charting), measure and chart acceleration
|
2016-05-12 20:55:10 +02:00
|
|
|
* [Seismograph](/lessons/seismograph), create a seismograph with household items
|
2016-05-06 18:28:26 +02:00
|
|
|
|
2016-03-26 00:47:20 +01:00
|
|
|
## Advanced
|
2016-04-13 17:27:45 +02:00
|
|
|
* [Prank WiFi](/lessons/prank-wifi), create fake WiFi to trick your friends
|
|
|
|
* [Speed Button](/lessons/speed-button), code a speed game with running time
|
|
|
|
* [Headbands](/lessons/headbands), create a charades game with a collection of strings that hold the words
|
|
|
|
* [Hero](/lessons/hero), reconstruct the classic arcade game pac man with the BBC micro:bit
|
|
|
|
* [Catch the Egg](/lessons/catch-the-egg-game), catch falling eggs in a basket with an acceleration controller
|
2016-03-26 00:47:20 +01:00
|
|
|
### ~
|
|
|
|
|
|
|
|
### @section full
|
|
|
|
|
2016-06-03 23:24:39 +02:00
|
|
|
The lessons promote computational thinking and computer science literacy.
|