micro:drop - A simple game for the BBC micro:bit Fruits falling from the sky. Use buttons A & B to control the player and catch them all. Drop speed increases every 10 catches. How much can you get? After game over press AB to restart.
Revision 1:89b525515734, committed 2018-01-26
- Comitter:
- novecento
- Date:
- Fri Jan 26 23:48:45 2018 +0000
- Parent:
- 0:53f603890bd2
- Commit message:
- Disabled BLE stack
Changed in this revision
config.json | Show annotated file Show diff for this revision Revisions of this file |
mbed_app.json | Show annotated file Show diff for this revision Revisions of this file |
diff -r 53f603890bd2 -r 89b525515734 config.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/config.json Fri Jan 26 23:48:45 2018 +0000 @@ -0,0 +1,8 @@ +{ + "microbit-dal":{ + "bluetooth":{ + "enabled": 0, + "pairing_mode": 0 + } + } +} \ No newline at end of file
diff -r 53f603890bd2 -r 89b525515734 mbed_app.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mbed_app.json Fri Jan 26 23:48:45 2018 +0000 @@ -0,0 +1,3 @@ +{ + "macros": [ "MICROBIT_BLE_ENABLED=0", "MICROBIT_BLE_PAIRING_MODE=0" ] +} \ No newline at end of file