This is my attempt at building Tetris in C++ using Cinder (ver 0.9.2) and the Dear ImGui Cinderblock. DISCLAIMER: This app does NOT work. The pieces will not show up on the game board.
Coded on Macbook Pro using CLion.
This project requires all dependencies and libraries as seen above, and will work on whichever OS is compatible with them.
| Key | Movement |
|---|---|
| a | Left |
| s | Down |
| d | Right |
| w | Rotate Piece |
| p | Start Game |
Author: Emily Laughead - elaugh2@illinois.edu