An led panel to play tetris!
This hackatime time is for all the firmware I wrote for the project. I had to set up the HUB75 display drivers and wrote the logic for a pong game as a proof of concept. I then got to work writing code for the tetris game. It’s currently a work in progress, but right now pieces can fall, be moved left to right, rotate, and have lines cleared. They can also be dropped quickly (hard drop is still wip). I want to eventually add garbage lines so that it can be actual player vs player instead of just two games running at once.