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.

Dependencies:   microbit

Committer:
novecento
Date:
Fri Jan 26 23:48:45 2018 +0000
Revision:
1:89b525515734
Parent:
0:53f603890bd2
Disabled BLE stack

Who changed what in which revision?

UserRevisionLine numberNew contents of line
novecento 0:53f603890bd2 1 MIT License
novecento 0:53f603890bd2 2
novecento 0:53f603890bd2 3 Copyright (c) 2018 Alexander Dölz
novecento 0:53f603890bd2 4
novecento 0:53f603890bd2 5 Permission is hereby granted, free of charge, to any person obtaining a copy
novecento 0:53f603890bd2 6 of this software and associated documentation files (the "Software"), to deal
novecento 0:53f603890bd2 7 in the Software without restriction, including without limitation the rights
novecento 0:53f603890bd2 8 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
novecento 0:53f603890bd2 9 copies of the Software, and to permit persons to whom the Software is
novecento 0:53f603890bd2 10 furnished to do so, subject to the following conditions:
novecento 0:53f603890bd2 11
novecento 0:53f603890bd2 12 The above copyright notice and this permission notice shall be included in all
novecento 0:53f603890bd2 13 copies or substantial portions of the Software.
novecento 0:53f603890bd2 14
novecento 0:53f603890bd2 15 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
novecento 0:53f603890bd2 16 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
novecento 0:53f603890bd2 17 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
novecento 0:53f603890bd2 18 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
novecento 0:53f603890bd2 19 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
novecento 0:53f603890bd2 20 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
novecento 0:53f603890bd2 21 SOFTWARE.