Recreating the classic Tetris game for terminal using C++.
- Classic Controls: Move blocks with
A/S/D
, rotate them withW
. - Game Management: Start a new game with
R
or quit anytime withQ
. - Score Tracking: Watch your score grow as you clear lines and level up.
- Dynamic Speed: The game adjusts speed as you progress, adding a thrilling challenge.
- 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.