Temporarily broken.

This commit is contained in:
Ron Hale-Evans 2016-06-02 11:38:14 -07:00
parent b2e59eb676
commit b89d6477c7

View File

@ -5,6 +5,31 @@ Are you ready to build cool BBC micro:bit programs?
Here are some challenges for you. Unscramble the blocks in the editor Here are some challenges for you. Unscramble the blocks in the editor
to make real programs that work! to make real programs that work!
### Blinky face
You should see three blocks in the editor to the left.
These are a block with a smiley face, ...
```shuffle
basic.forever(() => {
basic.showLeds(`
. . . . .
. # . # .
. . . . .
# . . . #
. # # # .
`)
basic.showLeds(`
. . . . .
. . . . .
. . . . .
. . . . .
. . . . .
`)
});
```
### Show LEDs ### Show LEDs
Draw something in the editor with this block. You can draw another Draw something in the editor with this block. You can draw another