Skip to content

Masuminayat/Tetris-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 

Repository files navigation

Tetris Game

🎮 A classic Tetris game developed in C++ using the Raylib graphics library as a semester project for the Programming Fundamentals course at AIR University.


Features

  • Classic 10x20 Tetris grid gameplay
  • Smooth block movement, rotation, and placement
  • Dynamic line clearing and score tracking
  • Background music and user-friendly UI

Technologies

  • Language: C++
  • Library: Raylib
  • Platform: Windows 10

How to Run

  1. Clone the repository:
    git clone https://github.com/yourusername/tetris-game.git  
  2. Set up Raylib: Raylib Setup
  3. Compile and run:
    g++ main.cpp -o tetris -lraylib  
    ./tetris  

Credits

Developed by Mesum Abbas

About

A classic Tetris game built in C++ using Raylib. Features smooth controls, score tracking, and music — developed as a Programming Fundamentals project at AIR University.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors