
PROJECT
| Rishti Kulkarni | AUTHOR | ACTIVE |
| Priyamvada Kempusagara | COORDINATOR | ACTIVE |

Arduino Tetris is a mini gaming project that brings the classic game Tetris to life using simple hardware components.
It is built using an Arduino EK R4, a JHD12864E graphic LCD display, and two push buttons to simulate player navigation.
The system provides a fun and interactive way to explore embedded systems and game-logic design.
| Component | Purpose |
|---|---|
| Arduino EK R4 | Game processing and control |
| JHD12864E Display | Displays Tetris grid and blocks |
| 2 Push Buttons | Player input (left & right movement) |
| Resistors | Input signal conditioning |
| Breadboard | Prototyping |
| Jumper Wires | Connections |
| USB Cable | Power & programming |
The Arduino EK R4 executes Tetris game logic by:
The JHD12864E LCD displays the game frame and falling blocks.
Two push buttons let users move the blocks left or right.
Each block’s position is updated based on timing intervals.
When a row is completely filled, it is cleared and the player earns points.