This commit is contained in:
Tom Ball 2016-06-16 14:46:48 -04:00
parent 1df118fa19
commit 4f822e3cda
2 changed files with 4 additions and 4 deletions

View File

@ -496,7 +496,7 @@ input.onButtonPressed(Button.B, () => {
``` ```
Click **Compile** to move your program to the BBC micro:bit! Click **Compile** to move your program to the BBC micro:bit!
## Your turn!
How else can you make your game better? # Want to do more?
Ever hear of [Rock Paper Scissors Spock Lizard](http://www.samkass.com/theories/RPSSL.html)?
There are [10 great projects](/projects) waiting for you.

View File

@ -1,4 +1,4 @@
# Micro:bit APIs # Reference
```namespaces ```namespaces
basic.showNumber(0); basic.showNumber(0);