micro:bit


Resources, programs and examples for the BBC micro:bit

Team code repositories (16)

  • microbit-snake

    An example of a simple snake game on the micro:bit. This example shows the use of the accelerometer and plotting pixels on the display. This is a one-way translation of …

    Last updated: 13 Jul 2016 1 165
  • microbit-button-events

    A simple example of how to use the buttons on the micro:bit with the DAL. This is a one-way translation of the microbit-samples repository on GitHub. Please don't try to …

    Last updated: 13 Jul 2016 1 425
  • microbit-component-display

    Example display component code from http://lancaster-university.github.io/microbit-docs/advanced/#using-components-directly

    component, display, Microbit
    Last updated: 20 Apr 2016 1 1195
  • microbit-greyscale

    An example of how to us the micro:bit DAL's abstraction. This is a one-way translation of the microbit-samples repository on GitHub. Please don't try to push changes here, instead push …

    Last updated: 13 Jul 2016 1 59
  • microbit-hello-world

    An example of how to use the micro:bit DAL's abstraction for a simple 'Hello World' on the micro:bit display. This is a one-way translation of the microbit-samples repository on GitHub. …

    Last updated: 13 Jul 2016 1 4621
  • microbit-invaders

    A space invaders game using the micro:bit. This example uses buttons, 'fibers' (like threads or tasks), the display, and the sleep functions. It is one of the more elaborate examples …

    Last updated: 13 Jul 2016 1 427