🎮 A classic Tetris game developed in C++ using the Raylib graphics library as a semester project for the Programming Fundamentals course at AIR University.
- Classic 10x20 Tetris grid gameplay
- Smooth block movement, rotation, and placement
- Dynamic line clearing and score tracking
- Background music and user-friendly UI
- Language: C++
- Library: Raylib
- Platform: Windows 10
- Clone the repository:
git clone https://github.com/yourusername/tetris-game.git
- Set up Raylib: Raylib Setup
- Compile and run:
g++ main.cpp -o tetris -lraylib ./tetris
Developed by Mesum Abbas