# Tetris **Repository Path**: qiao712/Tetris ## Basic Information - **Project Name**: Tetris - **Description**: 使用C++与SDL库编写的俄罗斯方块.Game Tetris writen in C++ based on SDL. - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-04 - **Last Updated**: 2022-01-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 使用C++与SDL库编写的俄罗斯方块 * 没有开始界面 * 没有计分系统 * 只有俄罗斯方块 * 方块的下落和操控比较丝滑 # Linux 下SDL2依赖安装 `sudo apt-get install libsdl2-2.0` `sudo apt-get install libsdl2-dev` ![image](demo.gif) ![image](prtsc1.png)