About
ByteBird is a small Flappy Bird-style game written for the ZeroSeg 7-segment LED display module on Raspberry Pi, distributed as a pip-installable Python package. The project is archived and no longer maintained.
How it differs from the original
Instead of a graphical screen, the game is played out entirely on a 7-segment display.
Getting started
Install it with pip (`pip3 install --user 7seg-ByteBird`), then run it from the command line as `python3 -m ByteBird` or via the `bytebird` command, optionally passing a time-delay value to set the difficulty — a lower delay makes it harder.