Stackers Arcade Game
Hi guys, today I want to share with you this amazing arcade game that you can make with a bunch Ws2812b LEDs and a microcontroller/FPGA. Behold Stack Overflow - our hardware implementation of a classic arcade game. What begun as a school project quickly became a labour of love as we began to spend more and more time in developing our game and learning more from it (and neglecting our studies in the process xD). In the end, our game was so well-built and well received by our school gasket that it was confiscated (as demo material for the next batch of student). Well, we can always build a second one. Let's get started!Online version of the game: a Microcontroller/Microcomputer/FPGA - The FPGA is used to implement the logic of our game. Pick your board, for our project we are required to use the Mojo FPGA board. For the uninitiated, it is a type of board that uses hardware to implement its functions rather than codes. Hence, I would say its rather low level and completely differe...