Skip to content

Hot Potato Game with Adafruit’s Circuit Playground

  • by

I created this digital version of the hot potato game using simply a Circuit Playground board from Adafruit and a lipo battery.  The code is in Adafruit’s github repository as a pull request at the moment. The program utilizes the accelerometer in the board to determine when the board is being thrown and caught, and buzzes the player out after a random # of throws and/or too much time held, depending on the difficulty level.