Skip to content
Notifications You must be signed in to change notification settings

penguinissus/whack-a-orpheus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

83a31c0 · · Aug 2, 2025

History

32 Commits
Aug 2, 2025
Aug 1, 2025
Aug 1, 2025
Aug 1, 2025
Aug 1, 2025
Aug 1, 2025

Repository files navigation

Athena Award Badge

Description:

Project submission for Pathfinder Hack Club.
This is a pcb replica of the classic arcade game whack-a-mole with a little twist. Player has to press all 4 buttons to start the game. Each light corresponds to the button below it. Whenever a light lights up, the person has to press on the button while the light is still on. The game is one minute long, but the game progressively gets harder every 15 seconds and the interval of each light lighting up is shortened. Before and at the end of game the light does a little dance (lights up in a pattern), to indicate that the game is starting/ending. After the game is over, the lights blink to show what score you get..
How to see what score you got::
Each light represents a digit of the number, and each blink is a +1 on that digit. aka if your score is 64 then the rightmost light will blink 4 times and the second light counting from the right will blink 6 times..

Images:

Schematic diagram
schematic diagram
PCB front imagee
pcb front
PCB back imagee
pcb back

Bill of Materials:

1 XIAO RP2040
4 LEDss
4 220 ohm resistorss
4 buttonss

Struggles and what I learnt

  1. Figuring out what XIAO RP2040 is
    I've only worked with Arduino before but figured that it was kinda similarr
  2. Forgot the structure of arduino programming language
    I had to revisit some past projectss
  3. Figuring out how to code with millis()
    It took some time but I figured it outt
  4. How to put 3D models into KiCad
    honestly never knew this was a thingg

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages