Close

circuitpython and game

A project log for MagiClick S3 - single

A single-button keyboard, based on circuitpython

makerm0MakerM0 04/26/2024 at 05:110 Comments

Drawing inspiration from the C language implementation of tinyflap, I successfully developed a Flappy Bird game utilizing CircuitPython. The debugging phase proved to be unexpectedly seamless, enabling me to swiftly create an initial prototype of the game.

The ground and clouds were drawn using the adafruit_display_shapes  lib, whereas the bird and pipes were implemented directly using images.

Discussions