From the new book Wearable Tech Projects by Sophy Wong – Use an Adafruit Circuit Playground Expres to turn a hoodie into a wearable game controller!
Are you ready to fly? In this project, we’ll build a wearable game controller for a one-button game. What can you do with one button? Play Flappy Bird, of course! Our game controller is built into a hoodie. Flap your wings (arms) like a bird to make your in-game bird soar!
While the original game is no longer available as a mobile app, you can find several Flappy Bird emulators built by fans with the free online programming language, Scratch. The game is played by tapping a button, the SPACE bar, to keep your bird in the air. Each tap gives your bird a boost, like a flap of its wings. The goal is to tap at the right time to guide your bird through as many gates as possible. But why tap when you can flap?
We can turn our flaps into taps by using the HID capability of an Adafruit Circuit Playground Express (CPX). HID stands for Human Interface Device, and it means that the CPX can act like a keyboard or mouse for your computer. We’ll program the Circuit Playground Express to send a SPACE bar press to the computer every time it detects an arm flap.
The project in this tutorial is programmed in Microsoft MakeCode – the easy to use block-based language (although if you’re comfortable with CircuitPython, that is an alternative not reviewed in the tutorial).
See this project and many more in Wearable Tech Projects by Sophy Wong available here.