I love how it captures the feeling of the actual stacker game.
How to play: Press space when the moving blocks are directly above the lower blocks to stack them up to the top of the screen
Controls: Press r to reset
It's a clone of the classic stacker arcade game. This was one of my favorite games to play at Dave 'n' Busters, I earned so many tickets from it I even earned an iPad as a prize.
The cool thing about this project is that the entire game is written on a modular texture, like a png or jpeg. The game logic works by manipulating the individual pixels of the 7x14 image.
2024-06-02 Update:
Fixed bug where active row would overflow and snake its way to the top of the screen sometimes when going right
Made it so row randomization can start from leftmost or rightmost side
I love how it captures the feeling of the actual stacker game.