Lesson 1
Go to http://microbit.org/.
Click on 'Let's Code'
Click on 'Try the PXT beta'
Now try and make a dice. Make it so that when you shake the micro:bit it will show a number from 1 to 6.
Tip: You will need to use the 'pick random 0 to ?' block in the Math tab.
Challenge: Make it so that it shows the picture that would appear on a real dice.
Now you are going to make a program that works with a frustration game. You are going to need this to check if the player has touched the wire:
Challenges: