Welcome to my Tetris clone project! This is a simple implementation of the classic Tetris game built using SDL.
- A Key: Move the tetromino left.
- D Key: Move the tetromino right.
- S Key: Accelerate the downward movement of the tetromino.
- Q Key: Rotate the tetromino clockwise.
- E Key: Hard drop the tetromino.
- cmake
- git
- SDL2 downloaded
- SDL2_ttf downloaded
to compile you might move assets to output
This project is licensed under the MIT License. See the LICENSE file for details.