Tetris, the famous video game.
The game is implemented in C++ and uses the Qt framework to access the graphical interface.
- Qt6 (or Qt5)
Build Tetris with CMake or use Qt Creator.
Here is described how to build with CMake.
git clone <this-project>
cd <this-project>
mkdir build
cd build
cmake ../
makebin/tetris