Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 782 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 782 Bytes

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.