beautiful image tutorial
This commit is contained in:
parent
15bbc13595
commit
8f99ee3608
48
docs/lessons/beautiful-image/tutorial.md
Normal file
48
docs/lessons/beautiful-image/tutorial.md
Normal file
@ -0,0 +1,48 @@
|
|||||||
|
# beautiful image blocks challenges
|
||||||
|
|
||||||
|
Beautiful Image tutorial.
|
||||||
|
|
||||||
|
### ~avatar avatar
|
||||||
|
|
||||||
|
### @video td/videos/beautiful-image-0
|
||||||
|
|
||||||
|
Rebuild the game!
|
||||||
|
|
||||||
|
The blocks have been shuffled! Put them back together so that…
|
||||||
|
|
||||||
|
* display images on the screen with show LEDs
|
||||||
|
|
||||||
|
|
||||||
|
```shuffle
|
||||||
|
basic.showLeds(`
|
||||||
|
# # # # #
|
||||||
|
# # . # #
|
||||||
|
# . # . #
|
||||||
|
# # . # #
|
||||||
|
# # # # #
|
||||||
|
`)
|
||||||
|
basic.showLeds(`
|
||||||
|
# . # . #
|
||||||
|
. # # # .
|
||||||
|
. . # . .
|
||||||
|
. # # # .
|
||||||
|
# . # . #
|
||||||
|
`)
|
||||||
|
basic.pause(100)
|
||||||
|
```
|
||||||
|
|
||||||
|
Hints and tips
|
||||||
|
|
||||||
|
Cut out these documentation cards to help you!
|
||||||
|
|
||||||
|
```cards
|
||||||
|
basic.showLeds(`
|
||||||
|
. . . . .
|
||||||
|
. . . . .
|
||||||
|
. . # . .
|
||||||
|
. . . . .
|
||||||
|
. . . . .
|
||||||
|
`)
|
||||||
|
basic.pause(100)
|
||||||
|
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user