https://github.com/rbirkby/badger-tetris
Tetris for the Github Badger (Tufty 2350)
https://github.com/rbirkby/badger-tetris
badger github universe
Last synced: 2 months ago
JSON representation
Tetris for the Github Badger (Tufty 2350)
- Host: GitHub
- URL: https://github.com/rbirkby/badger-tetris
- Owner: rbirkby
- License: mit
- Created: 2025-10-28T13:14:41.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-11-03T21:46:14.000Z (8 months ago)
- Last Synced: 2025-11-06T15:02:57.583Z (8 months ago)
- Topics: badger, github, universe
- Language: Python
- Homepage:
- Size: 92.8 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Agents: AGENTS.md
Awesome Lists containing this project
README
Badger Tetris
=============
Classic Tetris game running on a [GitHub/Pimoroni Badger](https://badger.github.io/) microcontroller.
Badger Python port by Richard Birkby
Original JavaScript [implementation](https://github.com/jakesgordon/javascript-tetris) - [Jake Gordon](https://jakesgordon.bsky.social)

Development
-----------
Install the recommended VSCode Extensions, including [raspberry-pi.raspberry-pi-pico](https://marketplace.visualstudio.com/items?itemName=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.
Licence
-------
[MIT](http://en.wikipedia.org/wiki/MIT_License) licensed