Welcome to my Tetris clone project! This is a simple implementation of the classic Tetris game built using SDL.
- 🎲 Classic Tetris gameplay.
- 🕹️ Intuitive keyboard controls.
- 🪶 Simple and lightweight implementation.
- 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.
This project is licensed under the MIT License. See the LICENSE file for details.
- The Tetris game concept was created by Alexey Pajitnov in 1984.
- This project was inspired by various Tetris implementations and tutorials available online.