Microspace is a game made by willmil11 (me) that should run on a microbit. You're a dot that must avoid more and more obstacles as time advances, press B to go up, A to go down if you go outside of the screen from up or down you'll wrap arround.
First clone the repo and cd into it then, To use flash your microbit with micropython environement by downloading uflash with pip and running:
uflashThen to flash the code to the microbit using the micropython environement that you just flashed:
uflash main.pyHold A and B long to enter godmode, if you do it again you'll exit godmode.