Please sign in to access this page
A Gameboy like console that plays Tetris and is powered by an Attiny85
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
I created a function to choose a random piece, to move to the left, and to move to the right
I found a driver called FastTinyDriver that is intended for making games on the Attiny85, it uses bitmaps so I created bitmaps for every piece in Tetris in every rotation, and I can rotate them
After looking over the datasheet for the attiny85, I found out that the down button was set to the reset pin. The first 45 to 50 minutes of this was spent debugging my display, the issue was my power source the entire time, the rest was spent remaking the schematic