starting to reorganize lessons
@ -51,7 +51,6 @@
|
||||
### ~column
|
||||
|
||||
## Maker
|
||||
* [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
|
||||
|
@ -38,7 +38,6 @@ Overview of Blocks lessons for the BBC micro:bit.
|
||||
|
||||
## Engineering
|
||||
|
||||
* [The Watch](/lessons/the-watch), design and create The Watch
|
||||
* [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
|
||||
* [Dice roll](/lessons/dice-roll), spin with more if statements
|
||||
|
@ -1,23 +0,0 @@
|
||||
# the watch lesson
|
||||
|
||||
display beautiful images on the BBC micro:bit.
|
||||
|
||||
![](/static/mb/lessons/the-watch-0.png)
|
||||
|
||||
## Topic
|
||||
|
||||
The Watch
|
||||
|
||||
## Quick Links
|
||||
|
||||
* [activity](/lessons/the-watch/activity)
|
||||
|
||||
|
||||
|
||||
## Prior learning/place of lesson in scheme of work
|
||||
|
||||
Learn how to design the BBC micro:bit watch with household supplies.
|
||||
|
||||
## Objectives
|
||||
|
||||
* learn how to design and make the watch with the BBC micro:bit
|
@ -38,7 +38,7 @@
|
||||
|
||||
![](/static/mb/projects/a9-radio.png)
|
||||
|
||||
## [Watch](/lessons/the-watch/activity)
|
||||
## [Watch](/projects/the-watch)
|
||||
|
||||
![](/static/mb/projects/a10-watch.png)
|
||||
|
||||
|
@ -39,7 +39,7 @@ basic.forever(() => {
|
||||
basic.showLeds(`
|
||||
. # . # .
|
||||
# # # # #
|
||||
# # # # #
|
||||
# # # # #d
|
||||
. # # # .
|
||||
. . # . .`);
|
||||
basic.pause(500);
|
||||
|
@ -1,6 +1,4 @@
|
||||
# The watch activity
|
||||
|
||||
Control images with variables.
|
||||
![](/static/mb/projects/a10-watch.png)
|
||||
|
||||
# micro:bit watch
|
||||
|
||||
@ -152,7 +150,7 @@ Your watch is ready!
|
||||
|
||||
### ~avatar avatar
|
||||
|
||||
Excellent, you're ready to continue with the [challenges](/lessons/rock-paper-scissors/activity)!
|
||||
Excellent, you're ready to continue with the [challenges](/projects/rock-paper-scissors)!
|
||||
|
||||
### ~
|
||||
|
BIN
docs/static/mb/projects/music-1.png
vendored
Before Width: | Height: | Size: 156 KiB |
BIN
docs/static/mb/projects/music-2.png
vendored
Before Width: | Height: | Size: 163 KiB |
BIN
docs/static/mb/projects/music-3.png
vendored
Before Width: | Height: | Size: 220 KiB |
BIN
docs/static/mb/projects/music-4.png
vendored
Before Width: | Height: | Size: 120 KiB |
BIN
docs/static/mb/projects/music-5.png
vendored
Before Width: | Height: | Size: 97 KiB |
BIN
docs/static/mb/projects/music-7.png
vendored
Before Width: | Height: | Size: 84 KiB |
BIN
docs/static/mb/projects/music-8.png
vendored
Before Width: | Height: | Size: 164 KiB |
@ -107,10 +107,6 @@
|
||||
{
|
||||
"name": "Reference",
|
||||
"path": "/reference"
|
||||
},
|
||||
{
|
||||
"name": "Lessons",
|
||||
"path": "/lessons"
|
||||
}
|
||||
],
|
||||
"sideDoc": "getting-started"
|
||||
|