🐦 Picobird is a flappy bird clone for Raspberry Pi Pico written in MicroPython.
- 🖤 2 colors! Black and White!
- 👾 Sprites drawn directly to the 1.14 inch display via framebuf
- 🪫 Working battery indicator
- 💯 Persistent high score tracking
- 😓 Progressively harder difficulty
- Raspberry Pi Pico. Any version as of 2022 should work.
- Waveshare 1.14inch LCD
- (Optional) Waveshare UPS-B. This allows the game to be played via battery.
- Assemble the hardware listed above.
- Install Thonny.
- Flash your Pico with MicroPython.
- Copy all files in the
src
directory to the root level of your Pico's filesystem. - Press the Run button or F5 in Thonny.