This tutorial creates a one player game of of ping-pong, where you try to prevent a ball bouncing and hitting the top of the screen for as long as possible by blocking it with a bat. Find it here.
New BBC Microbit tutorial, "Click-it"
In this tutorial you create a small game that tests the players reactions. Find it here.
New BBC Microbit Tutorial (part 2)
Part 2 of the tutorial series creates a program that simulates flipping a coin. Find it here.
New tutorial series on the BBC Microbit
It’s been a while since the last tutorial was released, so without any further ado find part 1 here.
The BBC Microbit is a mini computer that is designed to help teach the concepts of programming, this tutorial series gets you using it and learning the concepts – and having fun 😉
Starting Programming – A new series of tutorials
Python is an easy to use programming language that is ideal for teaching due to its wide range of capabilities (it is used for a variety of tasks), and simplicity of use. This new work in progress series of tutorials will teach common programming concepts, using Python as a tool to do so, while teaching the Python language as a whole.
Read Part 1 here.
Note: The upcoming part 2 will actually start teaching programming. Part 1 is purely the guide to installing the necessary utilities to use Python for the tutorials.