Classic Tetris game running on a GitHub/Pimoroni Badger microcontroller.
Badger Python port by Richard Birkby
Original JavaScript implementation - Jake Gordon
Install the recommended VSCode Extensions, including raspberry-pi.raspberry-pi-pico.
Install Micropython stubs with:
pip install -U micropython-rp2-rpi_pico_w-stubs --no-user --target ./typings
Plug in the Pico.
Use MicroPico:Connect to connect to the Pico. Use Run command in VSCode status bar to execute the current file, alternatively double click the Reset button on badger and copy tetris/init.py to the device.
MIT licensed
