Skip to content

Daynlight/Tetris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎮 Tetris Clone

Welcome to my Tetris clone project! This is a simple implementation of the classic Tetris game built using SDL.

✨ Features

  • 🎲 Classic Tetris gameplay.
  • 🕹️ Intuitive keyboard controls.
  • 🪶 Simple and lightweight implementation.

🎯 Controls

  • 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.

📜 License

This project is licensed under the MIT License. See the LICENSE file for details.

👾 Acknowledgements

  • The Tetris game concept was created by Alexey Pajitnov in 1984.
  • This project was inspired by various Tetris implementations and tutorials available online.