This is a classic Tetris game developed using C++ and the SDL2 library.
Make sure you have the following installed on your machine:
-
C++ Compiler (e.g., g++, clang++)
-
SDL2 library + ttf
Compile the project:
Ctrl + Shift + B
(Adjust the command based on your file structure and setup)
Run the game:
./Tetris