This is a head-to-head tug-of-war game played on BBC micro:bits. Each player spams the A button to pull the dot to their side. First one to pull it all the way wins.
qemu-micropython/ ├── bin/ # Compiled binaries and firmware ├── config/ # QEMU and environment configurations │ ├── boards/ # Board-specific configurations │ ├── micropython/ # MicroPython build ...