Skip to content

oyetanishq/tetris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TETRIS

Recreating the classic Tetris game for terminal using C++.

tetris

Features:

  1. Classic Controls: Move blocks with A/S/D, rotate them with W.
  2. Game Management: Start a new game with R or quit anytime with Q.
  3. Score Tracking: Watch your score grow as you clear lines and level up.
  4. Dynamic Speed: The game adjusts speed as you progress, adding a thrilling challenge.
  5. Difficulty Settings: Choose your starting difficulty level and play at your pace.
# HOW TO USE IT
g++ -o code -std=c++17 main.cpp
./code

more project? linux in browser.