Please sign in to access this page

TinyTetris

TinyTetris

6 devlogs
6h 5m
Created by Robility

A Gameboy like console that plays Tetris and is powered by an Attiny85

Repository

Timeline

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

I rewired the PCB and made the display vertical

Update attachment

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

Update attachment

The PCB is complete, now I only need to do firmware and a case if I have time

Update attachment

Schematic is complete, now I need to do wiring, firmware, and probably a case.

Update attachment