Technology
Starbit Commander
This game is my first coding for The BBC Micro:bit. The goal is to have a nice target to practice and learn microPython on this device. But first I wanted to have a go on the makeCode editor for the Micro:bit.
I made this simple little game. Flying a spaceship through an astroid field. Occasionally, a blinking power-up will appear. This gives the advance to survive an astroid collision. Catching two power-ups will destroy all astroids in the field. Astroids will speed up in time, but slow down if a double power-up is acquired.
To edit this repository in MakeCode.
- Open https://makecode.microbit.org/
- Click Import and select Import URL
- Paste https://github.com/marc0janssen/starbit-commander
- Select import
Saturday February 11, 2023