From b89d6477c7f6b539bb8bb0a6151f9fdff6653fbb Mon Sep 17 00:00:00 2001 From: Ron Hale-Evans Date: Thu, 2 Jun 2016 11:38:14 -0700 Subject: [PATCH] Temporarily broken. --- docs/getting-started.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/docs/getting-started.md b/docs/getting-started.md index e160b0fd..e67af790 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -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 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 Draw something in the editor with this block. You can draw another