Category Archives: robotics

Hi Low Game Part I – Microbit Project

Let’s Create a Hi Low Guessing Game for the Microbit using Python code. The way that the program will work is that we will randomly generate an integer between 1 and 10 and ask the user to try to guess that number . The user will guess that number based on how many times they … Continue reading Hi Low Game Part I – Microbit Project →

2 Player Button Presser Game – Microbit Project

Overview: Create a 2 player game.  Give the players 5 seconds to press button_a/button_b.  After the 5 seconds are over state who the winner or is if there’s a tie. One player will press button A and the other button B. Provide instructions and a count down and then give the players 5 seconds to … Continue reading 2 Player Button Presser Game – Microbit Project →

How to Create Custom Image

The Python Microbit reference shows how to make a custom boat image, which you can see pictured at the bottom. Here is the code: [crayon-662cc415910ae379691416/]