This project is a classic "Tetris" game developed in C++ for the command-line interface. Players control falling Tetrominoes, rotating and positioning them to form complete horizontal lines, which then disappear, earning points. Demonstrating essential programming concepts while providing an engaging puzzle experience in a text-based environment!
- Dark Mode atmosphere with several ASCII arts
- Save, Restart and Continue for latest game
- Different difficulty levels
- Different sizes for game board
- Soundtracks and colorful graphics to make it more enjoyable
- And almost every feature the orginal Tetris has :)
Install the game by downloading release from this page, and extract the zip file. Then you should just double click on .exe file or:
cd path
Tetris
- Windows 10 or later
- Micorsoft visual C++
You should enable Unicode UTF-8 to experience game. To do so:
Control Panel -> Region -> Adminstrative -> Change System Locale... -> Use Unicode UTF-8 for worldwide language support
You should check it and now game is ready to play!