Main Content

Today we will see how to build this awesome TETRIS game made with arduino. The project also has sounds as for example the tetris theme and other beeps and you could add any other sound to the SD card inside the DFplayer module. To create the matrix I’ve used the well known WS2812 LED addressable strip with RGB LEDs. So with only 1 wire we could control all LEDs and all colors. The code I’ve used is based on this original file from MarginallyCleve on GitHub. But I’ve placed new parts such as two 7 segments modules to print the score and top score. And not just that, the top score is saved to the EEPROM memory so it will stay there always. Now we could put the game on pause as well and play sounds. Let’s see what we need and how to make this project.”

Link to article