Stacker (arcade game) implemented on Arduino using MAX7219 LED Display ( 4-in1). This Stacker game project was made for a course project at my college.
A video of game-play can be saan at: https://youtube.com/shorts/A0G4Um-1eNA?si=xUB6_Y98Zq_mo6qK
- Arduino Uno
- MAX7219 LED Matrix (4-in-1)
- Breadboard
- Pushbutton
- Buzzer (not essential)
- A few M2M wires
- An array of ON LEDs moves from one side to another, changing directions on hitting the edge.
- When the user gives an input through the pushbutton array stops there.
- At height==0 the place where LEDs stop serve as reference. From now on, the goal of player is to align array of light moving at next height.
- In case of imperfect alignment size of array for the next level is reduced to the no of LEDs aligned. In case of total miss game is over.
- When height increases by 8, size of ON array decreases if it has already not decresed due to misalignment.
- Reaching the top is WIN.
- Players can choose level
- Display of score and heighest score at a given level
- Music by buzzer for clicks, WINs and losses.
Credits: Music notes used from https://github.com/xitanggg/-Pirates-of-the-Caribbean-Theme-Song