Added animations, corrected typo

Added Battleship examples, animated firework and cascade screensaver
examples, and added a missing period.
This commit is contained in:
dkiang
2017-08-01 12:05:09 -07:00
parent 8431201ed0
commit 9510ec862e
9 changed files with 11 additions and 4 deletions

View File

@ -109,7 +109,7 @@ Check the on/off state of an LED
* If the LED is currently off, the point x y block will return false.
* For this exercise, well use the two Yes/No built in icons to display the LEDs current status. From the Basic Toolbox drawer, drag 2 'show icon' blocks into each of the 'then' and 'else' clauses. Select the check mark for Yes, and the X icon for No.
* For now, well leave the default coordinate values (0,0). But you can challenge your students to add a loop to test for all coordinates on the micro:bit
* For now, well leave the default coordinate values (0,0). But you can challenge your students to add a loop to test for all coordinates on the micro:bit.
Here is the complete program: