2016-05-09 23:34:51 +02:00
|
|
|
# beautiful image blocks challenges
|
|
|
|
|
|
|
|
Beautiful Image tutorial.
|
|
|
|
|
2017-09-07 22:42:08 +02:00
|
|
|
## ~avatar avatar
|
2016-05-09 23:34:51 +02:00
|
|
|
|
2017-09-07 22:42:08 +02:00
|
|
|
## @video td/videos/beautiful-image-0
|
2016-05-09 23:34:51 +02:00
|
|
|
|
|
|
|
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)
|
|
|
|
|
|
|
|
```
|